I have a VB.NET app that makes a lot of use of the GetCommandLineArgs function. With a published application, I don't see anyway to start a published application without using the installed icon, and obviously when starting it from the icon, I cannot pass any command line parameters.
Does anyone have any ideas on how to get around this? Basically I'm looking for a way to execute a published application from a command prompt.
Thanks in advance,
Sheldon
Does anyone have any ideas on how to get around this? Basically I'm looking for a way to execute a published application from a command prompt.
Thanks in advance,
Sheldon