PDA

Click to See Complete Forum and Search --> : Executing a vb app with parameters


jritchie
Nov 2nd, 1999, 10:26 AM
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

Clunietp
Nov 2nd, 1999, 11:50 AM
If you want your app to use parameters, check the value of Command$ in your form_load or sub_main