c++ Programming Glossary: old_brush
How can I change the background color of a button WinAPI C++ http://stackoverflow.com/questions/18745447/how-can-i-change-the-background-color-of-a-button-winapi-c hDC HGDIOBJ old_pen SelectObject item hdc pen HGDIOBJ old_brush SelectObject item hdc selectbrush If you want rounded button.. up SelectObject item hdc old_pen SelectObject item hdc old_brush DeleteObject pen Now I don't want to do anything else myself.. 0 0 0 HGDIOBJ old_pen SelectObject item hdc pen HGDIOBJ old_brush SelectObject item hdc hotbrush RoundRect item hdc item rc.left..
|