Hello,
Quote:
> Thought I'd familiarize myself with VB and just jumped in.
> I discovered that if I put a click and double click event handler on a
label
> I have a problem. If I click on the label, I get the click event. If
I
> double click on the label, I get both the click and double click
events. I
> cannot get the double click alone.
The click event is fired directly after the dirst click. At this time
nobody knows if the user will click a second time.
Regards,
Herfried K. Wagner