Hello,
How can I simulate the keyboard stroks?
For example, I want to send Ctrl + C, or F5 to a window.
I used SendInput, but it didn't work.
Anyone can give me a stuff about SendInput or and advisement?
Thanks.
How can I simulate the keyboard stroks?
For example, I want to send Ctrl + C, or F5 to a window.
I used SendInput, but it didn't work.
Anyone can give me a stuff about SendInput or and advisement?
Thanks.
you can try also the older version of SendInput, its "keybd_event". Works well for me ...
You could also send "forged" WM_KEYDOWN or WM_CHAR messages to the target window.