Chapter 6. Building Windows Forms Applications
Topics in This Chapter
Introduction: With just a few lines of code, you can build a Windows Forms (WinForms) application that demonstrates the basics of event handling and creating child forms.
Using Form Controls: All controls inherit from the base
Control
class. The members of this class provide a uniform way of positioning, sizing, and modifying a control's appearance.The Form Class: The
Form
class includes custom properties that affect its appearance, and enable it to work with menus and manage child forms.Message and Dialog Boxes: A pop-up window to provide user interaction or information can be created as a message or dialog box.
MDI Forms: A Multiple Document Interface (MDI) is a container that ...
Get Core C# and .NET now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.