VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Make Forms Transperent revised with directcode without classess

G.Rajeswararao  (1 Submission)   Custom Controls/Forms/Menus   Visual Basic 5.0   Unknown Difficulty   Tue 19th December 2000   Mon 8th February 2021

Make Forms Transperent revised with directcode without classess

API Declarations


setwindowlong
setwindowpos
include this code in form declaration
Const GWL_EXSTYLE = (-20)
Const WS_EX_TRANSPARENT = &H20&
Const SWP_FRAMECHANGED = &H20
Const SWP_NOMOVE = &H2
Const SWP_NOSIZE = &H1
Const SWP_SHOWME = SWP_FRAMECHANGED Or SWP_NOMOVE Or SWP_NOSIZE
Const HWND_NOTOPMOST = -2

Rate Make Forms Transperent revised with directcode without classess (1(1 Vote))
Make Forms Transperent revised with directcode without classess.bas

Make Forms Transperent revised with directcode without classess Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters