Home » C# Basics
9
Windows Programming - 2
In this chapter, we will continue our exploration of windows programming. We will study how to create menus and toolbars for our applications.
In This Chapter:
- Creating menus
- Outlines the steps of creating menus in a windows application
- Creating a toolbar
- Outlines the steps of creating toolbars in a windows application
- Working with files
- This guide will show an example of how a simple windows application similar to notepad is developed.
- Windows common dialogs - OpenFileDialog
- Explains how to integrate the windows common task "open file dialog box" in our application.
- Windows common dialogs - SaveFileDialog
- Explains how to integrate the windows common task "save file dialog box" in our application.
- Windows common dialogs - PrintPreviewDialog
- Explains how to integrate the windows common task "print preview dialog box" in our application.
- Windows common dialogs - PrintDialog
- Explains how to integrate the windows common task "printdialog box" in our application.
- Windows common dialogs - FontDialog
- Explains how to integrate the windows common task "font format dialog box" in our application.
- Windows common dialogs - ColorDialog
- Explains how to integrate the windows common task "color dialog box" in our application.