<?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 : Message Handler in DLL</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Message Handler in DLL]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 00:53:28 +0000</pubDate>
  <lastBuildDate>Thu, 30 Oct 2008 15:26:00 +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=12569</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[Message Handler in DLL : Hi All,Thanks Znakeeye for your...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12569&amp;PID=42513&amp;title=message-handler-in-dll#42513</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4159">barobax</a><br /><strong>Subject:</strong> 12569<br /><strong>Posted:</strong> 30 October 2008 at 3:26pm<br /><br />Hi All,<br>Thanks Znakeeye for your request. I read but can not help me in message handling.<br><br>Thanks,<br>Best Regards.<br>]]>
   </description>
   <pubDate>Thu, 30 Oct 2008 15:26:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12569&amp;PID=42513&amp;title=message-handler-in-dll#42513</guid>
  </item> 
  <item>
   <title><![CDATA[Message Handler in DLL :    Actually, this one is really...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12569&amp;PID=42498&amp;title=message-handler-in-dll#42498</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2198">znakeeye</a><br /><strong>Subject:</strong> 12569<br /><strong>Posted:</strong> 30 October 2008 at 7:27am<br /><br /><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV>Actually, this one is really tricky. Take a look here:<DIV><a href="http://support.microsoft.com/kb/154126" target="_blank">http://support.microsoft.com/kb/154126</A></DIV><DIV>&nbsp;</DIV><DIV>You need to manually add your DLL to the resource chain! Something like this:</DIV><DIV><BR>static AFX_EXTENSION_MODULE MyDLL = { NULL, NULL };<BR>...<BR>extern "C" void WINAPI InitMyDLL()<BR>{<BR>&nbsp;&nbsp;&nbsp; new CDynLinkLibrary(MyDLL);<BR>}</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 30 Oct 2008 07:27:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12569&amp;PID=42498&amp;title=message-handler-in-dll#42498</guid>
  </item> 
  <item>
   <title><![CDATA[Message Handler in DLL : Hi All,Thanks for your replies...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12569&amp;PID=42496&amp;title=message-handler-in-dll#42496</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4159">barobax</a><br /><strong>Subject:</strong> 12569<br /><strong>Posted:</strong> 30 October 2008 at 6:04am<br /><br />Hi All,<br>Thanks for your replies Oleg &amp;&amp; ABuenger,when I add ON_COMMAND for an string ID in dll, my method don't work and do not recieve message.I Must load strings in dll with instance handle and else don't load string.what do I do for messages ?!?<br><br>Thanks again for your replies.<br>]]>
   </description>
   <pubDate>Thu, 30 Oct 2008 06:04:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12569&amp;PID=42496&amp;title=message-handler-in-dll#42496</guid>
  </item> 
  <item>
   <title><![CDATA[Message Handler in DLL : Hi,  You explained it very bad....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12569&amp;PID=42490&amp;title=message-handler-in-dll#42490</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12569<br /><strong>Posted:</strong> 30 October 2008 at 3:11am<br /><br /><P>Hi, </P><DIV>You explained it very bad. With such description I don't think somebody can help. What is CMenu Extended class. How you assign string, how you create menu...etc.etc.etc.</DIV>]]>
   </description>
   <pubDate>Thu, 30 Oct 2008 03:11:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12569&amp;PID=42490&amp;title=message-handler-in-dll#42490</guid>
  </item> 
  <item>
   <title><![CDATA[Message Handler in DLL : I tried to explain my problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12569&amp;PID=42483&amp;title=message-handler-in-dll#42483</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4159">barobax</a><br /><strong>Subject:</strong> 12569<br /><strong>Posted:</strong> 29 October 2008 at 5:45pm<br /><br />I tried to explain my problem and need help from you and other codejock users.I sent many posts in codeguru forum but there is better than any forum for VC++ on the internet.<br><br>Thanks ABuenger,<br>]]>
   </description>
   <pubDate>Wed, 29 Oct 2008 17:45:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12569&amp;PID=42483&amp;title=message-handler-in-dll#42483</guid>
  </item> 
  <item>
   <title><![CDATA[Message Handler in DLL : I&amp;#039;m sorry, but nothing in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12569&amp;PID=42481&amp;title=message-handler-in-dll#42481</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1755">ABuenger</a><br /><strong>Subject:</strong> 12569<br /><strong>Posted:</strong> 29 October 2008 at 5:09pm<br /><br />I'm sorry, but nothing in your post makes sense to me&nbsp;<img src="http://forum.codejock.com/smileys/smiley3.gif" border="0" align="absmiddle"><br><br>]]>
   </description>
   <pubDate>Wed, 29 Oct 2008 17:09:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12569&amp;PID=42481&amp;title=message-handler-in-dll#42481</guid>
  </item> 
  <item>
   <title><![CDATA[Message Handler in DLL :   Hi,I have a CMenu Extended...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12569&amp;PID=42480&amp;title=message-handler-in-dll#42480</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4159">barobax</a><br /><strong>Subject:</strong> 12569<br /><strong>Posted:</strong> 29 October 2008 at 4:26pm<br /><br />Hi,<br>I have a CMenu Extended class in dll and assign a string to a Menu Item and want to add ON_COMMAND for IDS_STRING.BUT I can't handle a message by string in my DLL.<br><br><br>Thanks in Advance,<br>Best Regards.<br>]]>
   </description>
   <pubDate>Wed, 29 Oct 2008 16:26:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12569&amp;PID=42480&amp;title=message-handler-in-dll#42480</guid>
  </item> 
 </channel>
</rss>