"Dimitrie O. Paun" dpaun@rogers.com writes:
Good idea. How do we simulate the mouse, for these cases:
SendInput() does that. Moving a window with it might be a bit tricky (you probably need to use a child window to avoid trouble with managed mode).
ANd how do we differentiate between messages sent and posted? Is this difference important to test?
Call InSendMessage() in the window procedure. Yes I think it's worth testing, it can potentially cause deadlocks if we don't use the right kind of message.