Is it possible to create a windows form app that can run from the command line with parameters?
- by JL
I would like a windows form app that will contain a UI, but I want it to run from the command line with some parameters possibly also a /hide or /visible=false option.
How is it possible to read in the command line parameters? And adjust accordingly?