Which one to use?
Printable View
Which one to use?
It depends on the situation. If you are just looking to display an image then you should probably use the image control (I would imagine it doesn't require as much memory as a picture box). If you want to manipulate images or have a surface to draw on then you should probably use the picture box control.
and one thing for sure,
you can't strech the image if u use picturebox....
if you use image, u can do it....
Wille
The events and methods are also different for the two controls. Have a look at these before deciding which one to use for the task at hand.
Shrog
ur choice