Question:
Where do i start VB programming? VB script VB6 VB.NET or VBA please anyone advise.?
Apam Wamba
2006-11-17 07:56:30 UTC
My future plan is to be a VB Guru
Four answers:
Nick H
2006-11-17 08:24:10 UTC
well if you know nothing about scripting or programing i would start with VBA. It is really easy to learn and you can start building very complex macros for office applications. then move onto vbscript/vb/vb.net. if you have office already just open excell and hit alt+F11 and you will be in the VBA editor. you can also record a macro doing simple actions and the see the code in the VBA editor. W3 Schools has a decent/basic take on vbscript which is used in VBA.
WickedSmaht
2006-11-17 08:33:03 UTC
You should realize the VBscript, VBA, VB.NET and VB6 are all very different platforms. They only share the syntax (mostly) of the "VB style".



I would master just one platform first, then move on to another. Each one has a lot of specific details to it. You may not need to be a guru in every one of those platforms.



VB.NET has absolutely no differences from C# in .NET, except for the keywords used in the syntax. If you know C# or VB.NET, you can easily switch to the other. I would pursue this line first and foremost, since it is the most forward looking and profitable right now.
anonymous
2016-11-29 10:35:04 UTC
that is many times problematical to respond to "what's more effective" questions, yet for that reason VB 2010 exhibit is clearly more effective. The VB 2010 language can do each and every thing VB6 can and far extra, and the shape equipment are significantly better in 2010. the biggest enormous difference is that VB6 is now out of date. The VB6 progression equipment can not be offered, and in case you do have a reproduction that is not supported by Microsoft. Microsoft also does not help operating the shape device on a sixty 4-bit OS. VB6 apps will run on all modern-day Microsoft OSs, yet there's no ensure that this may proceed in destiny variations.
Tamayi M
2006-11-17 14:28:10 UTC
Check out the new Visual Studio 2005 Express Edition. You should be able to get it here:



http://msdn.microsoft.com/vstudio/express/

http://msdn.microsoft.com/vstudio/express/sql/



The Express editions are free and will allow you to create robust applications. The most common route these days is to pursue either a Desktop Application or Web Applications path. For both you will probably need to connect to databases and SQL Server 2005 Express Advanced Edition (http://go.microsoft.com/fwlink/?LinkId=65109) has excellent functionality. To easily manipulate SQL Express databases also download SQL Server Management Studio Express.



This gives you the tools you need to get started. After that, you will then need tutorials on how to work with those tools. For SQL download SQL Server 2005 Books Online from the downloads page. Check out this FAQ (http://msdn.microsoft.com/vstudio/express/support/faq/) .





The starter kits are excellent:



http://www.asp.net/downloads/starterkits/default.aspx?tabid=62



And then of course... Google!!!


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...