Picture from file
I'm trying to get a picture box updated from a file location rather than from a database.
I found this code in MSDN:
Private
(System.Environment.GetFolderPath _
(System.Environment.SpecialFolder.Personal) _
&
"\Image.gif")EndSubHow can i change the code to function with a fixed file path (W:\Pictures\ProductPictures\) And the file name is the value of a textbox1 on a form1 connected to a SQL database. The pictures could be either JPG or BMP (can i use wild cards for the extension?)
Is it possible to get the subrutine to run every time the record changes?
Thanks & Regards
MobiTech

