Re: [python-win32] using InvokeTypes?

2005-12-02 Thread Mark Hammond
> There Mark Hammond writes: > "Sadly there is no easy way to explicitly specify the exact variant > type, other than using InvokeTypes. " > > So now I would like to throw an eye at InvokeTypes, been searching a > bit, but only found non-commented InvokeTypes. How do I find the > values of input/ou

Re: [python-win32] win32 service not receiving shutdown notification on reboot

2005-12-02 Thread Ralf Schmitt
Ralf Schmitt wrote: > Hi all, > > I use the attached program to start a win32 service. > Stopping the service using the service manager works fine, but when I > reboot the machine, the service just seems to be killed, without > SvcStop/SvcShutdown being called (i.e. it never prints "DONE" on reb

Re: [python-win32] Unicode trouble

2005-12-02 Thread Tim Golden
[Øyvind] > I am trying to use the search and replace-function in MS Word. (Office > 2003, XP and Activestate Python 2.3). It works great until I use > non-english letters. > [... ] >>> objSelection.Find.Execute(en, False, True, False, False, True, True, 1, True, to, 2, False, False, False, False)

[python-win32] using InvokeTypes?

2005-12-02 Thread Andrew Markebo
I am communicating between LabVIEW and Python through the COM-interface, trying to drag out a LabVIEW defined enum. The sane problem as seen in "Reading custom output parameters from LabVIEW/ActiveX" There Mark Hammond writes: "Sadly there is no easy way to explicitly specify the exact variant t