
Showing modeless form in VB ActiveX Dll
I am creating an VB ActiveX DLL containing a public object that displays
a form. I want to show this form modeless. I have no problem doing this
from a
Visual Basic client application as indicated in MSDN article ID
Q171978. But what I really want to do is display this form modeless from
a C++ client application. This MSDN article does not mention VC++ at all
- only that the form must be able to communicate with the client message
loop.
Can anyone point me to some documentation, manual, etc that will tell me
how to accomplish this communication so that I can display a VB form in
an ActiveX dll as a modeless form from a C++ client application. Thanks
very much.