Windows Develop Bookmark and Share   
 index > Windows Forms Designer > How can i make a form with no formborderstyle movable?
 

How can i make a form with no formborderstyle movable?

Hi!

Iwas wounder if it is possibleto make a form with no border style movable, so i dont get any title bar, minimize or maximize buttons.

Regards,

Ronilo

Ronilo  Wednesday, September 20, 2006 11:39 PM

indeed there is.

in the form designer view, select the form and look at its properties.

look for "FormBorderStyle" and change to "none" - this will remove the title bar, maximize/minimize/close buttons

does this help?

ahmedilyas  Thursday, September 21, 2006 1:44 AM
in which case, I think the closest one would be the "SizableToolWindow" option however it will show the title bar, but very slim and has a small cross button
ahmedilyas  Thursday, September 21, 2006 2:03 AM

indeed there is.

in the form designer view, select the form and look at its properties.

look for "FormBorderStyle" and change to "none" - this will remove the title bar, maximize/minimize/close buttons

does this help?

ahmedilyas  Thursday, September 21, 2006 1:44 AM
Thx! But when i use none for the form border style, i am not able to move the form.
Ronilo  Thursday, September 21, 2006 1:54 AM
in which case, I think the closest one would be the "SizableToolWindow" option however it will show the title bar, but very slim and has a small cross button
ahmedilyas  Thursday, September 21, 2006 2:03 AM

You'll find a couple of examples on my site:

http://www.dotnetrix.co.uk/misc.html

Mick Doherty  Thursday, September 21, 2006 9:17 AM

i will give you a slap

do this iformation help you ?

Web is gold  Thursday, March 13, 2008 1:49 PM

You can use google to search for other answers

Custom Search

More Threads

• Selecting a control from the form's control collection
• UserControl Designer mode failure?
• Prevent execution of a block of code at design time.
• Inherited Click handler
• Editable Panel within UserControl
• Selecting a control as the property of another control at design-time c#
• How to change auto generate class modifier "internal" to "public" in VS 2005?
• Creating a buddy Icon Class
• Designing a plug-in kind of framework
• Label with image and text