|
-
Oct 17th, 2001, 03:07 PM
#1
Open app with Run dialog
Hi!
I'm working on a small application (for personal use) to quickly open an application, just like the Run dialog.
In the app I have a textbox where I input the application name and when I press "Enter" it should try to open the application with the Run dialog and if it aren't there I am going to search My Documents, but that's a later problem. Right now I want to know how I automaticly input a string in to the Run prompt.
Thanks!
/ Erik
-
Oct 17th, 2001, 03:18 PM
#2
Code:
Shell Text1.Text, 1
-
Oct 17th, 2001, 03:26 PM
#3
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
|