Command Line Arguments like VB6 IDE

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Brian

    Command Line Arguments like VB6 IDE

    Hello,
    In vb6, on the properties there is an option to compilie code with
    arguments.. for testing.. where can i find, or be able to this in vb.net
    2008?
    Brian


  • Herfried K. Wagner [MVP]

    #2
    Re: Command Line Arguments like VB6 IDE

    "Brian" <bsgallatin@com munity.nospamsc hrieb:
    In vb6, on the properties there is an option to compilie code with
    arguments.. for testing.. where can i find, or be able to this in vb.net
    2008?
    In the solution explorer select "My Project" -"Debug". You can set the
    command line options there.

    --
    M S Herfried K. Wagner
    M V P <URL:http://dotnet.mvps.org/>
    V B <URL:http://dotnet.mvps.org/dotnet/faqs/>

    Comment

    Working...