|
Thread: ole
-
Mar 6th, 2001, 11:46 AM
#1
Thread Starter
New Member
i'm realatively new to vb and i'm trying to open an exe file with a command button, so far all i can get is one error message after the other.
can anyone help me out with how to do this?
thanks
-
Mar 7th, 2001, 08:30 AM
#2
Lively Member
I'm not too clear on what are you trying to do here. If you want to run another application and know the path to it then use the shell command i.e. if you have a command button pu the following code in the click event and this will start notepad
shell "c:\windows\notepad.exe", vbNormalFocus
-
Mar 7th, 2001, 05:07 PM
#3
Thread Starter
New Member
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
|