Hi
I've succeeded in making a dialog box with a child control window that shows a 3D scene using OpenGL, and this works fine... but every time I try to bring up a message box (that is modal), or a another dialog box, nothing happens, and I can't even click on the main dialog box.
I'm not quite sure what to do... I thought there might be a message in WindowProc that I could intercept and return before the window steals the focus, but even if I return all the messages I still can't see message boxes.
Anybody know what I'm talking about?
I've succeeded in making a dialog box with a child control window that shows a 3D scene using OpenGL, and this works fine... but every time I try to bring up a message box (that is modal), or a another dialog box, nothing happens, and I can't even click on the main dialog box.
I'm not quite sure what to do... I thought there might be a message in WindowProc that I could intercept and return before the window steals the focus, but even if I return all the messages I still can't see message boxes.
Anybody know what I'm talking about?