Results 1 to 6 of 6

Thread: vb vs vb.net

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Jan 2004
    Posts
    908

    vb vs vb.net

    Can anyone tell me the difference between the two software in terms of the language and a can vb6 program run in vb.net with the same results?

    thANKS

  2. #2
    PowerPoster
    Join Date
    Dec 2003
    Location
    Bristol, England (but heart is in Virginia)
    Posts
    2,949
    Hi,

    Before our Yankee friends wake up and deluge you with pages of differences!!

    1. No. You cannot run an application built in .NET in VB6 or lower. You can actually load a .NET application framework into VB6 but only modules will show - and don't expect them to execute!!

    2. The difference in the underlying structure of VB.Net is vast although a lot of the code looks the same. Your VB6 applications CAN be made to run in .Net, but cannot necessarily be trusted.

    Most programming is accomplished more easily in .NET and you have much easier access to Web applications, but some aspects are not so easy, e.g. database access through ADO (i.e. VB6) is much easier than through ADO.NET. DAO is not available in .NET.

    You will find that you need to return to basics when you progress to .NET and forget your VB6 approach almost entirely, but it will be well worth it. Unless you are paying £1000. or more for an individual instruction course, you will find forums such as this invaluable, in fact a necessity.

    Best of luck.
    Taxes
    The more I learn about VB.NET the more I like dBaseIII Plus

    The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.

  3. #3
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Search the forum for previous posts about this topic .

  4. #4
    Addicted Member
    Join Date
    Aug 2003
    Posts
    153
    Originally posted by taxes

    1. No. You cannot run an application built in .NET in VB6 or lower. You can actually load a .NET application framework into VB6 but only modules will show - and don't expect them to execute!!
    I am not a yankee, and my .Net DLLs work with a bit of work in ASP and VB6.

  5. #5
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Yes , .NET dlls can work from VB6 as long as the .NET Framework is present .

  6. #6
    PowerPoster
    Join Date
    Dec 2003
    Location
    Bristol, England (but heart is in Virginia)
    Posts
    2,949
    Hi,

    It looks like goh has edited his original question and reversed it!!!
    Taxes
    The more I learn about VB.NET the more I like dBaseIII Plus

    The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.

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