jhylands

Make form background invisible

Jan 3rd, 2012
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.11 KB | None | 0 0
  1. BackColor = Color.Red
  2. ' Make the background color of form display transparently.
  3. TransparencyKey = BackColor
Advertisement
Add Comment
Please, Sign In to add comment