Category: GUI
当你在按钮上按下鼠标左键,然后移出按钮范围.......
December 28th, 2009当你在按钮上按下鼠标左键不松开,然后移出按钮范围,按钮将从按下状态恢复原状,但是如果将鼠标移回,按钮会变回按下状态。
How to draw a button in win32
December 28th, 2009In 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