Link to home
Start Free TrialLog in
Avatar of MichaelJC
MichaelJC

asked on

ActiveX EXE performance

null
Avatar of TheAnswerMan
TheAnswerMan

Instead of using events.
Modify a Public Property of the Class.

and reference it with a timer of the
Parent Application.
Avatar of MichaelJC

ASKER

I get roughly the same performance.  Since I am not raising very many events, this shouldn't affect performance any more than a timer polling the property.  I think it has more to do with the fact that the ActiveX .EXE is running in the background.
Do you have some DoEvents in your code?
ASKER CERTIFIED SOLUTION
Avatar of Mirkwood
Mirkwood

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
Oddly enough, even with the events today it appears that it is running the same speed whether it is standalone or through automation.  Maybe something was hosed up yesterday.