VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Make the form show on the top of every application

by Benoy Anthony (5 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sun 4th February 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

"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



    Timer1.Enabled = True
End Sub

Private Sub Timer1_Timer()
    Form1.Show
End Sub


Download this snippet    Add to My Saved Code

Make the form show on the top of every application Comments

No comments have been posted about Make the form show on the top of every application. Why not be the first to post a comment about Make the form show on the top of every application.

Post your comment

Subject:
Message:
0/1000 characters