works Irrlicht.net with picturebox handels?
I try:
Code: Select all
Dim device As New IrrlichtDevice( _
Irrlicht.Video.DriverType.DIRECT3D9, New Dimension2D(Me.pictureBox1.Width , Me.pictureBox1.Height ), _
32, False, False, False, False, me.pictureBox1.Handle)
But i try this and this work and the cpu pull up:
Code: Select all
Dim device As New IrrlichtDevice( _
Irrlicht.Video.DriverType.DIRECT3D9, New Dimension2D(Me.pictureBox1.Width , Me.pictureBox1.Height ), _
32, False, False, False, False, me.Handle)