I am new to VB.net and have been able to write a test program from a user guide to display a .TIF in a picture box when selecting it from a dialog box. But when I try to select a TIF or another other type JPG, GIF etc from a file name I get the error:
System.IO.filenotfoundException occurred in System.Draawing.dll"
Here is my code:
PicTif.Image = Image.FromFile("c:\test.tif")