Results 1 to 4 of 4

Thread: Why does VB get harder??

  1. #1
    Zzzi
    Guest

    Why does VB get harder??

    Hey all

    When I started with VB5 i used to connect to my database like this

    dim db as database
    dim rs as recordset

    now it got a little harder in vb6

    dim db as dao.database
    dim drs as recordset

    Then ADO

    Which is even harder to connect to

    Now VB.NET

    Instead of
    msgbox "Hello World", "My First App"

    now its

    MessageBox.Show("Hello World!", "My First App")


    Why is everything getting harder? and all the code is getting much longer?

    I'm just starting so theres maybe a very importing part i'm missing in all this

    Zzzi

  2. #2
    Lively Member Wally Pipp's Avatar
    Join Date
    Jan 2002
    Location
    Carnivàle
    Posts
    79
    stop stroking it then !
    A post brought to you by the Grim Reaper Appreciation Society™

    "Buy your lifetime subscription now and save on your coffin"

  3. #3
    Fanatic Member nabeels786's Avatar
    Join Date
    Jul 2001
    Location
    New York
    Posts
    919
    Originally posted by Wally Pipp
    stop stroking it then !


    that's not much harder dude
    Visit www.fragblast.com
    Gaming, forums, and a online RPG/Battle system




    (__Flagg) DOT NET? is this a Hindi Dating service?

  4. #4
    Hyperactive Member thinktank2's Avatar
    Join Date
    Nov 2001
    Location
    Arctic
    Posts
    272

    Re: Why does VB get harder??

    Unlike pure Visual Basic Implementation, VB.NET has to cover several constraints in order support the CLR.

    But I would bet my money on learning C# than Re-learning Visual Basic.

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