How can u keep your app Always Selected? Say if another program interferes and switches avtiveness to itself, how do you get your app automatically selected back?
Something like this for example:
Private Sub Timer1_Timer()
If Form1.NotSelected = True Then
Form1.Select
Else
End Sub
(BTW, this code doesn't work)

Can someone please help?

Thanx,
Mikelo