TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Quang Dinh Luong
NA
76
18.6k
Determine each kind of clicking!!!
Oct 11 2015 3:01 AM
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,
Reply
Answers (
4
)
Love calculator
Multiple SQL connection strings