Windows Develop Bookmark and Share   
 index > Windows Forms Designer > Rounded Form
 

Rounded Form

How can I create a Windows form with an Oval shape instead of rectangular or square?
L. Skynyrd
Skynyrd  Monday, July 20, 2009 8:28 PM
nillebo  Monday, July 20, 2009 8:41 PM
You can create a form in what ever shape you want by following these steps.

1. set form background color and imagekey color to one of the color which you do not want to use.
2. use a background image ( ( an oval or something else ) shaped *.png with a transparent background ).
3. set the formborderstyle property to none.
run your program and you will have your form in the shape of background image.
Faraz Zone  Tuesday, July 21, 2009 6:44 AM
nillebo  Monday, July 20, 2009 8:41 PM
You can create a form in what ever shape you want by following these steps.

1. set form background color and imagekey color to one of the color which you do not want to use.
2. use a background image ( ( an oval or something else ) shaped *.png with a transparent background ).
3. set the formborderstyle property to none.
run your program and you will have your form in the shape of background image.
Faraz Zone  Tuesday, July 21, 2009 6:44 AM

You can use google to search for other answers

Custom Search

More Threads

• When to update control in ControlDesigner
• Change maximum designable Form size
• Disappearing Controls
• Resx won't regenerate, problems with Sourceforge NullableTypes
• How to Create smart tag?
• Is there a way to distinguish between designer and actual runtime?
• Control Initializer Disappears from Designer
• net check before opening the form
• Size of controls in design view
• Windows Forms Designer cannot display a UserControl inherited from a generic UserControl