views:

66

answers:

1

Hello,

Is there a way to loop through all MFC Child Dialogs, MDI frames and etc? And is there a way to find out which dialog or window I am looping through? Any answer would be appreciated!

+2  A: 

You could use EnumChildWindows to iterate through child windows of certain window.

Kirill V. Lyadvinsky