Posts Tagged ‘Visual Studio’
Dmitry Kostochko | March 16th, 2017
A couple of days ago, we published a new minor version of Add-in Express for Office and .NET that fully supports the newly released Visual Studio 2017. Now you can use any version of VS 2010 to VS 2017 to quickly create world-class extensions for all Microsoft Office versions and applications from prototype to final release...
Read the rest of this entry →
COM add-ins, Visual Studio |
No Comments
I'm sure by now you are all aware that Microsoft removed all Visual Studio Installer project types with the release of Visual Studio 2012. A suggested alternative to creating setup files was to use the very powerful and flexible WiX toolset. The one big problem, with switching over to WiX for your setup project was that, a lot of people already invested a considerable amount of time building a setup using the Visual Studio Installer project
...
Read the rest of this entry →
Deployment, Visual Studio, WiX |
14 Comments
You'll see a lot of complaints on the internet about Excel and other Microsoft Office applications not quitting properly after using the object model to perform certain actions, or showing sporadic and unpredictable behavior in COM add-ins. In the end most of these issues boil down to developers not properly disposing of COM objects...
Read the rest of this entry →
.NET, COM add-ins, Excel, Visual Studio |
55 Comments
Even though the object model can be somewhat daunting it gives you amazing flexibility and power over programmatically bending MS Word to your will. In today's article we'll have a look at the Microsoft Word document properties, content controls, quick parts and bookmarks, and how you can access and use these objects in your own add-ins...
Read the rest of this entry →
.NET, C#, COM add-ins, Visual Studio, Word |
39 Comments