Help - Starting VB.NET - Printable Version +- Support Forums (https://www.supportforums.net) +-- Forum: Categories (https://www.supportforums.net/forumdisplay.php?fid=87) +--- Forum: Coding Support Forums (https://www.supportforums.net/forumdisplay.php?fid=18) +---- Forum: Visual Basic and the .NET Framework (https://www.supportforums.net/forumdisplay.php?fid=19) +---- Thread: Help - Starting VB.NET (/showthread.php?tid=14709) Pages:
1
2
|
Help - Starting VB.NET - BizzyX - 12-17-2010
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. RE: Help - Starting VB.NET - N.O.R.E - 12-17-2010 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. RE: Help - Starting VB.NET - BizzyX - 12-17-2010 (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 Thanks for that thread. I was searching HF but couldn't find where to start. Thank you so much RE: Help - Starting VB.NET - Bauer - 12-19-2010 you need to download and install visual studio 2010. RE: Help - Starting VB.NET - PinZ - 12-19-2010 Download vb 2010 express and take some simple codes and try make some applications then learn vb. RE: Help - Starting VB.NET - KoBE - 12-21-2010 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. RE: Help - Starting VB.NET - BizzyX - 12-21-2010 (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:
And I will post when help is needed RE: Help - Starting VB.NET - Peter L - 12-21-2010 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. RE: Help - Starting VB.NET - KoBE - 12-21-2010 (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. RE: Help - Starting VB.NET - Peter L - 12-21-2010 (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. |