Is there a way to do this? :
private void button2_Click(object sender, EventArgs e)
{
if(button2 double click ) {//Do sth}
else if( button2 triple click) {//Do sth else}
else {//Sth else not like above}
}
Is there a way to determine how many clicks are users performed to perform different task?
This may confuse you! :) I've searched Mr.Google but nothing worked
Thanks,