[python-win32] Interfacing to windows explorer

Michel Claveau mc at mclaveau.com
Tue Jun 7 22:03:37 CEST 2005


Bonsoir !


Je fais exactement ce que vous espérez :  IE comme frontal d'un logiciel en 
Python.
Au départ, j'utilise un fichier .HTA, qui se connecte à Python avec 
Javascript :
        var comlink = new ActiveXObject("Soft.Python");
Entre les objets de l'interface, et le logiciel Python, j'ai établit 
plusieurs dizaines de liens COM.
Les évènements sont interceptés par javascript, et transmis au logiciel 
Python.
De la même manière, les activeX peuvent être téléguidés par Python.

A partir de ça, je suis allé plus loin. Mais cela est difficile à expliquer 
avec un simple message...

@-salutations

Michel Claveau
mél : http://cerbermail.com/?6J1TthIa8B



***** Translation with Babelfish ***** :


Good evening!

I do exactly what you hope for: IE like frontal of a software in Python.
At the beginning, I use a file HTA, which is connected to Python with 
Javascript:
        var comlink = new ActiveXObject("Soft.Python");
Between the objects of the interface, and the software Python, I have 
establishes several tens of bonds COM.
The events are intercepted by Javascript, and transmitted to the Python 
software.
Same manner, the activeX can be radio-controlled by Python.

>From that, I went further. But that is difficult to explain with a simple 
message...






More information about the Python-win32 mailing list