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.
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.