> This is happening on WinNT. > The modal dialog is showing up below Visual Studio windows, > and below the modeless dialog window for a different thread.
Different thread? I'm just shooting in the dark here, but are you doing UI in more than one thread? I don't think that is recommended, but I don't know all the ramifications. What we do is have the other threads just update internal data, and have the dialog that "appears" to be in the other thread actually run in the main thread and have a timer that updates itself regularly. The timer doesn't have to run very often, just 5 times a second or so to appear responsive. _______________________________________________ msvc mailing list [EMAIL PROTECTED] See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for subscription changes, and list archive.
