Does any one know how to launch a VB applicaiton with passed parameters. Am successfully executing from Unix, but besides writting the parameters to a DOS file caren't quite work out how to execute with the desired parameters
Printable View
Does any one know how to launch a VB applicaiton with passed parameters. Am successfully executing from Unix, but besides writting the parameters to a DOS file caren't quite work out how to execute with the desired parameters
If you want your app to use parameters, check the value of Command$ in your form_load or sub_main