VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

VERY SIMPLE Always on top code

Ryan33  (5 Submissions)   Coding Standards   Visual Basic 5.0   Beginner   Wed 3rd February 2021

This is the simplest code ever for always on top, if you find anything simpler (which i doubt) let me know!

API Declarations
' Declarations for always on top
Private Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hWndInsertAfter As Long, ByVal X As Long, ByVal Y As Long, ByVal cx As Long, ByVal cy As Long, ByVal wFlags As Long) As Long

Rate VERY SIMPLE Always on top code (4(4 Vote))
VERY SIMPLE Always on top code.bas

VERY SIMPLE Always on top code Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters