C# - Is it possible to create a windows form app that can run from the command line with parameters?

Posted by JL on Stack Overflow See other posts from Stack Overflow or by JL
Published on 2009-10-05T18:19:22Z Indexed on 2010/05/04 1:28 UTC
Read the original article Hit count: 237

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms