Windows: send Mouse/Keyboard event to background window?
问题 My application is a fullscreen window which is rendering a designated other window (from dwm), for example Google Chrome. I would like to know if it's possible to send events (such as mouse keyboard events) to the specified window. Of course the designated window has to stay in background, and my current application on the foreground. My application is written in C++. I'm working on Windows 7/8. 回答1: Just to put it into an answer. Based on this question Does any program/language/library that