Support Forums

Full Version: Help - Starting VB.NET
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I'm going to start learning VB.NET
Where do I start? What do I need to download/install?
Maybe link me to some basic Tutorials?
Thank you.
hey my friend has some great tutorials on Hackforums, his HF username is eleqtriq and his youtube channel is http://www.youtube.com/user/TeachMeComputer
Hackforums profile : http://www.hackforums.net/showthread.php?tid=298319

thats all you need.
(12-17-2010, 05:55 PM)N.O.R.E Wrote: [ -> ]hey my friend has some great tutorials on Hackforums, his HF username is eleqtriq and his youtube channel is http://www.youtube.com/user/TeachMeComputer
Hackforums profile : http://www.hackforums.net/showthread.php?tid=298319

thats all you need.

Thanks for that thread. I was searching HF but couldn't find where to start.
Thank you so much Yeye
you need to download and install visual studio 2010.
Download vb 2010 express and take some simple codes and try make some applications then learn vb.
Post whatever questions you have here at SF, either start one thread for yourself or start one everytime you run into a problem. I'm sure people would be more than happy to help. I will. Start by copy/pasting simple code, and going through it line by line to figure out what each line does.
(12-21-2010, 12:58 AM)KoBE Wrote: [ -> ]Post whatever questions you have here at SF, either start one thread for yourself or start one everytime you run into a problem. I'm sure people would be more than happy to help. I will. Start by copy/pasting simple code, and going through it line by line to figure out what each line does.

Thanks man, I've recently learned:
  • Message Boxes
  • Variables
  • If Thens
  • Form Linking

And I will post when help is needed Oui


If this is your first language I suggest stopping now. If you learn VB as your first language you'll have trouble learning any other language. Try python first.
(12-21-2010, 02:39 PM)Laugh Wrote: [ -> ]If this is your first language I suggest stopping now. If you learn VB as your first language you'll have trouble learning any other language. Try python first.

I disagree, you can get a pretty decent grasp of Object Oriented Programming from VB.net. Besides, this may be the only language he chooses to learn. The Visual Studio IDE is VERY friendly to new programmers which i think is a big help.
(12-21-2010, 03:07 PM)KoBE Wrote: [ -> ]I disagree, you can get a pretty decent grasp of Object Oriented Programming from VB.net. Besides, this may be the only language he chooses to learn. The Visual Studio IDE is VERY friendly to new programmers which i think is a big help.

I personally think it'd a bad thing. It is mostly drag and drop software. That's how most people learn, and most people also end up copying sources.

If he chooses differently that's great, but I'm speaking for the majority.
Pages: 1 2