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.

[795 byte] By [hye_heena] at [2007-12-24]
# 1

hi again,

Is there any way, to override the functionality of the camera application of the devices. In simple words i want to override the event, that helps the user to capture the image from the built camera.exe. how to get that user has captured images. wht i did, just took filesystemwatcher in that created event is fired when image is capturedBUT the problem is when any file transfer take place through bluetooth or beam, then also created event is fired. i check if the camera is on, then do this, but it is possible that the user keeps the camera on and at the same time beam a file. wht 2 do? Plz help me. Ur knowledge sharing is the gr8 source for me.


thanx alot in advance.

hye_heena at 2007-10-8 > top of Msdn Tech,Smart Device Development,Smart Devices VB and C# Projects...