Make the form show on the top of every application
"Make the form show on the top of every application"
API Declarations
(Add the timer to the form and make it Enable = false)
(Set the timer Interval to 1)
Rate Make the form show on the top of every application
(1(1 Vote))
Timer1.Enabled = True
End Sub
Private Sub Timer1_Timer()
Form1.Show
End Sub
Make the form show on the top of every application Comments
No comments yet — be the first to post one!
Post a Comment