J
jonfroehlich
Is there a known method of intercepting or sniffing when the user
presses the "camera button" on the SmartPhone? I've used the
CameraCaptureDialog class within my application--and it works
great--but the user is still able to open the default camera app via
the camera button and circumvent my app all together:-(
So, I suppose there might be two possible solutions:
1. Figure out a way to receive a message when the camera button is
pressed. I tried using OpenNetCF SDF 2.0 for this but no
Microsoft.WindowsCE.Forms.Message is sent when the camera key is
selected. Is there an alternative method I might try?
2. Have a watchdog process that looks for the camera app, then close it
and open it within my application.
Thanks in advance.
j
presses the "camera button" on the SmartPhone? I've used the
CameraCaptureDialog class within my application--and it works
great--but the user is still able to open the default camera app via
the camera button and circumvent my app all together:-(
So, I suppose there might be two possible solutions:
1. Figure out a way to receive a message when the camera button is
pressed. I tried using OpenNetCF SDF 2.0 for this but no
Microsoft.WindowsCE.Forms.Message is sent when the camera key is
selected. Is there an alternative method I might try?
2. Have a watchdog process that looks for the camera app, then close it
and open it within my application.
Thanks in advance.
j