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 about the various dialogs built into C# .NET
Topics:
- Introduction
- What is a dialog
- Modal Dialogs
- Message Box
- Color Dialog
- Font Dialog
- Open File