_. NET deep experience and actual Combat Essentials fourth chapter
This chapter mainly introduces us to how to understand Windows Forms programming,
Describes the benefits of Windows Forms programming to provide a rich
User experience, as well as the control and use of the native system environment, can also
Enables features that are not implemented on the Web to be implemented on Windows Forms.
Create a Windows Form
Main () is the main entry point for the application, and any program has only one main function.
Create an MDI form
Read the current catalog file and create a file
Common issues during Windows development
The Centerparent form is centered in its parent form
The Centerscreen form is centered in the current display form, and its dimensions are specified in the form size
The Location property of the manual form is determined
Windowsdefaultbounds form in Windows default location, whose boundaries are determined by Windows by default
The WindowsDefaultLocation form is positioned in the Windows default location, and its dimensions are specified in the form size
To have the form always on top of other forms, simply set the form Topmost=true property to
_. NET in-depth experience and combat essentials. PDF the Fourth chapter