Pitcurebox image problems
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