Results 1 to 3 of 3

Thread: Diference between VB and VB.net

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2004
    Posts
    10

    Diference between VB and VB.net

    Hiya

    i'm very very new to vb and have been using vb 6.0 at uni as its the easter hols i needed a version for my laptop and bought vb.net standard.

    As theres 2 separate forums for vb and vb.net i was wondering if there is a massive difference in coding.

    if i do anything on my laptop version of vb.net will it still work on the unis vb 6.0??

    thanks

    mary

  2. #2
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687
    The differences are many and great. Because the "engine" that it runs on (the framework) code written in VB.NET will NOT run in VB6... nor will code from VB6 run on VB.NET (at least not without some tweaking.)

    There were a lot of changes to syntax as well as the adding and removing of various keywords and other functionality.

    TG
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  3. #3
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489
    yeah, there are a lot of syntax diffs and data type diffs to name some major ones.

    search this forum and you'll find oodles of threads on that subject. Microsoft's website has a great run-down of the changes. I'll try to find that and post the link here.

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