Hi Everybody,
In reply to my own mail, because others might run into the same problem; I
received some help from Mark Hammond regarding the use of Python in WSC's.
Here's the deal:
1. It is possible to use a Python WSC from vbscript ASP, as long as your
returnvalues are simple types (strings, i
Am 06.12.10 05:42, schrieb robert2682:
Christian K. wrote:
Hi,
has anybody experiencs in writing Outlook com addins using the
IRibbonExtensibilty mechanism? I would like to make use of the ui
features provided by office 2010. Currently I am creating office
toolbars as demonstrated in the win32c
I'm trying to use a 3rd party COM dll for which I have only instructions
how to use it in VB. The instructions say I have to create a
cFM2Listener object, obtain an IFM2Listener interface from it, implement
my own version of a cFM2DeviceEvents object and assign that to the
DeviceEvents property of
Christian K. wrote:
I even fail to get that far. What do I have to change here to be able
access the new style toolbars?
class Addin:
_com_interfaces_ = ['_IDTExtensibility2']
_public_methods_ = []
_reg_clsctx_ = pythoncom.CLSCTX_INPROC_SERVER
_reg_clsid_ = "{D371B22C-78B1-427