|
-
Dec 11th, 1999, 05:49 AM
#1
I just started using Visual Basic and my first program is a Startup Program the will organize your programs. I have a main page with different groups (games,applications, syatem tools, etc.). I have the linking to different forms working perfectly, but when it comes to connecting a command button to a program like Windows Explorer, I cannot figure the code out to do so. Can someone help me by typing a simple code to enter?
~`Rage`~
-
Dec 11th, 1999, 07:35 AM
#2
Lively Member
Private Sub Command1_Click()
Shell "c:\windows\explorer.exe"
End Sub
This code relies on Windows Explorer being in the above folder. You can get it to find it, no matter where it is on your computer, but I'm not sure how.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|