View Full Version : Visual Basic .NET 2003
talldude227
11-29-2005, 07:14 AM
I was hoping that one of you guys could give me a good tutorial on VB .net 2003. I am sorta self taught and at an intermedite level.
talldude227
11-29-2005, 06:26 PM
Also if someone could show me how to fill info into a program (like AIM).
talldude227
11-30-2005, 08:03 PM
Well, I have decided that while I am waiting for a reply I will teach some stuff. This will be for beginers, so if you know anything then just wait till I get more advance.
I will be teaching for Visual Basic .NET 2003
One if the big things that is helpful in programing is accepting input. One easy way to do that in VB is an InputBox. Here is an example if its usage.
Public Sub button1_Click(yada yada yada)
Dim strMsg as String
strMsg = Inputbox("What is your name?")
Msgbox("Hello " & strMsg)
End Sub
If anyone has any questions then please feel free to ask them.
The_Azazel
12-02-2005, 09:20 PM
try here for some tutorials, its what I use.....
http://www.programmingtutorials.com/vb6.aspx
talldude227
12-03-2005, 09:55 AM
Thanks, that helped.
The_Azazel
12-03-2005, 11:41 AM
No prob, when I find some more good ones I will post them here!!!
talldude227
12-04-2005, 04:46 PM
Sounds good, and what did you think of my tutorial?
The_Azazel
12-05-2005, 06:09 PM
Nice I like that ;)
talldude227
12-08-2005, 06:39 PM
here is a links to a site that is all about VB
VB Site (http://talldude227.conforums.com/index.cgi)
vBulletin® v3.6.8, Copyright ©2000-2009, Jelsoft Enterprises Ltd.