Re: [python-win32] GetDIBits Troubles

2010-02-22 Thread Tim Roberts
McBuell wrote: > I know that GetDIBits is not part of the win32 module, but it seems for me > the best matching forum for my question. > > I'm currently trying to capture a screenshot on a Windows XP machine. > Although there are several other ways (ImageGrab of PIL, third party dlls > etc.) I want

[python-win32] GetDIBits Troubles

2010-02-21 Thread McBuell
Hi there ! I know that GetDIBits is not part of the win32 module, but it seems for me the best matching forum for my question. I'm currently trying to capture a screenshot on a Windows XP machine. Although there are several other ways (ImageGrab of PIL, third party dlls etc.) I want to try to us