> 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
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
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