Is it possible to make a transparent and oval border in windows forms? Inner part of the form should not be transparent.
We have a image with a transparent and oval border, we set it as the BackgroundImage of the form. If we use TransparencyKey, borders getting oval but the Form can't clear the TranparencyKey color from the background of the border which causes to lose trancparency. You see the BackColor of the Form on borders.
Thanks