Hello everybody,
I have the following problem: I want to have a child window - derived from CWnd - in front of my (fullscreen) Irrlicht output. The window is in fact there, but every time Irrlicht repaints its window, it also overpaints the content of my child window. This leads to unwanted flickering effects.
So my question is, how can I keep my child window really in front of Irrlicht and prevent Irrlicht from overpainting my child window? I checked the flags for fullscreen windows with which Irrlicht creates its window, and they seem OK to me?
Can anybody help? Thanks in advance!
[/b]