Page 3 of 3

Posted: Fri Jul 21, 2006 8:10 pm
by matiae
Hi,
I had the same problem with the winforms events, so I created a class to manage the Irrlicht device. This class has methods that are called when a winform event occurs on the form control.. :? of course it could become much more complicated to do things like control a FPS camera. Has anyone done something like this?? or is there a simpler way to make Irrlicht events work in winforms?? :(

Posted: Fri Jul 21, 2006 8:22 pm
by shurijo
Ros wrote:
Ros wrote:
shurijo

say:
Quote:
Its much easier to handle events using Irrlicht without putting it in a picturebox (using the IrrlichtDevice window instead of a WinForm).


How? where i can look example of code?


All of the tutorials (with the exception of the WinForm tutorial) use an IrrlichtDevice without placing it on a .NET WinForm.
I don't need console start :(

I need WinForm start without console.
Then don't start with a console, just use the IrrlichtDevice window instead of the winform.

Posted: Sat Jul 29, 2006 6:41 pm
by Ros
How?I m big noob:) with irrlicht