I want make a UI that is semi transparent in WPF VS2008, so I made my form transparent and I want to show a semi transparent png (Which includes “holes”) on top of it.
How do I show the semi transparent png?
Semi transparent, meaning it has holes you can see through.
Also how can I get this done in C#, without using WPF.
Thanks.
You should just have to use the Image control and WPF should take care of the rest:
Or in pure C#: