I would like be able to set an area on a Form that when clicked produces a specific output.
OK, OK, I know this sounds exactly like what a button or anything else you can drag and drop does.
BUT, I have a form that has a bitmap imported onto it. The bitmap image is of a controller that has a few buttons and a display. Now, I do not want to change the image, so I want to be able to set a click area over one of these buttons, so that when clicked the display changes.
Is there a method of setting a click area without having a button, panel, textBox etc. ?
Or is there a method of testing the location of a cursor click, mouse down event ?
As always..... thanks for your help. |