Chapter 7. Windows Forms

Most users in today's world interact with computer applications using a graphical user interface or GUI. In this chapter, we learn how to implement a GUI using the Windows Forms classes of the .NET Framework. Windows programming typically involves the extensive use of tools and wizards to simplify the process. However, all this automation can obscure the fundamentals of what is going on. Therefore, we begin our discussion of Windows programming by illustrating the use of the .NET Framework SDK to create simple Windows applications from scratch, without use of any special tools. We examine the fundamentals of forms and controls in Windows Forms, as well as the principles of event handling.

At this point, we switch over ...

Get Application Development Using Visual Basic® 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.