Sc0pe Posted November 13, 2004 Posted November 13, 2004 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. Quote
stustarz Posted November 13, 2004 Posted November 13, 2004 could you not use a listview? that way you would have the item activation option which you could set to double-click :) Quote Visit: VBSourceSeek - The VB.NET sourcecode library "A mere friend will agree with you, but a real friend will argue."
*Experts* Nerseus Posted November 13, 2004 *Experts* Posted November 13, 2004 Just trap the doubleclick event and put your code in there instead of in the click event. -ner Quote "I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut
Sc0pe Posted November 13, 2004 Author Posted November 13, 2004 (edited) 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. :) Edited November 13, 2004 by Sc0pe Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.