Hello. How can I make a button transparent? I know i can select color Transparent, but that takes the background color, and i want to be transparent all because i have a video behind it. What can i do? :o3
I have a video and there is some buttons which should be pressed. I could insert the buttons but they are semi-transparent...

Recommended Answers

All 5 Replies

If I'm not mistaken, buttons don't have that functionality. One way to work around this, is to use a label which also has a click event and allows transparency. If necessary you can flip between border styles to simulate a button.

Try this FlatStyle=flat; for making button transparent in C#

I don't remember if there is a such a thing. you will have to look for other way. not sure if WPF let you do it

Use the Opacity property to make eg. a button transparant. Read this MSDN article.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.