doubleclick listbox

Sc0pe

Newcomer
Joined
Oct 15, 2004
Messages
24
I have things in my listbox that you can click and they open a new form. Is there a way to make it so you have to doubleclick instead of just clicking once? I only want it to highlight the name when you click it once.
 
could you not use a listview? that way you would have the item activation option which you could set to double-click :)
 
Nerseus said:
Just trap the doubleclick event and put your code in there instead of in the click event.

-ner

I just got what you were saying....thanks, it worked. :)
 
Last edited:
Back
Top