Quote Originally Posted by CornedBee
Sure there is: you just need to emulate DialogBox. In other words, disable the parent window.
Yeah, the closest I've gotten is calling GetClassInfoEx with the #32770 dialog box class and changing the WndProc and Class Name. Find the window styles with Spy++ calling CreateWindowEx with no luck. The window isn't shown.