Click here to Skip to main content
15,904,817 members
Please Sign up or sign in to vote.
1.00/5 (6 votes)
See more:
How to Transperent My C# Custom User Controle  Background


What I have tried:

How to Transperent My C# Custom User Controle  Background
Posted
Updated 5-Sep-18 10:37am
Comments
Richard Deeming 5-Sep-18 12:00pm    
This is not a question; it is a Google search query repeated three times.

Click the green "Improve question" link, and update your question with a proper description of the problem you're facing. Include the relevant parts of your code, and the full details of any exceptions. Remember to indicate which line of code the exception is thrown from.
M4rLask 5-Sep-18 13:32pm    
Please use Google firt to find samples and tutorials

1 solution

<UserControl x:Class="..." Background="Transparent">
   ...
</UserControl>
 
Share this answer
 
Comments
Dave Kreskowiak 5-Sep-18 17:05pm    
Maybe, IF he's using WPF.

This won't work in a Windows Forms app.

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