Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Unattended Execution
Message
 
To
24/11/2000 08:21:00
General information
Forum:
Visual Basic
Category:
ActiveX controls
Miscellaneous
Thread ID:
00445164
Message ID:
00445236
Views:
18
>Hi,
> What is Unattended Execution in DLL? I have a DLL which will communicate with hardware through serial port.
> My main program will pass the reference of NOTIFY class to my DLL once it call DLL to do something with the hardware.
> The NOTIFY class is responsible to load a form in class_initialise. My DLL will then call UpdateProgress() method of NOTIFY class in certain process to show the current progress.
> Does this design work ok? Does unattened execution will effect my design? Is it a acceptable design for DLL?
>
>thank you

If you set the DLL to "Unattended execution" and your form is displayed from the class, the form will never appear on the screen. This setting is normally used with components that runs on a server (nobody stands in front of a server waiting for messages to pop).
Éric Moreau, MCPD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Moer inc.
http://www.emoreau.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform