Any good VB.net tutorials?

Discussion in 'Code Snippets and Tutorials' started by Freya, May 20, 2009.

  1. Freya

    Freya Level III

    Joined:
    May 18, 2009
    Messages:
    437
    Likes Received:
    12
    Well so I have been trying to code a little for Neofriends, but unfortionatly my Visual Basic is not good enough, and for what I'm trying to do PHP is just not making sense...
    So, are there any free advanced Visual Basic tutorials out there that would help me with using the post method to post data to neopets or similar things?
     
  2. Royal

    Royal Level IV

    Joined:
    Jun 20, 2007
    Messages:
    907
    Likes Received:
    99
    Location:
    Virgnia
    I would suggest diving into a different realm if you haven't started with VB and go into C# or C++, it's used for lots of useful things (so is VB) but you might be able to make something new and cool. Most people I know recommend going into C# or C++ rather than VB. Not to be a hater, I can't do either, but that's just what I've heard.
     
  3. Freya

    Freya Level III

    Joined:
    May 18, 2009
    Messages:
    437
    Likes Received:
    12
    Well as a matter of fact I've already started with VB.net used to take programming classes in high school... which is 9 months ago so I already know most of the basic stuff...
    Therefore it would make more sense to me to fresh my knowledge up instead of doing something completly new...
     
  4. tharoux

    tharoux Level IV

    Joined:
    Dec 30, 2006
    Messages:
    2,733
    Likes Received:
    126
    Location:
    In front of my PC, Montreal
    @Royal: Simple solution for simple problems. VB.net is the way to go (or even better: Java)

    @Freya: here's 2 guides I wrote (2 vb.net solutions) that will help you starting coding programs for neopets.

    Neopets Login Form
    NF.Net Auth System

    There's a wrapper in there and a getbetween function. It's always the same thing: get the url, process the infos, call another url, process the infos...etc...

    If you ever need help, pm me. I'll be more than happy to help someone regarding vb.net problems.