Window Message
-
when a modeless dialog is visible, I click mouse outside the dialog , windows send what message by the dialog? Thank you very much!
-
when a modeless dialog is visible, I click mouse outside the dialog , windows send what message by the dialog? Thank you very much!
When a dialog have loses the focus or get focus it's WM_SETFOCUS with WPARAM I think with TRUE if the dialog is on focus or FALSE if not.... ------------------------------ ©0d3 ©®4©k3® - That's me! :) ------------------------------
-
when a modeless dialog is visible, I click mouse outside the dialog , windows send what message by the dialog? Thank you very much!
Windows sends WM_NC(something) that stands for No Client. "Needless redundancy is the hobgoblin of software engineering." - Peter Darnell
-
When a dialog have loses the focus or get focus it's WM_SETFOCUS with WPARAM I think with TRUE if the dialog is on focus or FALSE if not.... ------------------------------ ©0d3 ©®4©k3® - That's me! :) ------------------------------
Thank: Vladimir Georgiev, Rickard Andersson the Message is : WM_NCACTIVATE