Groups | Blog | Home
all groups > dotnet compact framework > november 2006 >

dotnet compact framework : Commandline-Arguments in CF.NET 1SP3



Carsten Unterberg
11/28/2006 2:28:02 AM
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

--
ctacke/
11/28/2006 9:21:06 AM
Modify Main to take in an array of strings, then use them.


--
Chris Tacke
OpenNETCF Consulting
Managed Code in the Embedded World
www.opennetcf.com
--


"Carsten Unterberg" <CarstenUnterberg@discussions.microsoft.com> wrote in
message news:F3B0CD0A-033E-47CE-9F5F-D1DD8E27379C@microsoft.com...
[quoted text, click to view]

AddThis Social Bookmark Button