PDA

View Full Version : Visual Basic Tutorials?



Nemo
08-09-2010, 07:51 PM
Hey there.
Basically, doing computing for A Level and we're learning Visual Basic in Visual Basic 2008 Express Edition! Of course, i wanna be ahead of the game, so i want to learn a bit more. However after googling, i cant find anything that just teaches me the console application template (im new to all this remember so sorry if i get something wrong :P) and so this is where u guys come in really!

Would appreciate any relevant tutorials. tata.

HotelUser
08-09-2010, 08:43 PM
http://www.vb6.us/

Yes it's for VB6 and that's awful but it should give you a general grasp on BASIC syntax :)

Nemo
09-09-2010, 05:34 PM
http://www.vb6.us/

Yes it's for VB6 and that's awful but it should give you a general grasp on BASIC syntax :)
Thanks +Rep.

Any others would be helpful

-paul.
09-09-2010, 07:00 PM
Its really easy - i can give you some of my old coding if you want to take notes from

redtom
12-09-2010, 10:03 PM
Bit of a late reply but out of intrest are you starting first year or going to second?

Nemo
12-09-2010, 10:04 PM
Bit of a late reply but out of intrest are you starting first year or going to second?
Its my first year :)

Excellent2
13-09-2010, 11:30 AM
http://www.vb6.us/

Yes it's for VB6 and that's awful but it should give you a general grasp on BASIC syntax :)VB6 doesn't really work in VB.net.

HotelUser
13-09-2010, 11:32 AM
VB6 doesn't really work in VB.net.

Their syntax is incredibly similar.

Excellent2
13-09-2010, 12:00 PM
Their syntax is incredibly similar.Oh yeah the syntax will be similar, but variables were changed around a lot.

HotelUser
13-09-2010, 09:10 PM
I suppose you're right in some sense, that .net opens the doors to make the language truly as powerful as its other .net sibblings. Admittedly my knowledge on .net in general is very limited most likely credited to the fact that I'm primarily a Mac guy and of course unless it's ASP .net doesn't really play nicely with cross compatibility :P

Nemo
13-09-2010, 09:12 PM
I cant find any that teach soley console stuff. its all using windows form :'(

Jamesy
13-09-2010, 09:15 PM
I cant find any that teach soley console stuff. its all using windows form :'(

the logic syntax and loop syntax is all the same, except you use things like:


console.readline
console.write
console.writeline

to input and output things. Here's my comp 1 preliminary from last year (Skeleton program that I added to). It might be a bit complex but it should give you an idea of the major structures in a console environment: http://dl.dropbox.com/u/3663961/comp1.txt

Nemo
13-09-2010, 09:20 PM
the logic syntax and loop syntax is all the same, except you use things like:


console.readline
console.write
console.writeline

to input and output things. Here's my comp 1 preliminary from last year (Skeleton program that I added to). It might be a bit complex but it should give you an idea of the major structures in a console environment: http://dl.dropbox.com/u/3663961/comp1.txt
Remember i've only had 2 lessons ahah :P But thanks, that text helps a lot with showing me how certain stuff is used n whatever. I understand much of it like dim and console.writeline and all that jazz. Thankies.

Rapidshare
16-09-2010, 11:18 AM
I suggest you head over to hackforums.net as they have a lot of tutorials, espically in VB..

Want to hide these adverts? Register an account for free!