Laurent,

I use the mouse event to catch double clicks, oten. The event object contains a property for the click count,

sub catchDblClick( oEvt as Object )

   if oEvt.clickcount > 1 then

       ' do your double click processing

   end if

end sub

HTH

Drew

Laurent Godard wrote:

Hi Peter

thanks for nyour response

I assume you're talking about a dialog (or a form?).


yes a dialog

Why don't you use the event-register in the property-dialog and catch the click & doubleclick-events in a function? Scrolling is not triggered there.


i didn't find any clik or double click event but only mouse down and up, which seems not suitable for double clicking triggering

anyway, i'll have a deeper look this way

Nevertheless, this scrollbar event sounds like a bug to me
(or at lease, we should be able to detect if it is inside or outside the scrollbar)

thanks again

Laurent


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to