this is my first project n i need help in displaying images in imagebox
this is the code to display the code which i am using to display images in imagebox
Image1.Picture = LoadPicture("C:\images\" & Text3.Text & ".jpg") '<<this works fine>>
in the above code the location is C:\images\ , the file name will be the value of text3
but in case if the image with the filename<<value of text 3>> is nt found in C:\images\
i want to display an alternate image whose name is "mypic" and is located in C:\images\
what should be the code??
plz help ASAP