Tools Links Login

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

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 96 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.