Southern Man Posted October 30, 2004 Share Posted October 30, 2004 how to retrieve the path for an image from Access database and regard to string (path) load image within PictureBox .. i.e. PictureBox.Image = Image.FromFile(Application.StartupPath & "path") 'path should look like: \pictures\image1.jpg Link to comment Share on other sites More sharing options...
0 The_Decryptor Veteran Posted October 30, 2004 Veteran Share Posted October 30, 2004 You could use PictureBox.Image = New Bitmap(Path to image here) that would work just as well. Also, cause i havent been able to get info from a access database under .net (ever), i cant help with the database side, sorry. Link to comment Share on other sites More sharing options...
Question
Southern Man
how to retrieve the path for an image from Access database and regard to string (path) load image within PictureBox .. i.e. PictureBox.Image = Image.FromFile(Application.StartupPath & "path") 'path should look like: \pictures\image1.jpg
Link to comment
Share on other sites
1 answer to this question
Recommended Posts