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.
 
Top