VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Make a form stay on top of all other applications

Robin Hickmott  (5 Submissions)   Custom Controls/Forms/Menus   Visual Basic 5.0   Unknown Difficulty   Fri 14th January 2000   Mon 8th February 2021

Make a form stay on top of all other applications

API Declarations


Const SWP_NOSIZE = 1
Const FLAGS = SWP_NOMOVE Or SWP_NOSIZE
Const HWND_TOPMOST = -1
Const HWND_NOTOPMOST = -2

Rate Make a form stay on top of all other applications (1(1 Vote))
Make a form stay on top of all other applications.bas

Make a form stay on top of all other applications Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters