inherit
64525
0
Oct 14, 2016 20:09:47 GMT -8
`?v?`
4,076
November 2005
svskiller
|
Post by `?v?` on Jan 10, 2011 16:45:44 GMT -8
does anyone know of any really good visual basic tutorials?
|
|
#00AF33
14306
0
1
Sept 8, 2023 8:54:17 GMT -8
Jordan
What is truth?
11,838
October 2003
jab2
|
Post by Jordan on Jan 10, 2011 18:37:34 GMT -8
If you really want to learn, I highly recommend buying a book. It is the most effective way to learn a language in my opinion.
|
|
inherit
50924
0
Feb 28, 2021 14:59:32 GMT -8
BFD
Last place must get awful crowded at the Nice Guy Olympics
1,708
July 2005
dwinman164
|
Post by BFD on Jan 12, 2011 11:58:42 GMT -8
While I concur with a good book being a great learning tool, I have also had success with the step by step tutorials that Microsoft (and their employee-bloggers) provides for new programming tools and platforms. I haven't looked at it closely, but the following seemed decent (and one of our interns used it with some success a few years back). msdn.microsoft.com/en-us/beginner/default.aspxIf it is typical of Microsoft's development platform websites, the stuff on the surface will give you a taste, then you just drill down on the links for more tutorials. In addition - Visual Studio Express is free and you should be able to find the download.
|
|
inherit
143665
wildgoosespeeder wildgoosespeeder wildgoosespeeder
0
Jun 14, 2018 5:59:55 GMT -8
wildgoosespeeder
ProBoards V5 be trippin'. I'm disoriented. :P
4,393
August 2009
wildgoosespeeder
|
Post by wildgoosespeeder on Jan 13, 2011 17:08:09 GMT -8
If you really want to learn, I highly recommend buying a book. It is the most effective way to learn a language in my opinion. I disagree with that. The best way to learn any language is to have someone teach it to you not by lecture or book but by doing it hands-on because, well, coding is something when done alone is a hands-on subject. I had a hard time learning C++ because the teacher wasn't approaching it the right way. This is how I learned Visual Basic and other coding languages in high school and I learned really fast because it is better than studying, reading, or listening. If you disagree with me still, what if basic math was taught by PowerPoint to little kids? One slide is for +, another for -, etc.? Doesn't work so well unless you do by example and have the kids interact.
|
|
#00AF33
14306
0
1
Sept 8, 2023 8:54:17 GMT -8
Jordan
What is truth?
11,838
October 2003
jab2
|
Post by Jordan on Jan 13, 2011 17:17:45 GMT -8
If you really want to learn, I highly recommend buying a book. It is the most effective way to learn a language in my opinion. I disagree with that. The best way to learn any language is to have someone teach it to you not by lecture or book but by doing it hands-on because, well, coding is something when done alone is a hands-on subject. I had a hard time learning C++ because the teacher wasn't approaching it the right way. This is how I learned Visual Basic and other coding languages in high school and I learned really fast because it is better than studying, reading, or listening. If you disagree with me still, what if basic math was taught by PowerPoint to little kids? One slide is for +, another for -, etc.? Doesn't work so well unless you do by example and have the kids interact. I don't think svs has access to a teacher that can teach him the hands on way. I find books to be very effective because they are hands on if you do the examples and then play with them; they're nothing like power points.
|
|
inherit
64525
0
Oct 14, 2016 20:09:47 GMT -8
`?v?`
4,076
November 2005
svskiller
|
Post by `?v?` on Jan 22, 2011 13:02:56 GMT -8
thanks guys i have gotten the microsoft book.
I have been working through some of the basic stuff so far
and yeah i dont have access to a teacher at this point in time.. because i am working on a project outside of school.
But i do have visual studio 2010 from our school so that is a plus
|
|