Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Private Sub Form2_Shown(sender As Object, e As EventArgs) Handles MyBase.Shown
- SetStyle(ControlStyles.SupportsTransparentBackColor, True)
- AllowTransparency = True
- Me.BackColor = Nothing
- TransparencyKey = BackColor
- End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement