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,

Priyaranjan K SPosted Oct 11, 2015, 4:24 AM
Quang Dinh LuongPosted Oct 11, 2015, 5:29 AM
Priyaranjan K SPosted Oct 11, 2015, 4:46 AM
Quang Dinh LuongPosted Oct 11, 2015, 4:42 AM