Hello
I have a simple program that has a label and a button. What I want to happen is when I click the button the label.text becomes "click". When I double click the button for the label.text to become "double click" the click event works fine but not the double click. I read the help for double click but could make no sense of it, except that maybe I need to overload the click event if you could help me that would be great.
Thanks
George
I have a simple program that has a label and a button. What I want to happen is when I click the button the label.text becomes "click". When I double click the button for the label.text to become "double click" the click event works fine but not the double click. I read the help for double click but could make no sense of it, except that maybe I need to overload the click event if you could help me that would be great.
Thanks
George