03-08-2006 10:39 AM
05-29-2006 02:57 PM
Hi, thank you so much for those advices! It is a real pleasure to read all this informations!
But i still have a problem for opening my VisualBasic DLL with LabWindows.
I have created an instrument with ActiveX server and it is good, i can read function and opening message popup wrote in visual Basic.
The problem is that i that i can't opening frame (graphical interfaces), the visualbasic function ".show" is not taken in consideration!
I'am searching since one week, please, can anybody help me?
PS: sorry for my bad english speaking!
Benoît
05-31-2006
02:16 AM
- last edited on
11-14-2025
09:42 AM
by
Content Cleaner
Hello Benoit,
I would check out the following KnowledgeBase: Why Do I Receive a Run-time Error Message: "Non-modal forms cannot be displayed in this host environment" when Displaying a Non-Modal Visual Basic Dialog Box? and specifically try to call the form in a modal way using the keyword vbmodal in the Show method call.
Hope that helps.