Microsoft ActiveX Scripting
Mark Hammond
mhammond at skippinet.com.au
Mon Apr 17 20:20:19 EDT 2000
More information about the Python-list mailing list
Mon Apr 17 20:20:19 EDT 2000
- Previous message (by thread): Pointers
- Next message (by thread): Microsoft ActiveX Scripting
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Erik Englund" <erikenglund at hotmail.com> wrote in message news:8dg0rg$afj$1 at cubacola.tninet.se... > "You create script components using any scripting language that supports the > Microsoft® ActiveX® Scripting interfaces. Script languages that support > these interfaces include JScript, Microsoft® Visual Basic® Scripting Edition > (VBScript), PERLScript, PScript, and Python." > > If I want to use vbscript with the activeX control I just set the property > 'Languange' to 'vbscript', and it works. Does anyone know what I need to do > wo use it with Python? I have downloaded and installed python for windows. All you need to do then is say 'LANGUAGE="Python"' :-) Check out the win32com reademe from the Python for Windows extensions. This has a link to the Active Scripting pages - some basic demos and info about using Active Scripting... [Actually, Ive never personally used the scripting control, but I believe it works!] Mark.
- Previous message (by thread): Pointers
- Next message (by thread): Microsoft ActiveX Scripting
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list