This post is a portion of my series on Windows Programming using C# (C Sharp). You can see all of the posts by going to http://fixbyproximity.com and clicking the “Windows Programming with C#” button at the top of the site.
- Part 6.0: Introduction
- Part 6.1: Events
- Part 6.2: Dialogs
- Part 6.3: Creating Multiple Forms
- Part 6.4: Creating Controls Programmatically
Objective:
Learn how to create controls dynamically and add them into programs
Topics:
- Introduction
- Properties
- Event Handlers
- Adding to Collections