VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

to make form transparent

Anonymous  (267 Submissions)   Miscellaneous   Visual Basic 5.0   Unknown Difficulty   Sat 1st April 2000   Mon 8th February 2021

to make form transparent

API Declarations


Public Const WS_EX_TRANSPARENT = &H20&
Public Const SWP_FRAMECHANGED = &H20
Public Const SWP_NOMOVE = &H2
Public Const SWP_NOSIZE = &H1
Public Const SWP_SHOWME = SWP_FRAMECHANGED Or _
SWP_NOMOVE Or SWP_NOSIZE
Public Const HWND_NOTOPMOST = -2

Declare Function SetWindowLong Lib "user32" Alias "SetWindowLongA" (ByVal hwnd As Long, ByVal nIndex As Long, ByVal dwNewLong As Long) As Long

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 to make form transparent (1(1 Vote))
to make form transparent.bas

to make form transparent Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters