OLE automation: Difference between revisions

Content added Content deleted
m (Tidy up)
Line 72: Line 72:
#include lib\ComVar.ahk</lang>
#include lib\ComVar.ahk</lang>


=== {{header|Python}} ===
=={{header|Python}}==
{{libheader|pywin32}}
requires [http://sourceforge.net/projects/pywin32/ pywin32].
server uses a client of the ahk server above to register the clsid in the windows registry.
Server uses a client of the ahk server above to register the clsid in the windows registry.
translated from win32com/test/testDynamic.py
Translated from <tt>win32com/test/testDynamic.py</tt>
<lang python>#!/usr/bin/env python
<lang python>#!/usr/bin/env python
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-