Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Display a non-Modal form in a DLL
Message
General information
Forum:
Visual Basic
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00905905
Message ID:
00906015
Views:
22
As I understand it, in-Process servers can't display an interface. You need to create it as an out-of-process server if you want an interface. You can create it as an exe that you can call from your app, or maybe an out-of-process ocx.

Alan

>[I don't code much in VB]
>
>I have a DLL written in VB, displays nothing when it runs. I want to change it to display a form with information that is updated as the DLL proceeds, in some cases, the DLL might be running for some time, and I need to know if it hung waiting for external events, or whether is is still actively processing data.
>
>I also need a way for the user to press a button to get it to stop activity and terminate gracefully.
>
>When I do a show form, I get
>
>Non-modal forms cannot be displayed in this host application from an ActiveX DLL, ActiveX Control, or Property Page...
>
>I can do a show vbModal but then it just sits and wait till the form is closed.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform