Hi

How to get the command line arguments in a Compact Framework 1 app ?

Thx

Re: Command line arguments by ctacke/>

ctacke/>
Sat Nov 04 06:37:00 CST 2006

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
--



"BlueSpirit" <bluespirit64@free.fr> wrote in message
news:454c31c2$0$27388$ba4acef3@news.orange.fr...
> Hi
>
> How to get the command line arguments in a Compact Framework 1 app ?
>
> Thx
>
>



Re: Command line arguments by Wanadoo

Wanadoo
Sat Nov 04 11:22:04 CST 2006

Thx, but I forgot to specify that my code is in VB.Net :(

<ctacke/> a formulé la demande :
> 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



Re: Command line arguments by Norman

Norman
Thu Feb 01 17:09:42 CST 2007

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 :(
>
> <ctacke/> a formulé la demande :
>> 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

--
Norman Rericha
Sr. Software Architect
Embedded Systems
4Techwork.com