CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Guest

    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]




  2. #2
    Join Date
    May 1999
    Posts
    3,332

    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
  •  





Click Here to Expand Forum to Full Width

Featured