> I guess I could derive a class from CFileDialog and use its > OnInitDialog() to make sure that the dialog window is visible... > but that seems like overkill. It sure seems that a dialog window > should always show up on top. Am I missing some setting? > The dialog is created and shown as follows:
The only reason I can see for this happening is if some other window(s) in your app put themselves on top, or are stay-on-top (top-most) windows - modal dlg windows obey normal window creation and showing rules otherwise. So they should appear on top of everything if they were the last window activated / created, and no other windows are top-most... -- Jason Teagle [EMAIL PROTECTED] _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
