I want my app to change the background picture of a form when i press the b button on my keyboard. How could this be done???
Thanks
Printable View
I want my app to change the background picture of a form when i press the b button on my keyboard. How could this be done???
Thanks
Set the KeyPreview property of the form to True, handle its KeyDown or KeyPress event and test for the B key.