Skip to content

Instantly share code, notes, and snippets.

@facebookegypt
Created November 25, 2013 22:34
Show Gist options
  • Save facebookegypt/7650133 to your computer and use it in GitHub Desktop.
Save facebookegypt/7650133 to your computer and use it in GitHub Desktop.
'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