I have a VB program that when run opens a form. This means that once the exe is built and run the form opens as expected.
However, under certain circumstances I want a different form to open. Is there anyway to do this from a command line so that I could do something like:
"my_compiled_prog.exe" which will open on form1
and
"my_compiled_prog.exe s" which will open on form2?
Thanks in advance
elciko
However, under certain circumstances I want a different form to open. Is there anyway to do this from a command line so that I could do something like:
"my_compiled_prog.exe" which will open on form1
and
"my_compiled_prog.exe s" which will open on form2?
Thanks in advance
elciko