Hello,
Does anyone know if the wm_mdigetactive message really returns the active
child window of an mdi app?
I have tried it for both MSWord and PowerBasic MDI's and keep getting zero(handle)
as the active child. Maybe the client is wrong but when I enum the children of the
MSWord client I do get the actual document sheets plus alot of other window controls.
I'm just trying to isolate the actual current sheet document of sheet of a MDI app.
According to the sendmessage docs it works if whether I'm the current thread or not.
Basically I'm looking for a consistent way to determine an MDI app and it's children(sheets)
that are open.
Thanks.
Does anyone know if the wm_mdigetactive message really returns the active
child window of an mdi app?
I have tried it for both MSWord and PowerBasic MDI's and keep getting zero(handle)
as the active child. Maybe the client is wrong but when I enum the children of the
MSWord client I do get the actual document sheets plus alot of other window controls.
I'm just trying to isolate the actual current sheet document of sheet of a MDI app.
According to the sendmessage docs it works if whether I'm the current thread or not.
Basically I'm looking for a consistent way to determine an MDI app and it's children(sheets)
that are open.
Thanks.
Comment