Hey, How do I retrieve the command line arguments in a pocket pc application in .net 2005? Thanks,
Don't anthropomorphize computers -- they hate it
Can you use a Main method in CF apps? If so, it should look something like this: VB Code: Public Sub Main(ByVal args As String()) Your commandline arguments can then be accessed via the args parameter.
Public Sub Main(ByVal args As String())
Why is my data not saved to my database? | MSDN Data Walkthroughs VBForums Database Development FAQ My CodeBank Submissions: VB | C# My Blog: Data Among Multiple Forms (3 parts) Beginner Tutorials: VB | C# | SQL
Forum Rules