Tagged Questions
4
votes
1answer
863 views
Always-in-front dialogs
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 dialog in Visual Studio 2005 - where it ...