Click here to Skip to main content
15,888,320 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I've tried to do some buttons were the background is transparent but still see the text of the button, this is for a game that me and my friends are trying to make and i'm building the interface of the main menu right now. I'm also new to programming and i'm trying to learn by my self

both examples below just didn't work and even if they did work they probably would cover up the entire button to the point were you cant see anything of it

What I have tried:

Me.Button1.visibility = Not Me.Button1.visibility


and

button1.BackColor = Color.Transparent
Posted
Updated 18-Nov-17 4:17am

1 solution

You have to create your own customized Control. How this could be done is be seen here :
A Transparent/Translucent Label Control with Moving Caption[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900