Irrlicht on a VCL panel or form?
Irrlicht on a VCL panel or form?
Is it possible to make a delphi or cpp builder form or panel anyway as a parent or owner of an irrlicht render window?
found some code in forum
Code: Select all
device->setWindowCaption(L"irrwnd");
HWND hWndChild = FindWindow(NULL,"irrwnd");
SetParent(hWndChild, Form1->Handle);