Anyone know how to pass a startup parameter to a program in C#.
I searched the net all over and the only thing I could find was for console applications. I also looked for overloads for the Form1_Load() and didnt find anything.

I would like to pass options to my program such as

program.exe /a
program.exe /b
program.exe /c
etc...