Modify comments in Word Doc in C# .Net

V

Vidhu Jain

Hi,
I have a requirement to capture any changes that occur in comments that are
inserted in Word Application embedded in Web browser Control in C# .Net.
The scenario is that all the comments in word doc are extracted in data
grid. Now if any comment is deleted in opened word document then that comment
should also get deleted in data grid after extracting the comments again.
Since as soon as the deletion of comments happen the index of comments also
change. Because of this it has become almost impossible for me to capture
comments changes.
I thought if it would be possible to capture the event that gets triggered
while deleting a comment then it would be very helpful. But after searching
lot on Net and MSDN I couldn’t find any answer.
Request you to please let me know how can I achieve this functionality.
 

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