I am using visual c# express 2010 and windows 7
To get the cmdline arguments from a console application , that I know.
But a windows Form application does not have a static void Main(string[] arg) entry point.
So how do I get the cmdline arguments?
prc