README.md
December 5, 2022 ยท View on GitHub
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 | |
| By | Jake McCurry |
| Level | Unknown |
| User Rating | 3.0 (12 globes from 4 users) |
| Compatibility | VB 3.0, VB 4.0 (16-bit), VB 4.0 (32-bit), VB 5.0, VB 6.0 |
| Category | Miscellaneous |
| World | Visual Basic |
| Archive File |
Source Code
'set the timer's interval to 1
Private Sub Timer1_Timer()
Form1.Show
Form1.SetFocus
End Sub