Home
Products
Community
Manuals
Contact
Login or Signup

Set B3D window parent

Blitz3D SDK Forums/Blitz3D SDK Programming/Set B3D window parent

rs22(Posted 1+ years ago) #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 1+ years ago) #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.