modeless dialog that interacts with document

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top