From programmer base camp dotnet
Dotnet WinForm FAQ
Stingy god
We hope the following instructions can be a guide for you to quickly start building your first form.
1. How to set a From boundary
2. How to create a transparent From
3. How to set the position of the form on the screen
4. How to Make the minimization and maximization buttons unavailable
5. How to Make a form disappear
6. How to Make the form non-rectangular.
7. How to Make a form at the top of the screen.
8. How to display a Model and a non-Model form
9. How to create an MDI form
10. How to hide your form from the task bar.
11. How to Create a form with a startup screen.
12. How to make your form TrayIcon.
13. How to modify and control the size and length of the form.
14. How to Create a Windows Explorer-style form.
15. How to set the Initial Startup form
16. How to Create a form with a background image
1. How to set a From boundary
There are a total of seven different boundary styles for you to set. You can also set them dynamically at the design time or at the runtime through the Code. These seven boundary styles are:
None (System. Windows. Forms. FormBorderStyle. None)
Fixed 3D (System. Windows. Forms. FormBorderStyle. Fixed3D)
Fixed Dialog (System. Windows. Forms. FormBorderStyle. FixedDialog)