smart-tag

ISmartTagAction::Action Target is null with PowerPoint

Is there a way for the Target parameter to reference a PowerPoint object when ISmartTagAction::Action is called by PowerPoint? I have a smart tag that will recognize text in PowerPoint but when the Action method is called the Target is null. If I do the same thing in Word the Target is set to a Word.Range object, and if I do the same th...

Smart Tags: what you can do when a Method in DesignerActionList is invoked?

Context: Visual Studio : C# : Windows Forms : design time : using a custom UserControl that implements Smart Tags which you have placed in a container (Window or Panel) on a Form in your current project : .NET FrameWork >= 3.5 Hi, Pease keep in mind everything I am describing is happening at Design Time. I am clear how to create a Sma...

c# richtext editor with smarttags

I'm looking for a richtextbox control which preferably has support for custom smart tags. The standard rich text editor in .net is a bit limited, so I'm just wondering if someone has a control to recommend. Some features I'm looking for is - being able to represent links with a different text than the link itself - being able to add a c...

VS2010 F# Smart Tag to add open import declarations

EDITS corrected terminology from Intellisense to Smart Tag OK, I readily admit that Intellisense/Smart Tags have spoiled me. I've grown accustomed C# in Visual Studio notifying you to add using import declarations when typing in a class name for a namespace that has not yet been imported. You get the nice little colored underscore whi...

How to add a SmartTag to Outlook 2010 ?

I would like to add smart tag support in the read message window of Outlook 2010. What's the best way of doing so? Are there examples anywhere? ...