How to Set the EDITTEXT Box in a Custom Dialog Box to a new color?
Here is the GDI Paint so far... // Its a Code::Blocks Project, but copying the files main.rc, main.cpp and resource.h into a new VC++ Project will work... // Its my second upload on GitHub, so I don't know how to create repositories properly... https://github.com/kinshuk-h/GDI-Paint Now, I was trying to create a color changing dialog box which would receive R,G and B values and change the Background color (See it by pressing Ctrl+B)... In that there are two options, Apply and Set. The Apply option will change the color of the EDITTEXT box above the Button to show how your color looks, and Set will simply set the color and close the dialog Box. The Background color is currently the color of the Eraser only... But the code fragment neither changes the color, nor shows me the color in the EDITTEXT Box. Apply though, changes the color of the Box receiving the R Reading... Please help me change the color properly...