User's Manual

Chapter 3 — Developing and Installing Applications
CN3 Mobile Computer User’s Manual for Windows Mobile 6.1 77
try
{
System.Diagnostics.Process.Start("\\ProgramFiles\\ImageCapture
\\ImageCapture.exe","\"\\Program Files\\MyApp\\ImageCapture_
Config.xml\"");
}
catch (Exception exception)
{
MessageBox.Show("Failed to execute \\ProgramFiles\\ImageCapture
\\ImageCapture.exe” + "\r\n" + exception.ToString());
}
Creating and Editing the Image Capture XML File
To further customize Image Capture features for use in your
application, you can create or edit the Image Capture .xml file. This
section lists Image Capture field names, valid values, and descriptions.
Field Definitions for ImageCapture_Config.xml
Field Name Valid Values Description
Settings
allowChanges True or false Default is true. When set to false, user cannot change
any settings.
allowGallery True or false Default is true. When set to false, user cannot go to
the Gallery screen.
Conditioning
Settings
allowChanges True or false Default is true. When set to false, user cannot change
settings in the Conditioning tab.
Edge Enhancement
allowChanges True or false Default is true. When set to false, user cannot change
the edge enhancement setting.
edgeEnhancement None, low, medium,
or high
Default is None. If no value is provided, the edge
enhancement value is unchanged.
Lighting Correction
allowChanges True or false Default is true. When set to false, user cannot change
the lighting correction setting.