Results 1 to 9 of 9

Thread: Is it just me who finds vb.net hard?

  1. #1

    Thread Starter
    Fanatic Member Geespot's Avatar
    Join Date
    Oct 2001
    Location
    Birmingham, UK
    Posts
    577

    Is it just me who finds vb.net hard?

    I been coding in the Basic language for about 4 years now, and when i started VB i thought it was so easy and picked it up straight away.

    But now after i tried the vb.net beta 2, i found it actually hard. I have trouble making applications with it. Small sample apps that takes me 20 mins in vb6, takes me all day without success in vb.net.

    I must say, i think it was a good idea making VB fully object orientated and its similarites to vc++, but its like a new language to learn and i find trouble coding.

    Just would like to know if anyone else has any trouble or if anyway else picked it up straight away.

  2. #2
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913
    well harder is a relative term really. It is not any harder than VB6 or QBasic..just different. When you get used to doing things one way, seeing a big change can be overwhelming..It is just a matter of learning the differences. it is like when i went from QBasic 4.5 to VB4..I thought it was extrememly difficult. 2 weeks later, I was thinking to myself "why did I think this was hard?"
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

  3. #3
    Addicted Member ender_pete's Avatar
    Join Date
    Aug 2000
    Location
    Virginia, United States
    Posts
    131
    dont worry geespot, it is a huge diffrence and if you have never done object oriented programming before it will be a whole new world to you, just get some books and read and learn you'll overcome the learning curve.
    ender_pete
    C#,VS.NET Ent Arch, vb6 ee sp5,html,vbscript,jscript,
    xml,dhtml,delphi,c++,vc++,java,cgi,php, python, ada(so ancient) ,adasage(also ancient) and others i can't remember.....

  4. #4
    Tygur
    Guest
    At first, I also found VB.NET very hard to use. I used the help files extensively, and getting anything done took a very long time. But I suddenly found that I was getting used to it after only a few days.

    I've also been using VB for a very long time (4+ years), but I guess the fact that I've been toying with Java over that past few weeks probably helped.

  5. #5
    Frenzied Member Jop's Avatar
    Join Date
    Mar 2000
    Location
    Amsterdam, the Netherlands
    Posts
    1,986
    Don't worry GeeSpot, once you get used to the namespaces and how OOP works, it's a piece of cake... I even thought it was getting quite boring since there are so many things built in, that I decided to learn C# now

    the site http://www.gotdotnet.com really helped me alot about the Framework and the language changes in VB... check it out, you'll learn it in a jiffy!
    http://www.gotdotnet.com/team/vb/ for the VB section there, but sure to check out the other sections too!

    Tygur: You have the coolest avatar I ever seen, man
    Jop - validweb.nl

    Alcohol doesn't solve any problems, but then again, neither does milk.

  6. #6
    Frenzied Member Magiaus's Avatar
    Join Date
    Mar 2002
    Location
    swamp land
    Posts
    1,267

    it's new and challenging

    before i do anything i open the documentation and when i go to find an answer i tend to forget what i was doing before because of all the new feature i find while looking for the answer to my question

    i think if i hadn't gotten into c++ a year ago i would be overwhelmed by all the changes and all the power that i have in vb.net

    so yeah it's kinda hard but i think it is going to be worth it
    Magiaus

    If I helped give me some points.

  7. #7
    Hyperactive Member
    Join Date
    Mar 2002
    Location
    Dublin (Ireland)
    Posts
    304
    jpin the club!! - yes me too, I did not come from an object oriented background and I have had to totally rethink the way I design and build my applications as well as struggling to get to grips with ado.bet and databound controls.

    I now spend a lot of my time away from the computer sitting down and sketching out on paper, exactly what my base form is going to do and then what the inherited forms will do, as well as the whole design of the application itself. I do find though that once I've done that the coding of the application part flies through and there are far less logic or coding errors.

    and boy do I use and use and use the help files - but relly enjoying both the language and especially the development environment which is absolutely superb to work in.

  8. #8
    Lively Member formulav8's Avatar
    Join Date
    Mar 2002
    Location
    Orlando
    Posts
    116

    Talking

    I do find it alittle harder. The hardest thing for me is tranferring the old vb syntax, ect over to the vb.net type. I'm still figuring out all the events and stuff involved with the listbox control. BTW how would I change the listindex of the listbox to the value of x? BTW I just got the full version of vb.net in the mail last night.

  9. #9
    New Member
    Join Date
    Apr 2002
    Location
    Caracas, Venezuela
    Posts
    6
    Well, I can recomend you to take a look at this places:
    www.rational.com
    www.devx.com/uml/

    there you will find enough information to start OO designing and take advantage of the new OO features in VB.NET!!

    Good luck!!
    ("The Internet is like a gold-rush; the only people making money are those who sell the pans." Will Hobbs, IUMA. )

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