Page 1 of 1

Binding C# to OOo-AddOn

Posted: Thu Apr 17, 2008 9:21 pm
by topperdel
Hello Community,

I have created a very basic AddOn with NetBeans for OOo 2.4.. It's a very simple Menu, just two entries. What I want now is to receive the "ButtonClick"-Event through C#. What possibilities do I have? There may be the possibility to "connect" through a uno-URL from C#(CLI) to the AddOn. But how exactly?

Any comment would be helpful. Thank you very much in advance!

Kind regards
TopperDEL

Re: Binding C# to OOo-AddOn

Posted: Sat Nov 22, 2008 2:01 am
by mats
Since you say that any comment would be helpfull - here is mine.
I have started to invesigate the same, but for VB. To make a "event listener" seems to be what one has to do.
I have found these links and are trying to implement them.
http://www.oooforum.org/forum/viewtopic.phtml?t=76592
http://wiki.services.openoffice.org/wik ... Interfaces

mats