
ActiveX DLL and modeless forms
I have written an ActiveX DLL in VB. It displays a form as modeless.
My colleague has written a VC++ client to use my DLL, but when he tries to
run it he gets the error:
Non-modal forms cannot be displayed in this host application from an
ActiveX DLL, ActiveX Control or Property Page.
It works OK if I change to modal, but we need to be able to do it modeless.
Anyone got an idea ?
Regards,