Hiya again,
OK, I've got the logging part to work (atleast, most of it) and now I want a fast way to send keystrokes and entire strings. So not with the sendkey command, because that's to slow... Is there a way I can do it like you add text to a textbox with the sendmessage call, it's like immediately there then... I have found an API call, but the only advantage over the sendkey command is that the Num Lock key doesn't flicker and you can 'hold' a key.
I was wondering if this is possible and I don't want to point it to a certain handle or something, I just want to send it to the active control or form or whatever is active ;-)
LuCkY
OK, I've got the logging part to work (atleast, most of it) and now I want a fast way to send keystrokes and entire strings. So not with the sendkey command, because that's to slow... Is there a way I can do it like you add text to a textbox with the sendmessage call, it's like immediately there then... I have found an API call, but the only advantage over the sendkey command is that the Num Lock key doesn't flicker and you can 'hold' a key.
I was wondering if this is possible and I don't want to point it to a certain handle or something, I just want to send it to the active control or form or whatever is active ;-)
LuCkY