Change the style of WinForm border?

Posted by Dodi300 on Stack Overflow See other posts from Stack Overflow or by Dodi300
Published on 2010-04-10T12:52:29Z Indexed on 2010/04/10 17:53 UTC
Read the original article Hit count: 295

Filed under:
|
|
|
|

Is it possible to change the style of a WinForm border? I know that if the border is removed, it takes away the functionality to resize the program. Therefore is there a way to change the style of it? At the moment, I've removed the text from the border, set the "FormBorderStyle" to "SizableToolWindow" and set the "ControlBox" to false. That makes it look like this:
alt text

But I want it to look something like this, but still be resizeable: (Maybe with a different color line) alt text

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms