Commandline-Arguments in CF.NET 1SP3

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
 

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