Click to See Complete Forum and Search --> : Image on Button


RY33
March 19th, 2003, 07:09 AM
How can I know what image I assigned to a button?
(I assigned images for buttons using Image.FromFile).

pareshgh
March 19th, 2003, 12:41 PM
store a name of image in Button's Tag property which is object and cast it to string and vice-versa

Paresh