Hello everyone,
the situation is as follows:
I have a Dialog Box with style constant %WS_MINIMIZEBOX. After pressing the Windows hotkey [Win Logo + D] expectedly causes the messages:
%WM_SIZE (lParam)
or
%WM_SYSCOMMAND (wParam)
This allows control of the dialog when hiding and/or showing on the screen.
The same dialog WITHOUT the %WS_MINIMIZEBOX constant hides after [Win Logo + D], but I can't intercept (control) it by hiding and/or showing it on the screen because the above messages are not generated.
Any ideas on the matter?
the situation is as follows:
I have a Dialog Box with style constant %WS_MINIMIZEBOX. After pressing the Windows hotkey [Win Logo + D] expectedly causes the messages:
%WM_SIZE (lParam)
or
%WM_SYSCOMMAND (wParam)
This allows control of the dialog when hiding and/or showing on the screen.
The same dialog WITHOUT the %WS_MINIMIZEBOX constant hides after [Win Logo + D], but I can't intercept (control) it by hiding and/or showing it on the screen because the above messages are not generated.
Any ideas on the matter?
Comment