Set B3D window parent

Archives Forums/Blitz3D SDK Programming/Set B3D window parent

rs22(Posted 2007) [#1]
Is there a way to set the parent of the B3D window? I know we can set the HWND, but I just want to make the existing window a child of another window.


skidracer(Posted 2007) [#2]
The HWND you provide bbSetBlitz3DHWND IS used as the parent for the next B3D graphics window created. Admittedly it's not such a good name for such a command.