I am having some problems creating a new Bitmap object with a UNC filepath. Here is my code:
It works OK if I point it to a file on the local drive. If it makes any difference, I will be showing the file in a PictureBox control.
Thanks in advance!
--Brad
Code:
Bitmap testPic = new Bitmap(@"\\scbcmain\data\Testing\defaultimage.png");
It works OK if I point it to a file on the local drive. If it makes any difference, I will be showing the file in a PictureBox control.
Thanks in advance!
--Brad