It automatically makes your form on top until they close or end the program and it is all API free!
Original Author: Jake McCurry
Code
'set the timer's interval to 1
Private Sub Timer1_Timer()
Form1.Show
Form1.SetFocus
End Sub
It automatically makes your form on top until they close or end the program and it is all API free!
Original Author: Jake McCurry
'set the timer's interval to 1
Private Sub Timer1_Timer()
Form1.Show
Form1.SetFocus
End Sub