Disable Double-Clicking in listbox

  • Thread starter Thread starter IronFinger
  • Start date Start date
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
 
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?
 
Back
Top