Commandline-Arguments in CF.NET 1SP3

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

I need to prase the commandline-arguments in an application for a pda.
While I'm try to get them with these code

Dim CmdLine As System.String
CmdLine = Microsoft.VisualBasic.Command

the IDE gives me an "NotSupportedException"-Error back. The error raise in
the 2nd line. I am working with
- WinXP SP2
- VB.NET 2003 Prof.
- PDA-OS: WinCe.NET 4.2
- CF.NET 1 SP3

How can I prase the commandline-arguments?

Thanks
..Carsten
 
Back
Top