Handling the built in application problem
hi all,
i m developing the application, in which i want to show the popup menu on the buitin camera.exe. Flow is like this,
I have filesystemwatcher for the file creation, so whenever the user captures the image, "created" event is fired for watcher, from that i first find whether the camera.exe is on or not, i get the handle for that. Now wht i want is create the menu for the built in appln and show as popup menu, that contains the menu items for my application. i.e. "Upload" and "Send to friend".
I used FindWindow through pinvoke. But now to proceed further, how to implement the things. I m using C#. plz help needed. I dnt knw much abt unmanaged apis and function. So dnt knw wht to do.
Help needed.Thanx in advance.

