GotFocus event never fires for form

  • Thread starter Thread starter Ty
  • Start date Start date
T

Ty

I am flashing the window of my form with a timer when the form loads.
The window opens in a minimized state. I want to disable the timer
when the window gets focus, but I have found that the GotFocus event
never fires not once in the entire life time of the form.

Any thoughts?

Ty
 
Ty,

Probably not for you, but for others searching in this newsgroup, be aware
that this activating goes every time if there is something that hides the
form and it activates again.

Therefore it should in my opinion be used with a kind of switch which is set
by the timer which tells that it is activated because of that timer.

Cor
 
Back
Top