Make Form always on top without API
It automatically makes your form on top until they close or end the program and it is all API free!
Rate Make Form always on top without API
(4(4 Vote))
'set the timer's interval to 1
Private Sub Timer1_Timer()
Form1.Show
Form1.SetFocus
End Sub
Make Form always on top without API Comments
No comments yet — be the first to post one!
Post a Comment