Welcome to MSDN Blogs Sign in | Join | Help

March 2005 - Posts

HowTo: Create a SmartTag in VB or C# in less than 10 lines of code

Creating SmartTags for Word and Excel using VSTO 2005 has become incredibly simple. I will show you how to create a SmartTag that interacts with an ActionsPane in less than 10 lines of code, including adding the ActionsPane. One of the hardest things
Posted by pstubbs | 13 Comments
Filed under: ,

Attaching custom properties to your VSTO 2005 SmartTag

VSTO 2005 makes attaching custom properties to a Smart Tag easy. These properties can be used by the Smart Tag action. See my previous post VSTO 2005 makes Smart Tags smarter (and easier) to learn how to create VSTO SmartTags. Let’s image that you are
Posted by pstubbs | 0 Comments
Filed under: ,

Create Watermarks using VSTO 2005 (Part 2 C#)

In my blog yesterday I showed How to create a Word Watermark using VSTO 2005 . This was relatively easy to do using VB .Net. Today I will show you the same code using VSTO 2005 and C# (for those of you who like abuse). I have tried to make the code exactly
Posted by pstubbs | 5 Comments
Filed under: ,

Create Watermarks using VSTO 2005

Programmatically creating watermarks in Word can be a challenge. Here I have created the code to add and remove watermarks in Word using VSTO 2005. The way I created this code is the way the many VBA programmers work. They record a macro doing the action
Posted by pstubbs | 1 Comments
Filed under: ,
 
Page view tracker