I want to gather statistics on document changes as they pass through a given process. To Achieve this I intend to capture statistics each time a file is opened, closed or Saved As.
My initial thought was to hijack the commands; BUT while I can hijack File | Close, my hijacking code is ignored by as well as the Closing “x”. Curiously, hijacking the File | SaveAs command works with the F12 key.
Is there any way to hijack the controls which are not invoked through the Menu Bar?
TIA