Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: "Mike Williams" Newsgroups: comp.lang.basic.visual.misc Subject: Re: Fast Click Date: Wed, 8 Feb 2012 18:29:35 -0000 Organization: A noiseless patient Spider Lines: 18 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit Injection-Date: Wed, 8 Feb 2012 18:29:21 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="qoVe+v6z0qEUMWeZt4jNig"; logging-data="21981"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Ax9qFRr2HoLnI1Az6BMVDaDa9XHmrqCU=" X-MimeOLE: Produced By Microsoft MimeOLE V6.0.6002.18463 In-Reply-To: X-Newsreader: Microsoft Windows Mail 6.0.6002.18197 Cancel-Lock: sha1:jX8kYPunFGR6TqqmliT6ZBmiI2A= X-Priority: 3 X-MSMail-Priority: Normal Xref: x330-a1.tempe.blueboxinc.net comp.lang.basic.visual.misc:752 "Ivar" wrote in message news:KgyYq.83536$cl.33968@newsfe21.ams2... > Further to last posting Went out for a while, came back and tested the > mouse down > up events. They now respond in the same way as the click > event with the same delay in responding to events when rapid > clicking. VB must have been reset after I shut it down. > Back to the first way I suppose. I never suggested MouseDown, Ivar . . . I suggested MouseUp. If you click the mouse a dozen times in the PictureBox then you will get a dozen MouseUp events regardless of how fast you click. Mike