Make form transparent with a simple code
Make form transparent with a simple code
API Declarations
Private Declare Function SetWindowRgn Lib "user32" Alias "SetWindowRgn" (ByVal hWnd As Long, ByVal hRgn As Long, ByVal bRedraw As Boolean) As Long
Dim leon as long
dim tidus as long
dim yuna as long
Rate Make form transparent with a simple code
(1(1 Vote))
yuna = (me.height/ screen.twipsperpixelY) + 2000
leon = OffSetClipRgn(me.hdc,tidus,yuna)
SetWindowRgn (me.hwnd,leon,true)
Make form transparent with a simple code Comments
No comments yet — be the first to post one!
Post a Comment