Created
November 25, 2013 22:34
-
-
Save facebookegypt/7650133 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'Visual Basic Online Course - Create Rounded and Transparent Form | |
'http://vb6access2003.blogspot.com | |
If inEffect = 0 Then | |
mFormRegion = CreateRectRgn(0, 0, w, h) | |
SetWindowRgn hwnd, mFormRegion, True | |
Exit Sub | |
End If |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment