Command line arguments

  • Thread starter Thread starter BlueSpirit
  • Start date Start date
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
 
Back
Top