I want to track Document modification event. i.e if someone modify the
document i want to track it. I tried to find out the TLB file of MS Word.
but couldn't find any event. Isn't there any event?


Ahmad Jalil Qarshi

Re: Tracking Document modification Event! by Jezebel

Jezebel
Fri Apr 15 22:41:18 CDT 2005

Don't know what a TLB file is, but no, there is no 'document changed' event.
If you're desperate you can use a timer and check whether the .Saved
property has changed to false.




"Ahmad Jalil Qarshi" <ahmaddearNO@SPAMhotmail.com> wrote in message
news:OQEZuwbQFHA.2252@TK2MSFTNGP15.phx.gbl...
>I want to track Document modification event. i.e if someone modify the
> document i want to track it. I tried to find out the TLB file of MS Word.
> but couldn't find any event. Isn't there any event?
>
>
> Ahmad Jalil Qarshi
>
>



Re: Tracking Document modification Event! by Ahmad

Ahmad
Mon Apr 18 03:03:45 CDT 2005

Thanks Jezebel.

"Jezebel" <warcrimes@whitehouse.gov> wrote in message
news:OSKJnYjQFHA.3076@tk2msftngp13.phx.gbl...
> Don't know what a TLB file is, but no, there is no 'document changed'
event.
> If you're desperate you can use a timer and check whether the .Saved
> property has changed to false.
>
>
>
>
> "Ahmad Jalil Qarshi" <ahmaddearNO@SPAMhotmail.com> wrote in message
> news:OQEZuwbQFHA.2252@TK2MSFTNGP15.phx.gbl...
> >I want to track Document modification event. i.e if someone modify the
> > document i want to track it. I tried to find out the TLB file of MS
Word.
> > but couldn't find any event. Isn't there any event?
> >
> >
> > Ahmad Jalil Qarshi
> >
> >
>
>