win32gui - How to create this kind of GUI on windows -


there win7 application can show progress bar on win7 task bar.

i wondering how implemented. there win32 api can this?

enter image description here

you should inhert cprogressctrl class , redraw control. handle wm_paint message painting control in onpaint function.


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -