Results 1 to 5 of 5

Thread: Half Life console

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2002
    Posts
    87

    Half Life console

    am using half life and i want to use:
    VB Code:
    1. SendKeys "`"
    however this just exits to the server window, why doesnt it open the console like it should?

    thanks for any help.

  2. #2

    Thread Starter
    Lively Member
    Join Date
    May 2002
    Posts
    87
    it quits to the server window whatever sendkeys i use, i dont understand, i thought sendkeys just simulated the key on the keyboard being pressed?

  3. #3
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    Last time I tested SendKeys (I think it was for VB3 or something) it was pretty unreliable...but there was a wait keyword or something that you could use as a parameter. Look it up and see if it can help you....

  4. #4
    Retired G&G Mod NoteMe's Avatar
    Join Date
    Oct 2002
    Location
    @ Opera Software
    Posts
    10,190
    OK...from the MSDN the syntaxs looks like this..

    SendKeys string[, wait]

  5. #5

    Thread Starter
    Lively Member
    Join Date
    May 2002
    Posts
    87
    thanks for the idea, i tried:
    VB Code:
    1. SendKeys "y", True
    but it didnt make any difference, it stil exited to the server window, any other suggestions?

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