<?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 : TrayIcon Event Order Bug</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : TrayIcon Event Order Bug]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 02:27:13 +0000</pubDate>
  <lastBuildDate>Sat, 19 Jan 2008 18:27:02 +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=9358</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[TrayIcon Event Order Bug : Compared to standard VB controls,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9358&amp;PID=30303&amp;title=trayicon-event-order-bug#30303</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2676">jpbro</a><br /><strong>Subject:</strong> 9358<br /><strong>Posted:</strong> 19 January 2008 at 6:27pm<br /><br />Compared to standard VB controls, the MouseDown, MouseUp and Click events of the TrayIcon are incorrect. <br><br>For Example, a Label control:<br><br>Private Sub lblDate_Click()<br>&nbsp;&nbsp;&nbsp; Debug.Print "Click"<br>End Sub<br><br>Private Sub lblDate_MouseDown(Button As Integer, Shift As Integer, X As Single, Y As Single)<br>&nbsp;&nbsp;&nbsp; Debug.Print "Down"<br>End Sub<br><br>Private Sub lblDate_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single)<br>&nbsp;&nbsp;&nbsp; Debug.Print "Up"<br>End Sub<br><br>Will produce the following in the Debug window:<br><br>Down<br>Up<br>Click<br><br>The TrayIcon produces the following:<br><br>Click<br>Down<br>Up<br><br>This makes it impossible to perform a check during the MouseDown event before performing an action such as MinimizeToTray in the click event.<br><br>]]>
   </description>
   <pubDate>Sat, 19 Jan 2008 18:27:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9358&amp;PID=30303&amp;title=trayicon-event-order-bug#30303</guid>
  </item> 
 </channel>
</rss>