View Single Post
  #2 (permalink)  
Old 05-19-2007, 02:34 PM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,141
Default

See the Album example.
ImageButton - A regular button with an image inside.
ImageList - Similar to an ArrayList. Holds images instead of numbers or strings.
The imageList is useful to store many images in the memory and use them when needed.
Image control - A control that shows an image.
Image property - Some controls include this property. It allows you to pass images between controls.
Attached Files
File Type: zip Album.zip (3.6 KB, 49 views)
Reply With Quote