Retrieving command line arguments

  • Thread starter Thread starter Dennis Myrén
  • Start date Start date
D

Dennis Myrén

System.Environment.CommandLine will return the raw input from the command
line.
 
Is there a way to retrieve command line arguments to my System.Windows.Forms
object OTHER THAN using the constructor Main( string args[] ) ?

Thanks in advance.
Chris Hough
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top