|
-
Jan 13th, 2006, 09:24 PM
#1
Thread Starter
Member
Make form resizeable when FormBorderStyle = None
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
-
Jan 13th, 2006, 09:27 PM
#2
Re: Make form resizeable when FormBorderStyle = None
yes set the controlbox property to false and remove any text in the text property
-
Jan 13th, 2006, 09:39 PM
#3
Thread Starter
Member
Re: Make form resizeable when FormBorderStyle = None
Thanks that works great, is there a way of removing the border that's still around the form?
-
Jan 14th, 2006, 09:27 AM
#4
Re: Make form resizeable when FormBorderStyle = None
not without changing the formborderstyle proptery
-
Jan 14th, 2006, 10:06 AM
#5
Re: Make form resizeable when FormBorderStyle = None
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|