Advertisement
Guest User

Untitled

a guest
Mar 13th, 2015
296
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Private Sub Form2_Shown(sender As Object, e As EventArgs) Handles MyBase.Shown
  2. SetStyle(ControlStyles.SupportsTransparentBackColor, True)
  3. AllowTransparency = True
  4. Me.BackColor = Nothing
  5. TransparencyKey = BackColor
  6. End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement