Hi,
I'm programming a DLL with C++ and I tried to open a MessageBox like they did in the SDK Menu example. It worked fine in window mode, but in fullscreen the messagebox is not visible. The screen turns black (due to the DialogMode) but the MessageBox seems to open behind the black screen. I can still close the box by pressing Enter so it seems it's really in the foreground.
Any ideas?
I'm programming a DLL with C++ and I tried to open a MessageBox like they did in the SDK Menu example. It worked fine in window mode, but in fullscreen the messagebox is not visible. The screen turns black (due to the DialogMode) but the MessageBox seems to open behind the black screen. I can still close the box by pressing Enter so it seems it's really in the foreground.
Any ideas?

