1
Reply

Pitcurebox image problems

axb924

axb924

Jun 28 2004 1:05 AM
2k
I am trying to set images from an imagelist to the picturebox's image. Whats wrong with this code I keep getting the error: "An unhandled exception of type 'System.ArgumentOutOfRangeException' occurred in system.windows.forms.dll Additional information: Specified argument was out of the range of valid values." Code: Component_Image.Image = Component_Images.Images[0]; Arindam Biswas

Answers (1)