A
Alex
Hello,
Writing a Word add-in in C# while not being familiar with either is frustrating but I have no choice.
So I have to ask for your advice once again.
I'd like the add-in to display a modeless dialog ("windows form"?) that will float above the document (like the find dialog) and will display information based on the cursor position.
For example, when the user navigates to a place inside a bookmark (by clicking or using arrow keys), this dialog will display the name of the bookmark.
How do I implement such a thing?
Any help is appreciated but a code example is best!
thank you in advance,
Alex.
Writing a Word add-in in C# while not being familiar with either is frustrating but I have no choice.
So I have to ask for your advice once again.
I'd like the add-in to display a modeless dialog ("windows form"?) that will float above the document (like the find dialog) and will display information based on the cursor position.
For example, when the user navigates to a place inside a bookmark (by clicking or using arrow keys), this dialog will display the name of the bookmark.
How do I implement such a thing?
Any help is appreciated but a code example is best!
thank you in advance,
Alex.