Results 1 to 3 of 3

Thread: [RESOLVED] Frameworking Idea

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2004
    Location
    UK
    Posts
    80

    Resolved [RESOLVED] Frameworking Idea

    I didnt know where to post it, so here i thought.
    This Might be stupid, But, because so many Things run on .net, would it be posssible to write our own framework in something like Vb?
    I know, Stupid question lol

  2. #2
    Frenzied Member Ideas Man's Avatar
    Join Date
    Aug 2002
    Location
    Australia
    Posts
    1,718

    Re: Frameworking Idea

    Short answer, no. The .NET framework is written in pure C++ and doesn't need any runtime files because it is the runtime files. VB on the other hand requires runtime files.

    However, if you can get around this, I guess you could but why would you want to? It's just a collection of classes that perform various tasks. The next best thing is just a class library that you can easily create.
    I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Nov 2004
    Location
    UK
    Posts
    80

    Re: Frameworking Idea

    Thanks! I Was Just Curious

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width