How determine if mouse points to(hover on) maximise button of window even if this window is not of my application. Is there API for that ?
feedback
|
|
You may send a Something like this:
Edit: You may send this message to any window (not necessarily belong to your thread/process). Since no pointers are involved (such as string pointers) - there's no problem. However you should note that sending (not posting) a message to a window belonging to another thread is a pretty heavy operation, during which your thread is suspended. There may even happen a situation where your thread hangs, because the thread of the application that serves that window hangs. You may consider using | |||
|
feedback
|