Hi,
I have created a smart tag, you can see it when you locate to (Word > Tools > AutoCorrect Options command > Smart Tags tab), I have checked by using MessageBox.Show(....) in the Recoginze method and it works,
but i have two problems:
1. I don't know if Action class is registered i have used same thing to register both Recognizer and Action class, the action button does not show up and I dont know how can i check if the Action is register too, because I have used MessageBox.show(..) in the InvokeVerb method too but it does not appiers.
i have registerd Action class by GUID in the:
HKEY_CURRENT_USER\Software\Microsoft\Office\Common\Smart Tag\Actions
2. How must i do to make it dynamic, I mean the terms that would be recognized would change.( by selecting in a database).
thank you,
I have created a smart tag, you can see it when you locate to (Word > Tools > AutoCorrect Options command > Smart Tags tab), I have checked by using MessageBox.Show(....) in the Recoginze method and it works,
but i have two problems:
1. I don't know if Action class is registered i have used same thing to register both Recognizer and Action class, the action button does not show up and I dont know how can i check if the Action is register too, because I have used MessageBox.show(..) in the InvokeVerb method too but it does not appiers.
i have registerd Action class by GUID in the:
HKEY_CURRENT_USER\Software\Microsoft\Office\Common\Smart Tag\Actions
2. How must i do to make it dynamic, I mean the terms that would be recognized would change.( by selecting in a database).
thank you,