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?
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.
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...
@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.