Thread: Vb Programing
View Single Post
Old 02-13-2007, 03:37 PM   #5 (permalink)
Snake-Eyes
 
Monster Techie

Join Date: Dec 2004

Posts: 1,145

Snake-Eyes

Default

Put a button on the form. Open the code window. Type
Code:
Private Sub Command1_Click()
Shell ("C:\WINDOWS\system32\cmd.exe")
End Sub
That is for command prompt.
__________________
Snake-Eyes is offline