Re: [python-win32] Problem with python-win32

2006-08-25 Thread Michel Claveau
Bonjour ! Le ProgID est une chaîne de caractères. A chaque ProgID est associé un CLSID (chaîne de chiffres et lettres entre accolades). Perso, je trouve les ProgID avec Regedit, dans HKEY_CLASSES_ROOT\CLSID\...\ProgID (où ... est le CLSID) Le CLSID peut être affiché avec VB (et sans dout

Re: [python-win32] Problem with python-win32

2006-08-25 Thread Tim Roberts
Jim Vickroy wrote: > [EMAIL PROTECTED] wrote: > >> >>Hi, >> >>I'm an engineer from France and I use PythonWin very often. I Have one >>question please : I'd like to run a function from a library included in the >>"Tools=>COM Browser=>Registered Type Librairies" menu. This library is >>called "Bibi

Re: [python-win32] Problem with python-win32

2006-08-25 Thread Jim Vickroy
[EMAIL PROTECTED] wrote: Hi, I'm an engineer from France and I use PythonWin very often. I Have one question please : I'd like to run a function from a library included in the "Tools=>COM Browser=>Registered Type Librairies" menu. This library is called "Bibiothèque de pilotage de Scandi

[python-win32] Problem with python-win32

2006-08-25 Thread guillaume . dauguet
Hi, I'm an engineer from France and I use PythonWin very often. I Have one question please : I'd like to run a function from a library included in the "Tools=>COM Browser=>Registered Type Librairies" menu. This library is called "Bibiothèque de pilotage de Scandiag" and I'd like to run from th