Results 1 to 2 of 2

Thread: command line arguments pocket pc app

  1. #1

    Thread Starter
    Frenzied Member vbgladiator's Avatar
    Join Date
    May 2001
    Posts
    1,950

    command line arguments pocket pc app

    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

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: command line arguments pocket pc app

    Can you use a Main method in CF apps? If so, it should look something like this:
    VB Code:
    1. Public Sub Main(ByVal args As String())
    Your commandline arguments can then be accessed via the args parameter.
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width