Is it possible integrating panda3d with MFC?

Hello.

I’d like to put panda3d window on MFC.
Is it possible?
If so, how can I do that?

Thanks

What do you mean–the Microsoft Foundation Class library? Or something else? What does it mean to put the panda window “on” MFC?

David

yes that MFC. Microsoft Foundation Class.
I’d like to use controls provided by MFC with panda3d.
For example, dialog, picture control, web-browser control.

You can embed the Panda window into the parent window of your choosing. Try searching the forums for “setParentWindow()” or for “parent-window-handle”.

David