I want to make some custom controls, with images as buttons. I don\'t want images ON buttons - I want to totally replace the button with an image read from a file. Is it possibl
You can use the PictureBox control and use the Click event on it to handle clicks.