I appreciate answers received, however none worked for me. It turned out
replacing win32gui.EnumWindows with ctypes.windll.user32.EnumWindows - and
then it worked.
Maybe there is an error with win32gui's implementation?
The code is really vast, I can't post it.
On Mon, Jan 28, 2013 at 5:34 PM,
What version of Pywin32 are you running ? There was a recent change to fix a
problem with
win32gui.EnumWindows in build 218.
Roger
"Radu Savutiu" wrote in message
news:cabjn2yikltakugglr7fmh2gbc7vu+ohf_gac8kp3iywnw3y...@mail.gmail.com...
>I appreciate answers received, however none worke
Hello Newsgroup,
I am currently programming ProgeCAD an AutoCAD Clone and having
difficulties catching all events.
My code:
import win32com.client
import pythoncom,pywintypes
import time
import tkFileDialog
import tkSimpleDialog
import IntelliCAD
import sys
icad_CLSID = '{77E49E57-976B-11CF-8CC