Dotnet WinForm FAQ1 (post) (programming skills)-Windows development-. NET tutorial-

Source: Internet
Author: User

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)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.