public static void Main( string[] args)
args array contains are command line arguments.
Best regards,
Ilya
This posting is provided "AS IS" with no warranties, and confers no
rights.
*** Want to find answers instantly? Here's how... ***
1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
rmlexi said:
Does anyone know how to get command line arguments from a .NET CF App
when
the command line is called after the program is running? Is this
possible?
Thanks.