VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Convert forms into the shape of the text

rajiv  (1 Submission)   Custom Controls/Forms/Menus   Visual Basic 5.0   Unknown Difficulty   Mon 8th July 2002   Mon 8th February 2021

Convert forms into the shape of the text

API Declarations


Private Declare Function BeginPath Lib "gdi32" (ByVal hDC As Long) As Long
Private Declare Function EndPath Lib "gdi32" (ByVal hDC As Long) As Long
Private Declare Function PathToRegion Lib "gdi32" (ByVal hDC As Long) As Long
Private Declare Function SetWindowRgn Lib "user32" (ByVal hwnd As Long, ByVal hRgn As Long, ByVal bRedraw As Boolean) As Long

Private Const RGN_COPY = 5

Rate Convert forms into the shape of the text (2(2 Vote))
Convert forms into the shape of the text.bas

Convert forms into the shape of the text Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters