c# Programming Glossary: hsrce
How to get screenshot to include the invoking window (on XP) http://stackoverflow.com/questions/10233055/how-to-get-screenshot-to-include-the-invoking-window-on-xp IntPtr hDesk GetDesktopWindow IntPtr hSrce GetWindowDC hDesk IntPtr hDest CreateCompatibleDC hSrce IntPtr.. hSrce GetWindowDC hDesk IntPtr hDest CreateCompatibleDC hSrce IntPtr hBmp CreateCompatibleBitmap hSrce sz.Width sz.Height.. hSrce IntPtr hBmp CreateCompatibleBitmap hSrce sz.Width sz.Height IntPtr hOldBmp SelectObject hDest hBmp bool..
Capture screenshot Including Semitransparent windows in .NET http://stackoverflow.com/questions/3072349/capture-screenshot-including-semitransparent-windows-in-net IntPtr hDesk GetDesktopWindow IntPtr hSrce GetWindowDC hDesk IntPtr hDest CreateCompatibleDC hSrce IntPtr.. hSrce GetWindowDC hDesk IntPtr hDest CreateCompatibleDC hSrce IntPtr hBmp CreateCompatibleBitmap hSrce sz.Width sz.Height.. hSrce IntPtr hBmp CreateCompatibleBitmap hSrce sz.Width sz.Height IntPtr hOldBmp SelectObject hDest hBmp bool..
|