How can I set up B3D SDK to draw to a picturebox?

Archives Forums/Blitz3D SDK Programming/How can I set up B3D SDK to draw to a picturebox?

Sanctus(Posted 2009) [#1]
Well the question is in the title...
Also to be mentioned I use C#


ZJP(Posted 2009) [#2]
Hi,
You need the pictureBox handle. With bbSetBlitz3DHWND(hwnd_of_the_PictureBox)

JP