Results 1 to 3 of 3

Thread: Command Line Arguments

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2000
    Posts
    617
    I'd like to be able to create a small VB prog, pass it arguments from a command line

    Can any 1 give me a hint?

    Thanks in advance

  2. #2
    Fanatic Member
    Join Date
    Feb 2000
    Location
    The Netherlands
    Posts
    715
    Try this:
    Code:
    Private Sub Form_Load
        Msgbox "You entered [" & Command$ & "] as the command line parameters."
    End Sub
    Oetje
    [email protected]
    93606776
    Visual Basic 6, Windows 2000

    Never pet a burning dog

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2000
    Posts
    617

    hmmm!!Thank you a 1000 times

    No a million times!!!!!!

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