Chapter 11. Windows Controls
The Microsoft .NET Framework includes a rich object model for creating and configuring Windows Forms. These types, which are found in the System. Windows.Forms namespace, abstract away most of the headaches of the Win32 API and also make it possible to perform tasks that would otherwise be extremely complex. They also mean that most of the solutions you might have used in the Microsoft Visual Basic 6 world no longer apply. In fact, some (such as control arrays, which are replaced in recipe Replace a Control Array) might even be counterproductive.
In this chapter you’ll learn how to take charge of the .NET control classes. For example, you’ll learn a few fundamentals such as adding controls programmatically (recipe ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access