I have a form, the FormBorderStyle is set to None, however I want to be able to resize it like when FormBorderStyle = Sizeable?
Or alternatively is there a way to hide the border and title bar when FormBorderStyle = Sizeable?
Thx, Eric
Printable View
I have a form, the FormBorderStyle is set to None, however I want to be able to resize it like when FormBorderStyle = Sizeable?
Or alternatively is there a way to hide the border and title bar when FormBorderStyle = Sizeable?
Thx, Eric
yes set the controlbox property to false and remove any text in the text property
Thanks that works great, is there a way of removing the border that's still around the form?
not without changing the formborderstyle proptery
Do a forum search. There will be multiple examples of creating your own drag and drop functionality for a borderless form. The principles would be the same for resizing.