It is possible to have a child form in an ActiveX.exe and the MDI form to be in the main app?
Thanks
Printable View
It is possible to have a child form in an ActiveX.exe and the MDI form to be in the main app?
Thanks
You might try using setParent api
(look here for an example).
Not sure it is a good idea, thoug, as you're trying to change
owner of a private object....