L
Lloyd Dupont
I have "modal" dialog in my application.
IN fact as I had problem with ShowDialog() they are not dialog but simple
top level control with a loop calling DoEvent() in their showing method.
I'm using ApplicationEx and I would like to improve that.
When I show the control I could find it's HWND.
later on I want to filter all message whose HWND are not the dialog's HWND
or a child, or sub child, or sub sub sub... child control.
is there any way (simple if possible) to do that ?
IN fact as I had problem with ShowDialog() they are not dialog but simple
top level control with a loop calling DoEvent() in their showing method.
I'm using ApplicationEx and I would like to improve that.
When I show the control I could find it's HWND.
later on I want to filter all message whose HWND are not the dialog's HWND
or a child, or sub child, or sub sub sub... child control.
is there any way (simple if possible) to do that ?