| « 当你在按钮上按下鼠标左键,然后移出按钮范围....... | using gmake in win32 programming » |
How to draw a button in win32
In windows, I found 3 ways to draw a button:
Using DrawEdge and FillRect
Using GetSysColor() to get need color.
Using DrawFrameControl
Using Theme-Aware API