Develop a Add-in for Office (2000,XP and 2003)

P

papenoo papenoo

I have Visual Studio C# Express Edition

I have read any articles explainning, howto develop a Add-in with for Office
(2000,Xp and 2003) with Shared Add-in's (COM Components).

I have read any articles explainning, is necessay the IDTExtensibility2 interface
implementation for this case. :)

My problem is :

Register my dll in the CLSID (registry) for reference in "Addins" section
part of registry.

After resolve this problem, my add-in, it worked?

Any some proposal? ;-)

PD: Sorry my english from dicctionary :)
 
A

Andrei Smolin

papenoo,

Add-in Express .NET provides easy-to-use solutions for COM Add-ins in
..NET: implementing IDTExtensibility2, providing design and run-time
support for commandbars and controls, intercepting keyboard shortcuts
and built-in control actions. Additionally, you get the ADX Loader
which is a precompiled bootstrap and shim application. As a bootstrap
app, the ADX Loader can be used in setup project custom actions to
register and unregister your add-in. See
http://www.add-in-express.com/add-in-net/ . Hope this helps

Andrei Smolin
Add-in Express Team Leader
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top