Resize 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/05/01
7:47 UTC
Read the original article
Hit count: 311
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.
© Stack Overflow or respective owner