Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to pass parameters from ShellExecute

Status
Not open for further replies.

baggio7

Programmer
Jun 23, 2004
14
0
0
CA
hey i need to know how to pass parameters
from my ShellExcute in my c++ code to my .exe
thats made in vb. i know it's the forth parameter of
ShellExute to pass parameters but how does is receive
it in my vb code? do i have to declare it in my form_load
as a variant? cause if i do that, my vb does compile cause
form_load wont accept parameters.
How does this work???

thanks guys!
 
The Command function returns all command line parameters
passed to your exe.

Standa K.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top