"setting" instead of "getting"

  • Thread starter Thread starter Dayne
  • Start date Start date
D

Dayne

I know I can get the user's last input info with the win32 function
"GetLastInputInfo", but how do I set this value without any physical input
from the user? Any idea?

DT
 
I know I can get the user's last input info with the win32 function
"GetLastInputInfo", but how do I set this value without any physical input
from the user? Any idea?

Use SendMessage to send the keyboard events to your form's hWnd so as to
pretend the user input something?
 
Back
Top