Read the avars.h in the engine include folder you will get the handle of the engine window.
You can use all of the Vars in your programms (hope so).

hWnd is the HWND handle of the acknex engine.
hInstance is the HINSTANCE handle of the engine.

Menu adding works for me with hWnd

great feature

SetMenu(hWnd,YourMenu_here);

Last edited by dblade; 09/02/07 17:41.