VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

'Create a Round Rectangular Form using CreateRoundRectRgn 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 Round Rectangular Form using CreateRoundRectRgn 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 Round Rectangular Form using CreateRoundRectRgn and SetWindowRgn API (2(2 Vote))
'Create a Round Rectangular Form using CreateRoundRectRgn and SetWindowRgn API.bas

'Create a Round Rectangular Form using CreateRoundRectRgn and SetWindowRgn API Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters