<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Codejock Developer Community : MouseDown vs Click Event</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : MouseDown vs Click Event]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 09:49:59 +0000</pubDate>
  <lastBuildDate>Fri, 20 Mar 2009 06:15:33 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>forum.codejock.com/RSS_post_feed.asp?TID=13731</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Codejock Developer Community]]></title>
   <url>http://forum.codejock.com/forum_images/codejock-logo.gif</url>
   <link>http://forum.codejock.com/</link>
  </image>
  <item>
   <title><![CDATA[MouseDown vs Click Event : Yeap DblClick is 2 left button...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13731&amp;PID=46933&amp;title=mousedown-vs-click-event#46933</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13731<br /><strong>Posted:</strong> 20 March 2009 at 6:15am<br /><br />Yeap DblClick is 2 left button click.&nbsp; <DIV>if you need mouse down even better use <strong>MouseDown </strong>event. Sometimes Click also means some selection is changed by keyboard also.</DIV>]]>
   </description>
   <pubDate>Fri, 20 Mar 2009 06:15:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13731&amp;PID=46933&amp;title=mousedown-vs-click-event#46933</guid>
  </item> 
  <item>
   <title><![CDATA[MouseDown vs Click Event : Hi,   oleg wrote:You have strange...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13731&amp;PID=46923&amp;title=mousedown-vs-click-event#46923</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4822">Auge_Ohr</a><br /><strong>Subject:</strong> 13731<br /><strong>Posted:</strong> 20 March 2009 at 5:17am<br /><br />Hi,<br><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br />You have strange questions. to determine first - guess its easy to run and check it :)</td></tr></table><br>... when both "fire" a Event "i" can not say which are 1st with my Xbase++ Debugger.<br><div><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br />You don't need both events. MouseDown in most cases is extended Click with points and shift information.</td></tr></table><br>ok so Button = 1 are "left"-click -&gt; <b>Click</b> Event ... and how <b>DblClick</b> Event ( &lt;- 2x Button = 1) ?<br><br></div>i agree that my Question are "basic", but Xbase++ support for Codejock<br>have still a "leak" in activeX so i must find workaround for my "wrapper"<br><br>thx for support, i will come back with more Question <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0" align="absmiddle"><br>]]>
   </description>
   <pubDate>Fri, 20 Mar 2009 05:17:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13731&amp;PID=46923&amp;title=mousedown-vs-click-event#46923</guid>
  </item> 
  <item>
   <title><![CDATA[MouseDown vs Click Event : Hi,  You have strange questions....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13731&amp;PID=46883&amp;title=mousedown-vs-click-event#46883</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13731<br /><strong>Posted:</strong> 19 March 2009 at 2:30am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>You have strange questions. to determine first - guess its easy to run and check it :)</DIV><DIV>You don't need both events. MouseDown in most cases is extended Click with points and shift information.</DIV>]]>
   </description>
   <pubDate>Thu, 19 Mar 2009 02:30:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13731&amp;PID=46883&amp;title=mousedown-vs-click-event#46883</guid>
  </item> 
  <item>
   <title><![CDATA[MouseDown vs Click Event : hi,Codejock does &amp;#034;fire&amp;#034;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13731&amp;PID=46874&amp;title=mousedown-vs-click-event#46874</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4822">Auge_Ohr</a><br /><strong>Subject:</strong> 13731<br /><strong>Posted:</strong> 18 March 2009 at 11:14pm<br /><br />hi,<br><br>Codejock does "fire" <b>MouseDown</b>(Button, Shift, x , y ) and have a <b>Click</b> Event<!--DX end --><br><br>so now if i have both which are 1st ? or how to handle both Events ?<br><br>if Button = vbLeftButton .AND. myClick() = true<br>if Button = vbLeftButton .OR.&nbsp;&nbsp; myClick() = true<br>if Button = vbLeftButton .AND. .NOT. myClick() = true<br><br>... and <b>DblClick</b> Event -&gt; 2x <b>MouseDown -&gt; </b>4x action ?<!--DX end -->]]>
   </description>
   <pubDate>Wed, 18 Mar 2009 23:14:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13731&amp;PID=46874&amp;title=mousedown-vs-click-event#46874</guid>
  </item> 
 </channel>
</rss>