Binding C# to OOo-AddOn

Java, C++, C#, Delphi... - Using the UNO bridges
Post Reply
topperdel
Posts: 2
Joined: Thu Apr 17, 2008 9:09 am

Binding C# to OOo-AddOn

Post 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
mats
Posts: 5
Joined: Fri Nov 21, 2008 11:59 am

Re: Binding C# to OOo-AddOn

Post 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
OOo 2.4.X on Ms Windows XP
Post Reply