Hi all,

I have two images : Image1 and Image2.

I have two buttons : Button1 and Button2.

The code for button1 is this :
Image1.Picture = Image2.Picture.
This changes the images on the click of the button.

The code for button2 is :
Image2.Picture = Image1.Picture.
This does vice versa.

The problem is, if I think click the first button AGAIN to switch back, nothing happens, the same for button2. How can I fix this?

Mark