Tag Archives: NonRectangular
Creating Non-Rectangular Custom Shaped Forms in C#
Custom shaped Windows Forms in any program are most commonly used for splash screens. However they are not limited to splash screens only, music players are a good example of that. For whatever use, the .Net Framework gives us two easy ways to achieve this effect, one using the Form property TransparencyKey and the other […]