This folder contains dialogs examples.
- AboutBox Shows how to create an AboutBox with MessageBox function.
- ColorDialog Shows how to create a ColorDialog.
- FindDialog Shows how to create a FindDialog.
- FolderBrowserDialog Shows how to create a FolderBrowserDialog.
- FontDialog Shows how to create a FontDialog.
- MessageBox Shows how to create a MessageBox with MessageBox function.
- OpenFileDialog Shows how to create an OpenFileDialog.
- PageSetupDialog Shows how to create a PageSetupDialog.
- PrintDialog Shows how to create a PrintDialog.
- ReplaceDialog Shows how to create a ReplaceDialog.
- SaveFileDialog Shows how to create a SaveFileDialog.
To build this project, open "Console" and type following lines:
mkdir build && cd build
cmake ..
start Dialogs.sln
Select any project and type Ctrl+F5 to build and run it.