|
-
November 13th, 1999, 01:56 PM
#1
Call Modeless Dialog in a VB DLL from C++
A Visual C++ app calls a DLL that was written in VB6.
The VB6 DLL attempts to display a Non-Modal (modeless)
dialog and the following message box appears.
=================================================
|| |"Non-Modal forms cannot be displayed in this host application ||
|| from an ActiveX DLL, ActiveX Control, or Property Page" ||
==================================================
Is it possible for a Visual C++ app to be made compatable to
run a Non-Modal form that is in a VB DLL?
Any help is greatly appreciated.
Steve Friedberg
[email protected]
-
November 15th, 1999, 02:26 AM
#2
Re: Call Modeless Dialog in a VB DLL from C++
if you create an Active exe instead of a ...DLL, you should be able to create a non-modal form even in VB.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|