am using half life and i want to use:
however this just exits to the server window, why doesnt it open the console like it should?VB Code:
SendKeys "`"
thanks for any help.
Printable View
am using half life and i want to use:
however this just exits to the server window, why doesnt it open the console like it should?VB Code:
SendKeys "`"
thanks for any help.
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?
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....
OK...from the MSDN the syntaxs looks like this..
SendKeys string[, wait]
thanks for the idea, i tried:
but it didnt make any difference, it stil exited to the server window, any other suggestions?VB Code:
SendKeys "y", True