B BlueSpirit Nov 4, 2006 #1 Hi How to get the command line arguments in a Compact Framework 1 app ? Thx
N Norman Rericha Feb 1, 2007 #4 Almost the same. Public Function Main(ByVal CmdArgs() as String) //do your stuff here End Function Wanadoo explained : Thx, but I forgot to specify that my code is in VB.Net static void Main(string[] args) { // args here are the command line params } -- Chris Tacke OpenNETCF Consulting Managed Code in the Embedded World www.opennetcf.com Click to expand... Click to expand...
Almost the same. Public Function Main(ByVal CmdArgs() as String) //do your stuff here End Function Wanadoo explained : Thx, but I forgot to specify that my code is in VB.Net static void Main(string[] args) { // args here are the command line params } -- Chris Tacke OpenNETCF Consulting Managed Code in the Embedded World www.opennetcf.com Click to expand... Click to expand...