Capture Command Line arguments

  • Thread starter Thread starter Paul
  • Start date Start date
P

Paul

Hi all

I've seen some posts relating to capturing command line arguments inside
the CF, but they didn't really make sence (they were C# examples) - has
anyone done this in VB.net?

Thanks.
 
It's quite simple. Just change the method signature of Main to accept a
string instead of void.
 
That would be "to accept string array"

Chris Tacke said:
It's quite simple. Just change the method signature of Main to accept a
string instead of void.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top