Error while loading image to picturebox
hi
i'm trying to load an image from a file to a picture but keep getting the error
Illegal characters in path.
the lines of code is
pbFront.Image = Image.FromFile(pathF)
pbRear.Image = Image.FromFile(pathR)
when the program runs the
pathF is C:\ArchiveF\Images\20080028\B0031F.bmp
and pathR is C:\ArchiveF\Images\20080028\B0031R.bmp
can somebody tell me what goin on here and the files do exists
Owen, Programmer
|