Basically, I want a timer event to occur when a form has got focus/activated/clicked etc. Problem is, neither Form_Click, or Form_GotFocus even work. So I’ve tried Form_Activate, and by in large it works except it falls over when another application is opened i.e. the activate event no longer works when the form gets focus again.

Any ideas? :|