G
Guest
How can I create optional parameters that can be included in the command line of a windows forms application
Michael
Michael
* "=?Utf-8?B?bWljaGFlbA==?= said:How can I create optional parameters that can be included in the command line of a windows forms application?
michael said:Okay, I can see how to add parameters from within the Project's Property
dialog(I assume you can add the same parameters after projectname.exe
from a run command prompt). But, how can you recover the value of theses
parameters from within your code at run time. I just can't seem to find
this in the help files.
* "=?Utf-8?B?bWljaGFlbA==?= said:Okay, I can see how to add parameters from within the Project's
Property dialog(I assume you can add the same parameters after
projectname.exe from a run command prompt). But, how can you recover the
value of theses parameters from within your code at run time. I just
can't seem to find this in the help files.