Showing modeless form in VB ActiveX Dll 
Author Message
 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.



Fri, 30 Nov 2001 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Show modeless form in VB ActiveX DLL from C++ MFC DLL

2. modeless form using form.Show() method in C#

3. ActiveX DLL and modeless forms

4. Help with Visual Basic ActiveX DLL showing form within Visual C++ ATL app

5. showing a VB form from an MFC window

6. toolbar does not show tootips on VB form

7. Problem using VB 5 activex DLL in a VC++ activex control

8. Visual C++ and modeless forms in VB ActiveX DLL.

9. Modeless dialogs in dlls showing help

10. ATL DLL event sink with a VB ActiveX DLL event source

11. Creating c dll calling vb ActiveX dll

 

 
Powered by phpBB® Forum Software