Click here to Skip to main content
15,887,404 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Currently,I have create a namespace extension. And I need to implement the functionality to add file into it from third party application.
eg.
Step 1.Create a picture with mspaint.exe.
Step 2.Click save from file menu.
Step 3.Select namespace extension as target folder and input a new name in the save file dialog.
Step 4.Click save

Is there any interface I should implement to receive the information and data about saving file when the save button is clicked?
Posted
Updated 3-Apr-11 14:41pm
v2

Unless the application has specific hooks or an API there is no way to inject your code into its process
 
Share this answer
 
Comments
lbwxly 3-Apr-11 22:50pm    
when the third party application create a save file dialog,and the COM DLL(namespace extension) will be loaded and running.
One method is to use a mirror location where all saves are saved. Then use a background process to sync between the mirror and your backend. This approach is advocated by EZNamespaceExtensions.
 
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