How can I paint an image on a Form and be able to change it with another on keypress? If it's possible, can anyone give me minimum required code sample? I would really appreciate that. Thanks.
How can I paint an image on a Form and be able to change it with another on keypress? If it's possible, can anyone give me minimum required code sample? I would really appreciate that. Thanks.
On a Form you don't have direct access to key presses. Unless you are willing to add a Command to change the image you are probably have to try using a Canvas instead.
shmoove