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!
Original Author: Jake McCurry
Code
'set the timer's interval to 1
Private Sub Timer1_Timer()
Form1.Show
Form1.SetFocus
End Sub
Loading Comments ...
Comments
No comments have been added for this post.
You must be logged in to make a comment.