README.md

December 5, 2022 ยท View on GitHub

Make Form always on top without API !

Description

It automatically makes your form on top until they close or end the program and it is all API free!

More Info

Submitted On
ByJake McCurry
LevelUnknown
User Rating3.0 (12 globes from 4 users)
CompatibilityVB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0
CategoryMiscellaneous
WorldVisual Basic
Archive File

Source Code

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