Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Basic Intro To VB
Index -> Programming, Visual Basic and Other Basics -> Visual Basic Help
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
KeNNy




PostPosted: Wed Nov 20, 2002 6:29 pm   Post subject: Basic Intro To VB

oh no.. I'm not writing it, lol.
I was hoping one of you experienced VB programmers could make a basic tutorial for it. Does VB have a program that you write the code it? Like turing has winoot. Thanx in advance, your support is greatly appreciated.
Sponsor
Sponsor
Sponsor
sponsor
Tony




PostPosted: Wed Nov 20, 2002 10:57 pm   Post subject: (No subject)

umm... yes... it is called Visual Basic 6. Or you can get it as a Visual Studio package (which also includes visual C++ and other).

As a matter of fact, you already have VB installed on your computer as macros in Word and other MS Office applications are all writen in VB.
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
rdrake




PostPosted: Sun Jun 22, 2003 9:25 pm   Post subject: (No subject)

You can also find a free visual basic compiler here. I don't like to use it but it's free.
¿§¥Jåmës¥§¿




PostPosted: Thu Oct 23, 2003 2:07 pm   Post subject: Question

I have a very basic question. So I make a button. How do I make it go to the next page when you hit the buttun?
Tony




PostPosted: Thu Oct 23, 2003 3:10 pm   Post subject: (No subject)

code:

formName.show


this will pop up your "formName" form. You can close it by using
code:

.hide
or unload... depending on the case
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
¿§¥Jåmës¥§¿




PostPosted: Fri Nov 14, 2003 12:58 pm   Post subject: (No subject)

Thanks Tony that was what I needed. Now I need to know how to us those little check boxes. IS there an if statment like thing in VB?
Tony




PostPosted: Fri Nov 14, 2003 2:27 pm   Post subject: (No subject)

yes Confused
code:

if checkbox.value = 1 then

print "stuff"

end if
Latest from compsci.ca/blog: Tony's programming blog. DWITE - a programming contest.
¿§¥Jåmës¥§¿




PostPosted: Sat Nov 22, 2003 1:13 pm   Post subject: (No subject)

Hey whats with the Confused face was it really such a stupid question? Anyway thanks thats all I needed 8)
Sponsor
Sponsor
Sponsor
sponsor
Display posts from previous:   
   Index -> Programming, Visual Basic and Other Basics -> Visual Basic Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 1 of 1  [ 8 Posts ]
Jump to:   


Style:  
Search: