[DllImport("user32.dll", SetLastError=true)]
static extern IntPtr PrintWindow(IntPtr hwnd, IntPtr hDC, uint nFlags);
Declare Function PrintWindow Lib "user32.dll" (TODO) As TODO
None.
This function is only available on Windows XP or higher. Windows 2000/9x do not support it.
To capture only the client area of window, use PW_CLIENTONLY = 0x1 as nFlags
Please add some!
Do you know one? Please contribute it!