Hey,
How do I retrieve the command line arguments in a pocket pc application in .net 2005?
Thanks,
Printable View
Hey,
How do I retrieve the command line arguments in a pocket pc application in .net 2005?
Thanks,
Can you use a Main method in CF apps? If so, it should look something like this:Your commandline arguments can then be accessed via the args parameter.VB Code:
Public Sub Main(ByVal args As String())