> I noticed that you haven't given the dialog box a parent window. AFAIK > windows will ensure that a dialog box is created above its parent in the > z-order, but without a parent window I'm suspecting that the dialog with > have to take its chances along with all other top-level windows > on which one > is top-most in the z-order. Try specifying the CWnd* of your main > application window and see if that helps.
I believe that, like all dlg boxes, using NULL for the parent makes the MFC framework automatically use the app's main window... -- Jason Teagle [EMAIL PROTECTED] _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
