List Box

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a list box with an OnClick Event where I do not want to use the
OnDblClick. The problem is that if I hit the down or up arrow it will
process the OnClick Event also. Is there a way to keep the OnClick event
from processing when the down or up arrow is hit.

Thank you for your help.

Steven
 
Steven,

I believe the Click event will fire on the scroll buttons, and there is
no way around this, as far as I know. So the question is, what does the
code to, and why are you clicking on the listbox, and what other event
might be pertinent? At the moment, I find it difficult to imagine what
you want to use the Click event for.
 
Back
Top