"setting" instead of "getting"

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
 
M

Mike Labosh

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top