<?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 : CXTTrayIcon crashes on creation</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTTrayIcon crashes on creation]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 18:47:19 +0000</pubDate>
  <lastBuildDate>Wed, 11 Feb 2009 06:07:48 +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=13368</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[CXTTrayIcon crashes on creation : Yes, I&amp;#039;ve changed my code...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13368&amp;PID=45332&amp;title=cxttrayicon-crashes-on-creation#45332</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=760">dennisV</a><br /><strong>Subject:</strong> 13368<br /><strong>Posted:</strong> 11 February 2009 at 6:07am<br /><br />Yes, I've changed my code to survive if the tray icon fails to create.<br>]]>
   </description>
   <pubDate>Wed, 11 Feb 2009 06:07:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13368&amp;PID=45332&amp;title=cxttrayicon-crashes-on-creation#45332</guid>
  </item> 
  <item>
   <title><![CDATA[CXTTrayIcon crashes on creation : Hi,  Think problem can be in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13368&amp;PID=45318&amp;title=cxttrayicon-crashes-on-creation#45318</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13368<br /><strong>Posted:</strong> 11 February 2009 at 4:38am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Think problem can be in "Emerge Desktop" he use. Think you return from Init Function if Create return False. guess you can ignore it instead.</DIV><DIV>&nbsp;</DIV><DIV><BR>&nbsp;&nbsp;&nbsp; if (!m_TrayIcon.Create(<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; _T("My Program"), // Toolktip text<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; this,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // Parent window<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; IDI_ICONTRAY,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // Icon resource ID<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; IDR_MAIN_POPUP,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // Resource ID of popup menu<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; IDR_RESTORE,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // Default menu item for popup menu<BR>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; false))&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // True if default menu item is located by position<BR>&nbsp;&nbsp;&nbsp; {</DIV><DIV>&nbsp;&nbsp; //&nbsp;Pity but don't return from function/<BR>&nbsp;&nbsp;&nbsp; }</DIV>]]>
   </description>
   <pubDate>Wed, 11 Feb 2009 04:38:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13368&amp;PID=45318&amp;title=cxttrayicon-crashes-on-creation#45318</guid>
  </item> 
  <item>
   <title><![CDATA[CXTTrayIcon crashes on creation : And that brings up another question...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13368&amp;PID=45288&amp;title=cxttrayicon-crashes-on-creation#45288</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=760">dennisV</a><br /><strong>Subject:</strong> 13368<br /><strong>Posted:</strong> 10 February 2009 at 2:43pm<br /><br />And that brings up another question - is there a way to check whether the tray icon has been created? It doesn't appear to have m_hWnd or anything like that, so I'm not sure what to check.<br><br>Thanks!<br>]]>
   </description>
   <pubDate>Tue, 10 Feb 2009 14:43:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13368&amp;PID=45288&amp;title=cxttrayicon-crashes-on-creation#45288</guid>
  </item> 
  <item>
   <title><![CDATA[CXTTrayIcon crashes on creation : The resources should be fine,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13368&amp;PID=45287&amp;title=cxttrayicon-crashes-on-creation#45287</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=760">dennisV</a><br /><strong>Subject:</strong> 13368<br /><strong>Posted:</strong> 10 February 2009 at 2:37pm<br /><br />The resources should be fine, because it works for 99.9% of users :)<br><br>I have some more information from the user, I'll just quote him below:<br><br>"My StartKiller is a free utility that I got here: <a href="http://www.tordex.com/startkiller/" target="_blank">http://www.tordex.com/startkiller/</a> - I use the 32bit edition<br>The other tweak that I use is Emerge Desktop (<a href="http://emergedesktop.org/" target="_blank">http://emergedesktop.org/</a>). This is a replacement windows shell. I implemented this to remove the task bar altogether. <br>I navigate my system with a tool called Launchy and some Auto Hot Key (AHK) scripts."<br><br>]]>
   </description>
   <pubDate>Tue, 10 Feb 2009 14:37:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13368&amp;PID=45287&amp;title=cxttrayicon-crashes-on-creation#45287</guid>
  </item> 
  <item>
   <title><![CDATA[CXTTrayIcon crashes on creation : Usually, when Create() fails it&amp;#039;s...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13368&amp;PID=45262&amp;title=cxttrayicon-crashes-on-creation#45262</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 13368<br /><strong>Posted:</strong> 10 February 2009 at 7:29am<br /><br />Usually, when Create() fails it's due to a faulty doctemplate-string. Perhaps the resource is damaged?<DIV>&nbsp;</DIV><DIV>Just a guess!</DIV>]]>
   </description>
   <pubDate>Tue, 10 Feb 2009 07:29:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13368&amp;PID=45262&amp;title=cxttrayicon-crashes-on-creation#45262</guid>
  </item> 
  <item>
   <title><![CDATA[CXTTrayIcon crashes on creation : No, they&amp;#039;re using 12.1.1...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13368&amp;PID=45258&amp;title=cxttrayicon-crashes-on-creation#45258</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=760">dennisV</a><br /><strong>Subject:</strong> 13368<br /><strong>Posted:</strong> 10 February 2009 at 5:33am<br /><br />No, they're using 12.1.1 for sure. I did find out one interesting thing - at least one of them somehow (third-party or whatever, I don't know yet fully) modified their Start menu and taskbar. Maybe that's the reason. The only potential problem in the Create method is the creation of the window, but I am also surprised why that would crash. I'm still investigating this with a user and hopefully I'll be able to recreate his modified environment and get that crash.]]>
   </description>
   <pubDate>Tue, 10 Feb 2009 05:33:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13368&amp;PID=45258&amp;title=cxttrayicon-crashes-on-creation#45258</guid>
  </item> 
  <item>
   <title><![CDATA[CXTTrayIcon crashes on creation : Hi, I don&amp;#039;t see something...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13368&amp;PID=45252&amp;title=cxttrayicon-crashes-on-creation#45252</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13368<br /><strong>Posted:</strong> 10 February 2009 at 4:14am<br /><br /><P>Hi,</P><DIV>I don't see something in Create method that can crash :(&nbsp;&nbsp; There was problem with some old 10.x release it was fixed - maybe these users use your old application ?</DIV>]]>
   </description>
   <pubDate>Tue, 10 Feb 2009 04:14:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13368&amp;PID=45252&amp;title=cxttrayicon-crashes-on-creation#45252</guid>
  </item> 
  <item>
   <title><![CDATA[CXTTrayIcon crashes on creation : Ah, it has updated now - I guess...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13368&amp;PID=45236&amp;title=cxttrayicon-crashes-on-creation#45236</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=760">dennisV</a><br /><strong>Subject:</strong> 13368<br /><strong>Posted:</strong> 09 February 2009 at 4:47pm<br /><br />Ah, it has updated now - I guess I didn't successfully update the profile before...]]>
   </description>
   <pubDate>Mon, 09 Feb 2009 16:47:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13368&amp;PID=45236&amp;title=cxttrayicon-crashes-on-creation#45236</guid>
  </item> 
  <item>
   <title><![CDATA[CXTTrayIcon crashes on creation : Yes, sorry - I&amp;#039;ve updated...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13368&amp;PID=45235&amp;title=cxttrayicon-crashes-on-creation#45235</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=760">dennisV</a><br /><strong>Subject:</strong> 13368<br /><strong>Posted:</strong> 09 February 2009 at 4:46pm<br /><br />Yes, sorry - I've updated the signature, but it appears that existing messages are not updated with it.<br><br>It's MFC 12.1.1 compiled as a static link using VS2005.<br>]]>
   </description>
   <pubDate>Mon, 09 Feb 2009 16:46:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13368&amp;PID=45235&amp;title=cxttrayicon-crashes-on-creation#45235</guid>
  </item> 
  <item>
   <title><![CDATA[CXTTrayIcon crashes on creation : Hi,  Toolkit version ? Compiller...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13368&amp;PID=45234&amp;title=cxttrayicon-crashes-on-creation#45234</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13368<br /><strong>Posted:</strong> 09 February 2009 at 4:43pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Toolkit version ? Compiller ?</DIV>]]>
   </description>
   <pubDate>Mon, 09 Feb 2009 16:43:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13368&amp;PID=45234&amp;title=cxttrayicon-crashes-on-creation#45234</guid>
  </item> 
 </channel>
</rss>