
Overlapping dialog app and modeless dialog
I have a dialog application that creates a modeless dialog. I want to be
able to make the app dialog the top window, overlapping and hiding parts of
the modeless dialog. But it never does, the modeless dialog always stays
on top.
1. I've made the modeless dialog's parent the desktop.
2. I've tried OnActivate() in both dialogs with code to call
BringWindowToTop();
3. I've tried changing the dialog styles.
Can anyone advise?
Thanks,
Phil