1
Answer

Accessing command line args in windows forms app

Ask a question
Aaron Bahler

Aaron Bahler

16y
1.9k
1

Hello I am working on a windows forms application that will accept command line args.

To do so I changed:     static void Main() -to- static void Main(string[] args)     in the program.cs.

My problem is I don't know how to access the args in my Form1.cs with all my event handlers.

Thanks


Answers (1)