Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hey Is is possible to make a custom formborderstyle in .NET. I want to put an image or "skin" at the head of a winform.
You can set FormBorderStyle = FormBorderStyle.None on the form. No border (or titlebar) will then be shown. Now you can override OnPaint and draw it yourself. - Daniël Pelsmaeker
FormBorderStyle = FormBorderStyle.None
OnPaint