Is there a way to create a modeless dialog box in C++ MFC which always stays on top of the other windows in the application? I\'m thinking sort of like the Find dia
The accepted answer fails for Windows 7 or above. (Or perhaps its me)
But making the modeless dialog as popup instead of child solves it.
It now gets positioned wrt main dialog window but you can write code to constrain anywhere.
Using the no border or top bar makes it a simple window.