Is that even possible (C#)? The window, I want to click on is of course not mimized but just covered with another window. I can just assume, that it has something to do with window handle. Any help would be appreciated. Thanks 🙂
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s possible, but you would have to use Windows API to get pointer to that window (assuming that you know what window your are looking for and it’s part of a different application).
On the other hand, why would you need to “emulate mouse click on other window”?
Hope it helps.