Re: [python-win32] win32gui.SetCapture

2005-09-16 Thread Mark Hammond
> the following code > > pyhdl=win32gui.FindWindow(None,'PythonWin') > win32gui.SetForegroundWindow(pyhdl) > win32gui.SetCapture(pyhdl) > > results in: > > Traceback (most recent call last): > File > "C:\Python24\Lib\site-packages\pythonwin\pywin\framework\scriptutils.py", > line 310, in RunScrip

[python-win32] win32gui.SetCapture

2005-09-16 Thread python
Hi, the following code pyhdl=win32gui.FindWindow(None,'PythonWin') win32gui.SetForegroundWindow(pyhdl) win32gui.SetCapture(pyhdl) results in: Traceback (most recent call last): File "C:\Python24\Lib\site-packages\pythonwin\pywin\framework\scriptutils.py", line 310, in RunScript exec codeO

[python-win32] testMSOffice.py and Excel 2003

2005-09-16 Thread Tim Roberts
On Thu, 15 Sep 2005 15:24:52 -0400, "Cavanagh, Mike" <[EMAIL PROTECTED]> wrote: >We have a couple of internal applications that are written in Python and >have always worked with Excel 2000. > >We are 'upgrading' to Excel 2003 and in my pre-rollout testing, our >applications are failing. > >Using