capture desktop window
capture desktop window
capture desktop window
Private Const SRCCOPY = &HCC0020
Private Const BLACKNESS = &H42
Private Const SRCERASE = &H440328
Private Const SRCINVERT = &H660046
Private Const SRCPAINT = &HEE0086
Private Const WHITENESS = &HFF0062
Private Const DSTINVERT = &H550009
Private Const MERGECOPY = &HC000CA
Private Const MERGEPAINT = &HBB0226
Private Const NOTSRCCOPY = &H330008
Private Const NOTSRCERASE = &H1100A6
Private Const PATCOPY = &HF00021
Private Const PATINVERT = &H5A0049
Private Const PATPAINT = &HFB0A09
Private Const SRCAND = &H8800C6
Private Declare Function GetDesktopWindow Lib "user32" () As Long
Private Declare Function GetDC Lib "user32" (ByVal hwnd As Long) As Long
Private Declare Function BitBlt Lib "gdi32" (ByVal hDestDC As Long
Related posts:
- capture window under mouse Learn more about capture window under mouse by visiting our...
- Active window title Learn more about Active window title by visiting our website....
- move a window Learn more about move a window by visiting our website....
- Screen capture Learn more about Screen capture by visiting our website....
- transparent form ‘transparent form Public Const GWL_EXSTYLE = (-20) Public Const WS_EX_TRANSPARENT...
Related posts brought to you by Yet Another Related Posts Plugin.

