Link to home
Start Free TrialLog in
Avatar of metalaureate
metalaureateFlag for United States of America

asked on

Passing command line params to a VB6 .exe

Is there any way to pass command line parameters to a VB6 .exe? How do I do it?

Thanks.
SOLUTION
Avatar of sirbounty
sirbounty
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of prasitlee
prasitlee

Hi metalaureate,

   I am not sure if you don't know how to write an application to accept the parameter or don't know how to pass parameter during debugging process. Try to see the one you are looking for.
                                                                   Meng

   How to write the application
http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/support/kb/articles/Q173/0/85.ASP&NoWebContent=1

   How to pass parameter during debugging process.
   https://www.experts-exchange.com/questions/10225289/How-to-transfer-parameters-to-a-VB-application.html?query=exe+paramter&searchType=topic
Thanx. :D
Avatar of metalaureate

ASKER

Thanks to everyone.
thx :)