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: 317
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:
But I want it to look something like this, but still be resizeable: (Maybe with a different color line)
© Stack Overflow or respective owner