Framework 1.1
Condition:
The .Tif file was created from a scanner, and located on the scan server.
Problem:
1. I've been trying to show the .Tif file in my Windows form PictureBox with no luck.
2. The reason why it is in .Tif format is caused by the limitation of the scanner. I had no idea to set it up as , for example, a .JPG file.
Current attemp:
PictureBox1.Image.FromFile("\\ScanServer\Image\1.tif")
TIA,
mansii
Condition:
The .Tif file was created from a scanner, and located on the scan server.
Problem:
1. I've been trying to show the .Tif file in my Windows form PictureBox with no luck.
2. The reason why it is in .Tif format is caused by the limitation of the scanner. I had no idea to set it up as , for example, a .JPG file.
Current attemp:
PictureBox1.Image.FromFile("\\ScanServer\Image\1.tif")
TIA,
mansii