Edit camera settings - Windows Mobile Development and Hacking General

Is there anyway that I can open the camera function and then use a vb program to edit/change the image name?

Related

need help about camera icon

my X01HT lose camera icon in programs(start->programs)..if i want take picture i have to open camera from start->pictures n videos->camera..anybody knows how to enable back camera icon in programs..
sorry for my bad english
Just double check, is your camera icon in the your start menu?
If it is really gone, just create a short cut to \Windows\Camera.exe
hanmin
thanks for ur help..i just copy camera.exe from windows and paste it in windows/programs/camera.exe and it works for me..thank you

Disable the camera capture mode in the registry.

Hi Guys,
I was just wondering which registry key I can modify to disable the camera capture mode and set the 'Still Camera' as the default for the camera application in the Hermes device.
Or, if there is no registry key to do it, what would be the best way to do it?
One of the requirement that my client requires is to prevent changing the camera mode to something else.
Kind Regards,
Andie

Calling default Camera application and capture

Hi,
Is there any way in .NET CF , C# language to call (execute) the default Camera application, wait for a capture and then get access to the captured image?
Same way like in OneNote mobile "Take Picture" feature.
Thanks for any help

How can I add a menu item to the contacts list?

In windows i only have to open regedit and add some keys to software\microsoft\shell\....
Its possible to create keys in registry in wm6 to do that?Or i have to programming?
I really need that tip.
anyone?
You must implement IContextMenu COM interface and then register dll in
\\\registry\HKLM\Software\Microsoft\Shell\Extensions\ContextMenus\
Contacts\
I only see examples in native code, vc++...
Its possible to do that using c#??
AFAIK No, You must implement full COM class.

Removing Camera link from PIMG.exe

Hello All,
Anyone know how to remove the camera shortcut from appearing in the Pictures and Videos app?
Not all devices have a camera but they all share a common media manager - is there a few reg keys we can alter to remove the camera link from the pimg application?
This has to be something OEMs add when customising the standard Windows Mobile image.
Thanks!
DoeDoe
remove the camera shortcut from appearing in the Pictures and Videos app
Maybe someone is interested in that answer...
All you have to is to edit the following REG entry to "1":
Code:
[HKEY_LOCAL_MACHINE\Software\Microsoft\Pictures\Camera\OEM]
"DisableCamera"=dword:00000001

Resources