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
Field Definitions for ImageCapture_Config.xml
Field Name
Settings
allowChanges
allowGallery
CN4 Mobile Computer User's Manual
•
Path to and name of the Image Capture application. Default is
"\\Program Files\\Intermec\\ImageCapture\\ImageCapture.exe".
•
Path to and name of the .xml configuration file that Image
Capture should use when called by your application. This way you
can use a custom .xml configuration file based on your needs. If no
.xml file is specified, Image Capture uses its default settings, or
looks for an .xml file in its local directory.
This sample code calls Image Capture from its default location and
specifies "ImageCapture_Config.xml" as the custom .xml
configuration file to use:
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.
Valid Values
True or false
True or false
Chapter 3 — Developing and Installing Applications
Description
Default is true. When set to false, user cannot change
any settings.
Default is true. When set to false, user cannot go to
the Gallery screen.
77
Need help?
Do you have a question about the CN4 and is the answer not in the manual?