If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
-
Otm
- Posts: 8
- Joined: Sat Sep 15, 2007 10:23 pm
Post
by Otm »
Hello
i have an MFC application (mdi), i would like to know if i could easily create an irrlicht based TRANSPARENT dialog in this MFC code.
By transparent i mean that under the dialog we could still see the main frame view of the mdi application.
Thanks a lot.
-
FlyingIsFun1217
- Posts: 219
- Joined: Fri Apr 13, 2007 8:29 pm
- Location: Illinois
-
Contact:
Post
by FlyingIsFun1217 »
As in have another window with Irrlicht context be "see-through"?
I would think that would take some interesting win32 hacking in-code.
FlyingIsFun1217
-
Otm
- Posts: 8
- Joined: Sat Sep 15, 2007 10:23 pm
Post
by Otm »
does it mean it is NOT possible ?
if someone think about how to achieve it it would be nice ...
else i would have to rewrite the whole GUI in Irrlicht right?