How do you determine/test if a nonMDI form is the child of another nonMDI form?
I tried the following APIs but there is no difference in the return value, WS_ , WS_EX_ after the form was made a child (using SetParent).
GetWindowLong
IsChild
GetParent
Edit: GetWindow (.hwnd, GW_OWNER) doesn't work either


Reply With Quote

