WLLs in Visual Studio .NET ???

A

Alex

Is it possible to create Word add-ins (WLL) in C# using Visual Studio ..NET or am I limited to COM add-ins?

The reason that I am asking is that the add-in I'm working on should only work with Word, not any other Office application.

Thanks,
Alex.
 
H

Howard Kaikow

A COM add-in works only with the apps you specify.

A better approach may be to use a DLL.
I believe that VS .NET calls these Class Library projects.

--
http://www.standards.com/; See Howard Kaikow's web site.
Is it possible to create Word add-ins (WLL) in C# using Visual Studio .NET
or am I limited to COM add-ins?

The reason that I am asking is that the add-in I'm working on should only
work with Word, not any other Office application.

Thanks,
Alex.
 

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