joe_pool_is
Contributor
How could I guarantee that the multiple images in my C# project are the ones that are supposed to be in there?
Our company has an application that is being developed for use in a small, hand held device (palm pilot, etc). The application uses pictures to help the technician troubleshoot problems out in the field and details where to make connections, what bolts to tighten, etc.
The company wants to safeguard the images used by the application to ensure no one can tamper with them, since a wrong image could result in injury or death.
WiFi is not always available, especially deep in the coal mines or out on off-shore drilling platforms, so connecting to an SQL Server for our images is not the best idea.
I tried embedding the images by using an image list, but then I am limited to 256 width by 256 height. We'd like our techs to be able to zoom in on a region if it is necessary.
Regards,
jp
Our company has an application that is being developed for use in a small, hand held device (palm pilot, etc). The application uses pictures to help the technician troubleshoot problems out in the field and details where to make connections, what bolts to tighten, etc.
The company wants to safeguard the images used by the application to ensure no one can tamper with them, since a wrong image could result in injury or death.
WiFi is not always available, especially deep in the coal mines or out on off-shore drilling platforms, so connecting to an SQL Server for our images is not the best idea.
I tried embedding the images by using an image list, but then I am limited to 256 width by 256 height. We'd like our techs to be able to zoom in on a region if it is necessary.
Regards,
jp