VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Puts a form on top of other forms and vice versa...

kukuruza  (1 Submission)   Custom Controls/Forms/Menus   VB 6.0   Unknown Difficulty   Mon 6th August 2001   Mon 8th February 2021

Puts a form on top of other forms and vice versa...

API Declarations



Public Const HWND_TOPMOST = -1

Public Const HWND_NOTOPMOST = -2

Public Const SWP_NOMOVE = &H2

Public Const SWP_NOSIZE = &H1

Public Const FLAGS = SWP_NOMOVE Or SWP_NOSIZE

Rate Puts a form on top of other forms and vice versa... (1(1 Vote))
Puts a form on top of other forms and vice versa....bas

Puts a form on top of other forms and vice versa... Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters