Aaron

Aaron

  • NA
  • 27
  • 22.9k

Image changing button.

Jul 9 2009 1:21 PM
I'm trying to make a button that well change its image when you click it.

Here's my code so far.

 buttonTile1.Image = new Bitmap (GetType(), "CharTEST.bmp") ;

But,I keep getting the error,On click of the button.
Resource 'CharTEST.bmp' cannot be found in class 'Gamer_Interface_2009.Form1'.


Can anyone help me with this?
in advance thx!

Answers (3)