Command Line Arguments

Can you pass a parameter to a windows desktop app like you can to the command line application? I have a command line app that processes parameters well and I’m not seeing the run event under the application in a windows desktop app. The Xojo Inspector has a place for Command Line Arguments but I haven’t found a way to process them.

Thank you,

On desktop apps you use

http://documentation.xojo.com/index.php/System.CommandLine

That’s what I was looking for.

Thanks!