CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2004
    Posts
    4

    Question How different is VB.NET compared with VB6

    Hi,

    Previously I using VB6 to develop all my VB application. Recently my company is planning to upgrade our development tools to .NET version. May I know what's the different between VB6 and VB.NET?

    What's .NET all about?

    If I stick back to my usual VB6 programming style without using any of .NET new stuffs, will my VB6 source code be able to develop normally on VB.NET or I need to modify my VB6 source code in order to compile properly on VB.NET?

    Pls advise.

  2. #2
    Join Date
    Feb 2000
    Location
    OH - USA
    Posts
    1,892
    - Here's a good "what's different" article: http://www.thescarms.com/vbasic/VB6vsVBNet.asp

    And what is different?... everything. The only true similarity is that you still create "forms", and the syntax feels familiar.

    - There is a tool that comes with VS2002/3 to convert vb6 apps to vb.net, but most have come to the conclusion that it's better to re-write the apps then deal with the awkward (at best) conversion. This is a project specific subject... you really won't know until you try.
    Good Luck,
    Craig - CRG IT Solutions - Microsoft Gold Partner

    -My posts after 08/2015 = .NET 4.x and Visual Studio 2015
    -My posts after 11/2011 = .NET 4.x and Visual Studio 2012
    -My posts after 02/2010 = .NET 4.0 and Visual Studio 2010
    -My posts after 12/2007 = .NET 3.5 and Visual Studio 2008
    -My posts after 04/2007 = .NET 3.0 and Visual Studio 2005
    -My posts before 04/2007 = .NET 1.1/2.0

    *I do not follow all threads, so if you have a secondary question, message me.

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

Featured