Command line arguments

N

Norman Rericha

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
 

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

Top