Hi Madsun,
I think we're going to need a few more details.
What does your program do ? What type of ActiveX controls are you using ? Why do they all need timers ? Did you design the controls ? Are they connecting to the web or another program ?
Here are a few questions that you can ask yourself:
Can one control replace several ? Do they all need to be displayed and active ? Can some be placed on another form or tab of a SSTab control and just be active when visible ?
You say the timers are in the controls. Can the interval be increased. Update every second instead of every half a second.
If you designed them, then maybe update the control from an Event() instead of a timer. Only do an update if something changes.
Without a little more info, you won't get specific answers, just guesses.




Reply With Quote