R
Roy Lasris
Is there a way to distinguish a click to drop down a combo-box list (to reveal
its contents) from a click to select an item in the list?
I have populated a combobox with the names of documents that I may wish to
open. I also have written a mouse-down routine such that if the shift button
was pressed, a copy of the file, not the original, would be opened. When I
click the down arrow at the right of the list to drop down the list to see its
contents, the mouse-down routine fires and I lose control.
Is there a special code or setting that I can check for to distinguish between
a press on the down arrow (to reveal the list) and a press on a 'real item' in
the list?
Thanks.
Roy
its contents) from a click to select an item in the list?
I have populated a combobox with the names of documents that I may wish to
open. I also have written a mouse-down routine such that if the shift button
was pressed, a copy of the file, not the original, would be opened. When I
click the down arrow at the right of the list to drop down the list to see its
contents, the mouse-down routine fires and I lose control.
Is there a special code or setting that I can check for to distinguish between
a press on the down arrow (to reveal the list) and a press on a 'real item' in
the list?
Thanks.
Roy