The timer located in the referenced DLL has been working well until now - when the Form loses focus due to the Single Sign On application. I need a way to make a timer work on this Form even if the form loses focus.
The DLL Timer Purpose: Timer has two main purposes.
' 1. To provide an VB intrinsic timer without the need for one
' tied to a Form.
' 2. To allow for an arbirarily long interval.
Main Topics
Browse All Topics





by: kyodaiPosted on 2009-09-14 at 06:12:33ID: 25325001
A timer itself is independant from the focus, so the problem is probably that you use this dll timer. It is hard to give any general recommendations without knowing that dll timer and your source code. Maybe the supplier of that dll has some help about additional options you can set.