VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Make a form stay on top.

PETRIUS MELO  (1 Submission)   Custom Controls/Forms/Menus   Visual Basic 5.0   Unknown Difficulty   Mon 10th January 2000   Mon 8th February 2021

Make a form stay on top.

API Declarations


Const KEYEVENTF_KEYUP = &H2
Const VK_LWIN = &H5B
Const HWND_TOPMOST = -1
Const HWND_NOTOPMOST = -2
Const SWP_NOSIZE = &H1
Const SWP_NOMOVE = &H2
Const SWP_NOACTIVATE = &H10
Const SWP_SHOWWINDOW = &H40
Private Declare Sub 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)

Rate Make a form stay on top. (1(1 Vote))
Make a form stay on top..bas

Make a form stay on top. Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters