Search found 3 matches

by mrpingwin
Thu Sep 21, 2006 2:16 pm
Forum: Irrlicht.NET
Topic: How to get the handle of an Irrlicht window?
Replies: 4
Views: 2012

Thanks, I'll play around with windows API stuff and see if I can that working. :)
by mrpingwin
Thu Sep 21, 2006 9:30 am
Forum: Irrlicht.NET
Topic: How to get the handle of an Irrlicht window?
Replies: 4
Views: 2012

hi, in .NET every control (and form) has the .Handle property that gets the IntPtr.. it's not a method :) This will only work if you are running Irrlicht inside a .NET form which is not the case here. I am getting Irrlicht to create its own window rather than creating a .NET window and getting Irrl...
by mrpingwin
Tue Sep 19, 2006 8:11 pm
Forum: Irrlicht.NET
Topic: How to get the handle of an Irrlicht window?
Replies: 4
Views: 2012

How to get the handle of an Irrlicht window?

I need to be able to get the window handle of my Irrlicht app but there does not seem to be any method for doing this in Irrlicht.NET.

Is there any way to do this?

Thanks for any assistance.