c++ Programming Glossary: roundrect
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 rounded button then use this otherwise use FillRect . RoundRect item hdc item rc.left item rc.top item rc.right item rc.bottom.. hdc pen HGDIOBJ old_brush SelectObject item hdc hotbrush RoundRect item hdc item rc.left item rc.top item rc.right item rc.bottom.. pen HGDIOBJ old_brush SelectObject item hdc defaultbrush RoundRect item hdc item rc.left item rc.top item rc.right item rc.bottom..
|