PeeK Windows message from a region( not window)
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
How can I peek Windows message such WM_LBUTTONDOWN from a region(rectangle) in a window that is the desired region can not receive the message.(I used the PeekMessage() function but this function unfortunatly peek the message from the window not from the region).
-
How can I peek Windows message such WM_LBUTTONDOWN from a region(rectangle) in a window that is the desired region can not receive the message.(I used the PeekMessage() function but this function unfortunatly peek the message from the window not from the region).