Is there any way to use irrlicht device to win picture boxes

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.
Post Reply
go
Posts: 28
Joined: Mon Oct 20, 2008 7:53 am

Is there any way to use irrlicht device to win picture boxes

Post by go »

Hey, I'm now using Irrlicht with Windows MFC.

I can relate Irrlicht device to windows picture box and splilt in one picture box..

but I don't know how to apply it to many picture box .. Is there any way to do this?

Thanks
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

you can use the endScene() function to draw in a specific window:

Code: Select all

driver->endScene(curHWND);
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
go
Posts: 28
Joined: Mon Oct 20, 2008 7:53 am

Post by go »

oh maybe useful.

Thanks for your quick reply.
Post Reply