You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers. No questions about C++ programming or topics which are answered in the tutorials!
Thanks, I will try it.
My goal is to set irrlicht window as "windowed" control on delphi form of C++Builder application.
I wonder even to put more then one control, but first must example your method
#include <Classes.hpp> //needed for FindWindow function in BCB
device->setWindowCaption(L"irrwnd");
HWND hWndChild = FindWindow(NULL,"irrwnd");
SetParent(hWndChild, Form1->Handle);