Change the style of WinForm border?
- by Dodi300
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)