| c++ Programming Glossary: rc.bottomHow 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  item hdc item rc.right item rc.left item rc.bottom item rc.top SelectObject hdcmem hbitmap int r1 GetRValue top.. b1 GetBValue top b2 GetBValue bottom for int i 0 i item rc.bottom item rc.top i  RECT temp int r g b r int r1 double i r2 r1 item.. rc.top i  RECT temp int r g b r int r1 double i r2 r1 item rc.bottom item rc.top  g int g1 double i g2 g1 item rc.bottom item rc.top.. 
 How to get screenshot of a window as bitmap object in C++? http://stackoverflow.com/questions/7292757/how-to-get-screenshot-of-a-window-as-bitmap-object-in-c  hbmp CreateCompatibleBitmap hdcScreen rc.right rc.left rc.bottom rc.top SelectObject hdc hbmp Print to memory hdc PrintWindow.. 
 |