Hi,
I wrote some code to control CST a couple of years ago. It was quite
difficult to interface via COM, since some commands simply refused to
work. What I did in the end was to as few com-calls as possible and did
the rest in VB. Even if VB is a terrible language the end result was
more sta
Hi all, is there a manual for this module? I can't seem to find any!
___
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32
Michael C wrote:
> Hi all, is there a manual for this module? I can't seem to find any!
I'm skeptical that you looked at all. Google "pywin32 documentation".
Pywin32 is very large, since it is trying to expose most of the
incredibly vast Win32 API. Was there something specific you were after?