VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

'Create a Rectangular Form using CreateRectRgn and SetWindowRgn API

Karthikeyan  (187 Submissions)   Windows API Call/Explanation   Visual Basic 5.0   Unknown Difficulty   Tue 23rd January 2001   Mon 8th February 2021

'Create a Rectangular Form using CreateRectRgn and SetWindowRgn API

API Declarations


Private Declare Function SetWindowRgn Lib "user32" (ByVal hWnd As Long, ByVal hRgn As Long, ByVal bRedraw As Boolean) As Long
Private Declare Function DeleteObject Lib "gdi32.dll" (ByVal hObject As Long) As Long

Rate 'Create a Rectangular Form using CreateRectRgn and SetWindowRgn API (1(1 Vote))
'Create a Rectangular Form using CreateRectRgn and SetWindowRgn API.bas

'Create a Rectangular Form using CreateRectRgn and SetWindowRgn API Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters