Taskbar icon mouse messages and keyboard modifiers
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
MSDN says that when I receive a WM_LBUTTONUP or any other message concerning a mouse click, wParam should contain any keyboard modifiers and lParam the cursor position. However, when I get these messages from a taskbar icon, wParam is always set to 1. Is it possible to modify the click to the icon with a keyboard modifier? And if so, is it possible for me to pick that up? Cheers Dave