Click here to Skip to main content
15,881,381 members
Please Sign up or sign in to vote.
5.00/5 (2 votes)
See more:
Dear all,

I need your help in cracking a problem i am facing.......

I want to track the saving of a file using 'Save As' menu option of different applications(like notepad, word, excel , acrobat) etc. I guess it requires system wide hooking of some APIis like getsavefilename etc. But then what i found is MS OFFICE utilities (like word, excel, powerpoint etc ) use some other APIs which i am not able to figure out, I am really struck here... I appreciate any help in this direction


I am using VC++ on windows XP



Thanks in advance
Dinakara K
Posted
Comments
Dr.Walt Fair, PE 3-Dec-10 21:26pm    
Do you know which applications a priori?

1 solution

I suspect you'll have to write specialized code for various different applications, because not all appications do a SaveAs the same way.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900