Apart from subclassing a control to trap the LButtonDown event, how can I
prevent the tap and hold red circle from appearing on the control?

Re: Stop a control's Tap and Hold by Amit

Amit
Thu Jul 24 16:17:35 CDT 2003

Hi Mike,
override CWnd::OnLButtonDown() for all windows where you want to prevent
it

Regards
Amit
"Mike" <twchan3@hotmail.com> wrote in message
news:#DjjHKbUDHA.2284@TK2MSFTNGP12.phx.gbl...
> Apart from subclassing a control to trap the LButtonDown event, how can I
> prevent the tap and hold red circle from appearing on the control?
>
>