How can I know what image I assigned to a button?
(I assigned images for buttons using Image.FromFile).
Printable View
How can I know what image I assigned to a button?
(I assigned images for buttons using Image.FromFile).
store a name of image in Button's Tag property which is object and cast it to string and vice-versa
Paresh