Hi! I want receive screen shot. But I see some limitation. My question. Why? My steps - Enlarge window size. (Window without scrollbar) - GetDC, CreateCompatibleDC, CreateDIBSection, SelectObject - Then! I send message WM_PAINT. Also I send WM_PRINT and WM_PRINTCLIENT but result the same. SendMessage(m_hTree, WM_PAINT, (WPARAM)m_memDC, 0);//PRF_CHILDREN | PRF_CLIENT | PRF_ERASEBKGND | PRF_NONCLIENT | PRF_OWNED); - Use BitBlt if height window dues not more then ~32700, it is ok But if more I receive black area after ~32700. Why? Thanks In Advance.