Link to home
Start Free TrialLog in
Avatar of d_glenn
d_glenn

asked on

ActiveX dll questions

Is there any reason I would not want to check the "Unattended Execution" option when creating an ActiveX dll?

Are there any pros or cons to this I should be aware of?

Thanks,
David
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of CarlJWhite
CarlJWhite

When using an active x dll the main reason we checked this option was as following (from MSDN)


By recompiling a component with the Unattended Execution option, you remove any possibility that it will show message boxes that require operator intervention. Instead, such messages can be logged to the Windows NT event log.