Re: Screen capturing on Windows

2006-06-14 Thread Roger Upole
"Rune Strand" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Is it possible by use of pyWin32 or ctypes to make a screen capture of > an inactive, or a hidden window if the hwnd/WindowName/ClassName is > known? I've seen dedicated screen capture software do this. While > PIL.ImageG

Re: Screen capturing on Windows

2006-06-13 Thread jUrner
Rune Strand schrieb: > Is it possible by use of pyWin32 or ctypes to make a screen capture of > an inactive, or a hidden window if the hwnd/WindowName/ClassName is > known? I've seen dedicated screen capture software do this. While > PIL.ImageGrab.grab() is excellent, it will only capture the for

Screen capturing on Windows

2006-06-13 Thread Rune Strand
Is it possible by use of pyWin32 or ctypes to make a screen capture of an inactive, or a hidden window if the hwnd/WindowName/ClassName is known? I've seen dedicated screen capture software do this. While PIL.ImageGrab.grab() is excellent, it will only capture the foreground of the desktop. I've t