Hey, I'd like to ask if any of you know how to use Visual Basic to pass arguments to an application after said application was started.
Example, "myapp.exe -d" enables debug mode, I want to be able to start myapp.exe then have a checkbox labeled "Debug mode" in Visual Basic. Upon "Debug Mode" being checked, it passes the argument -d to myapp.exe. Upon it being unchecked, it withdraws that argument from myapp.exe.
Thanks for your help,
-Arightwizard