Resize C# WinForm, with no border?

Posted by Dodi300 on Stack Overflow See other posts from Stack Overflow or by Dodi300
Published on 2010-04-04T17:21:55Z Indexed on 2010/04/04 17:33 UTC
Read the original article Hit count: 756

Filed under:
|
|
|
|

Hello. Does anyone know how I can resize a winform when it has no border. I don't want the default border that Windows has, so I changed the property "FormBorderStyle" to "None". This removed the border, although now it can't be resized. I've figured out how to move the form around, I just need to know how to resize it. Thanks for the help.

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms