Tagged Questions
The smart-tags tag has no wiki summary.
3
votes
1answer
1k views
Programmatically Enable Smart Tag in Outlook 2007
There's a "global" checkbox titled "label text with smart tags" in Outlook that enables/disables the entire list of smart tag recognizers, under Tools/Options/Mail Format/Editor ...
1
vote
1answer
234 views
What are smart tags and how do I remove them from html?
So I am still working on this parser. Today I found a document with the tag <st1:place w:st="on"> Google tells me it is a Microsoft Office Smart Tag.
I would like to get rid of these things ...
1
vote
0answers
141 views
Detecting Visual Studio Smart-tags events
Is it possible to detect with VSX when any (or a particular) smart tag event is happening? I mean, every time we rename a variable, for example, a smart tag is available that allows us to change it ...
0
votes
1answer
90 views
How to resize the Smart-Tags panel to a bigger size when used on a usercontrol?
I have coded a usercontrol with a smart-tags panel for design time support.
All is well excepting the size of the panel is not quite big enough. Is there a way to force a size on this panel?
I'm ...
0
votes
1answer
448 views
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?
0
votes
1answer
169 views
smart tags (aka ActionList) crash in visual studio
Adding smart tags in VS2010 (or VS2008 for that matter) to my control makes VS crash.
The following designer is used for the action list:
internal class DataEditorDesigner : ComponentDesigner {
...
0
votes
1answer
82 views
Does anyone has a working smart tag solution for autolinking bug numbers from emails?
I'm looking for a solution that will auto add hyper-links to Outlooks emails (including incoming) when the email does contain a text like "bug # 1234" or similar.
There are some information on this ...
0
votes
1answer
117 views
How do I specify smart tags for my control?
Title says it all:
If I am creating a custom ASP.NET control (or, I suppose, a Windows Forms control), how do I specify one or more Smart Tags for it, and the behavior that goes with it? I want to ...
0
votes
1answer
99 views
Excel Smart Tags
Can someone point me to a good tutorial for implementing Excel Smart Tags in Visual Studio? Either with C# or VB.NET.