Disable Double-Clicking in listbox

I

IronFinger

Hello All,

I have a listbox that I would like to prohibit users from
double-clicking on a selection. The reason is because it duplicates
the selected record, which is not the result I want. This is strange
because I have no code in the 'OnDblClick' Event. Do you know of any
tips or tricks to disable or block double-clicking on the listbox. Any
suggestions or advice would be appreciated...Thanks in advance

IronFinger
 
R

Rick Brandt

IronFinger said:
Hello All,

I have a listbox that I would like to prohibit users from
double-clicking on a selection. The reason is because it duplicates
the selected record, which is not the result I want. This is strange
because I have no code in the 'OnDblClick' Event. Do you know of any
tips or tricks to disable or block double-clicking on the listbox. Any
suggestions or advice would be appreciated...Thanks in advance

If you have no code or macro in the double-click event then double-clicking
should not do anything. Do you have anything in the single click event or any
other event for the ListBox?
 

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

Top