VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Make Form always on top without API

by Jake McCurry (2 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 3.0
Difficulty: Unknown Difficulty
Date Added: Wed 3rd February 2021
Rating: (4 Votes)

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

'set the timer's interval to 1
Private Sub Timer1_Timer()
Form1.Show
Form1.SetFocus
End Sub

Download this snippet    Add to My Saved Code

Make Form always on top without API Comments

No comments have been posted about Make Form always on top without API. Why not be the first to post a comment about Make Form always on top without API.

Post your comment

Subject:
Message:
0/1000 characters