Visual Basic 2005

Discussion in 'Code Snippets and Tutorials' started by Billy, Mar 22, 2007.

  1. Billy

    Billy Level IV

    Joined:
    Feb 21, 2007
    Messages:
    1,856
    Likes Received:
    39
    i have visual basic 2005 is there a big difference between this and vb 6?
     
  2. chelsea1

    chelsea1 Level IV

    Joined:
    Nov 26, 2006
    Messages:
    2,538
    Likes Received:
    31
    Location:
    London
    you have to chose to learn one or the other but there is no big difference in what they can do, just mainly small annoying bits of code and syntax which is different in one to the other
     
  3. Billy

    Billy Level IV

    Joined:
    Feb 21, 2007
    Messages:
    1,856
    Likes Received:
    39
    ok, good because vb 2005 is free and vb6 isnt.
     
  4. the_skip

    the_skip Level IV

    Joined:
    Dec 25, 2006
    Messages:
    2,354
    Likes Received:
    1
    Location:
    Indiana
    well both are :roll: :roll: . Just not in the same way. Asloe vb6 has more of a follwing. But you can use some vb6 source into vb.net if you know what you are doing
     
  5. Billy

    Billy Level IV

    Joined:
    Feb 21, 2007
    Messages:
    1,856
    Likes Received:
    39
    is there any difference in the language?
     
  6. chelsea1

    chelsea1 Level IV

    Joined:
    Nov 26, 2006
    Messages:
    2,538
    Likes Received:
    31
    Location:
    London
    yes there is as i pointed out in my post above
    this and a whole lot more
     
  7. Billy

    Billy Level IV

    Joined:
    Feb 21, 2007
    Messages:
    1,856
    Likes Received:
    39
    oh i thought that you were talking about something else. so if i want to make programs, would it be easier to just get the vb6 so if i have a question(seeing how many questions i had with scar that means a ton :) ) everyone will know what im talking about. where can i download vb6 (preferably not torrents)
     
  8. the_skip

    the_skip Level IV

    Joined:
    Dec 25, 2006
    Messages:
    2,354
    Likes Received:
    1
    Location:
    Indiana
  9. Billy

    Billy Level IV

    Joined:
    Feb 21, 2007
    Messages:
    1,856
    Likes Received:
    39
    how big is the code difference because i HATE vb6 it looks very old. vb 2005 seems much better.
     
  10. the_skip

    the_skip Level IV

    Joined:
    Dec 25, 2006
    Messages:
    2,354
    Likes Received:
    1
    Location:
    Indiana
    I would say that it is alot easier. Here is some actually pretty comlex vb6 code
    Code (Text):
    1.  ElseIf InStr(1, strHTML, "<b>Item not found!</b>") Then
    2.         intmiss = intmiss + 1
    3.         lblmiss.Caption = intmiss
    4.         lstResults.AddItem "Missed Item" & txtitem.Text & " For " & strprice & "Neopoints From " & strPerson & " " & "At " & Time & ""
    5.         lstResults.AddItem "Waiting" & txtwait.Text & "seconds"
    6.             intwwwait = txtwait.Text
    7.             SecondsToWait (intwwwait)
    8.         End If
    vb.net has alot more things and annoying stuff to put.
    There are stuff called xp visual styles you could use to make it look more modern. You get used to it. I thought it was very old but now I love it. I would say about 10x easierr. I know both
     
  11. Billy

    Billy Level IV

    Joined:
    Feb 21, 2007
    Messages:
    1,856
    Likes Received:
    39
    ok, the sad thing is that i already have the theme things and my comp looks like vista but that thing looks like its from the 1970's (please tell me its not)
     
  12. the_skip

    the_skip Level IV

    Joined:
    Dec 25, 2006
    Messages:
    2,354
    Likes Received:
    1
    Location:
    Indiana
    no 1998
     
  13. Billy

    Billy Level IV

    Joined:
    Feb 21, 2007
    Messages:
    1,856
    Likes Received:
    39
    ok, now all i have to do is learn it, see you in two weeks lol. btw is visual basic more visual or basic? i hope you know what i mean
     
  14. omgcat

    omgcat Level IV

    Joined:
    Jan 31, 2007
    Messages:
    1,137
    Likes Received:
    0
    It is easy actually.. I learnt how to make a BD / Avvy grabber in a day. :)
     
  15. Billy

    Billy Level IV

    Joined:
    Feb 21, 2007
    Messages:
    1,856
    Likes Received:
    39
    ok, wait. you learned vb and made a program all in a days work?