C++ Tutorial: Change the back color of the form using Color Dialog component
In this tutorial we will learn some useful things about Color Dialog component in C++/CLI and make some practice. We will write a simple program, which will change the back color of the main form of our application. Also we will do some magic with buttons of this dialog :). So, let`s begin.
Preparations
First of all you need to start a new Windows Forms Application project and put on it control called button. Then find the Color Dialog control. It situated in the group of controls called “Dialogs” and drag it on the form.
- Read more about C++ Tutorial: Change the back color of the form using Color Dialog component
- Log in or register to post comments
- 448 views