I've got a little problem.
I've create a control to replace a button. The control itself contains two pictures, and a couple of labels. The labels change depending on the type of control, and the pics change wether I am clicking down on the control or not.
The problem is that I am attempting to write code for the Click event of the control, but the control doesnt seem to catch the clicks done on the Labels and pictures.
So how do I communicate these clicks to the control I've created? Is there some sort of override or something?
Thanks,
DMan...
I've create a control to replace a button. The control itself contains two pictures, and a couple of labels. The labels change depending on the type of control, and the pics change wether I am clicking down on the control or not.
The problem is that I am attempting to write code for the Click event of the control, but the control doesnt seem to catch the clicks done on the Labels and pictures.
So how do I communicate these clicks to the control I've created? Is there some sort of override or something?
Thanks,
DMan...