How to make a Non Rectangular Winforms ?
- by karthik
I am using the below code to change to shape of the winform.
Its changing the shape, but not like how i wanted.
I need the forms to have curved corners.
What points should i use to get it ?
public void MakeNonRectangularForm()
{
System.Drawing.Drawing2D.GraphicsPath p = new System.Drawing.Drawing2D.GraphicsPath();
int…