Hi,
I have target window handle (ID), how I can generate mouse event such as (click) to specific location on that window, can use SendMessage ?, how?.
If I use SendInput native API, i success, but if connect to a PC via RDP and the RDP client is minimized this would not work.
I have built a client that don't implement RDP client, I success get snapshots, but I can't send mouse events using SentInput.
Any help?