S
- Steve -
I've assigned three pictures as resources. So I can access them via
Resources.Image1, Resources.Image2, etc
On the buttons I try to do the following
if(Button1.Image == Resources.Image1)
or
if(Button1.Image.Equals(Resources.Image1))
It is always false though. How can I find out if a certain button is using
a certain picture or not?
Resources.Image1, Resources.Image2, etc
On the buttons I try to do the following
if(Button1.Image == Resources.Image1)
or
if(Button1.Image.Equals(Resources.Image1))
It is always false though. How can I find out if a certain button is using
a certain picture or not?