Hi M :-)
I want to make sure I'm understanding you correctly: You used VSTO 2005 to create a project (Word document or Excel workbook) that implements Smart Tags. When you open these, the Smart Tags work correctly - all is good.
Now you'd like to create a SmartTag solution that works across the Word application? You can do this, but not using VSTO. You'll find the SmartTag SDK, starting here
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsmarttag/html/odc_deployst.asp
It will be a bit different than using VSTO's SmartTag functionality; you'll have to do a bit more work. One of the reasons for VSTO is to make things easier for the developer, such as implementing the COM interfaces for you in the background. But the basics of how SmartTags work remains the same :-)
-- Cindy Meister (Word MVP) |