Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need to start a .EXE and pass it parameters
Message
From
07/11/2001 13:11:19
 
 
To
All
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Title:
Need to start a .EXE and pass it parameters
Miscellaneous
Thread ID:
00578608
Message ID:
00578608
Views:
36
I have a one form VB 6 application that is an image viewer. I need to run the .exe from another application and pass parameters from the calling program to my app.
How can I do this?
I currently can fire the app off using the following commands:
MyAppID = Shell(filepath, 1) 'filepath is the path to the .exe file
AppActivate MyAppID
but this does not allow me to pass any variables.

Any ideas would be greatly appreciated.
Next
Reply
Map
View

Click here to load this message in the networking platform