Button Double Click.....

  • Thread starter Thread starter Hewit
  • Start date Start date
H

Hewit

When exactly the double click event of button will be called? Practically it
is not possible as always single click will be called and I could not
produce this event at all.

Any ideas? I am using .Net Framework 1.1.

Hewit
 
When exactly the double click event of button will be called?

It won't. It was just inherited from the Control class.

Jonathan
 
"Hewit" <[email protected]>'s wild thoughts were
released on Tue, 18 Jan 2005 17:23:59 -0800 bearing the
following fruit:
When exactly the double click event of button will be called? Practically it
is not possible as always single click will be called and I could not
produce this event at all.

Any ideas? I am using .Net Framework 1.1.

Hewit

Why do you need to know how many clicks they made?

Could you perhaps make use of e.Clicks in the MouseDown
event?





Jan Hyde (VB MVP)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top