Update Images
Does anyone know how to update multiple images?
aishapot
Junior Poster in Training
75 posts since Sep 2011
Reputation Points: 7
Solved Threads: 0
What exactly do you mean? Update in a database? On a web page? Provide some extra information and we can probably help.
hericles
Practically a Posting Shark
823 posts since Nov 2007
Reputation Points: 136
Solved Threads: 167
You could write a Sub ( method ) which has two parameters. For example:
Sub update(ByVal pictureBox as PictureBox, ByVal newImage as String)
pictureBox.Image = Image.FromFile(newImage)
End Sub
tungnk1993
Junior Poster in Training
95 posts since May 2010
Reputation Points: 6
Solved Threads: 7