<?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 : no message in PreTranslateMessage()</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : no message in PreTranslateMessage()]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 05 Apr 2026 13:48:19 +0000</pubDate>
  <lastBuildDate>Thu, 02 Nov 2006 10:20:10 +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=5362</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[no message in PreTranslateMessage() : Thanks! It works  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5362&amp;PID=16957&amp;title=no-message-in-pretranslatemessage#16957</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2439">SunMarc</a><br /><strong>Subject:</strong> 5362<br /><strong>Posted:</strong> 02 November 2006 at 10:20am<br /><br />Thanks! It works&nbsp;<img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="absmiddle"><br><br>]]>
   </description>
   <pubDate>Thu, 02 Nov 2006 10:20:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5362&amp;PID=16957&amp;title=no-message-in-pretranslatemessage#16957</guid>
  </item> 
  <item>
   <title><![CDATA[no message in PreTranslateMessage() : Hello, for non MFC extension...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5362&amp;PID=16948&amp;title=no-message-in-pretranslatemessage#16948</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5362<br /><strong>Posted:</strong> 02 November 2006 at 9:20am<br /><br />Hello,<DIV>for non MFC extension DLls same problem....</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Anyway. for 10.4 release we replace method from PreTranslateMessage to OnWndMsg to be sure it will call fro ActicveX/ simple DLL contexts. please patch your sources.</DIV><DIV>&nbsp;</DIV><DIV><BR>BOOL CXTColorPicker::OnWndMsg(UINT message, WPARAM wParam, LPARAM lParam, LRESULT* pResult)<BR>{<BR>&nbsp;if (!m_bPopupActive)<BR>&nbsp;{<BR>&nbsp;&nbsp;if (message == WM_LBUTTONDOWN)<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;ShowPopupWindow();<BR>&nbsp;&nbsp;&nbsp;// in this case the message is not "swallowed" so the button will<BR>&nbsp;&nbsp;&nbsp;// get it and display itself in a recessed state<BR>&nbsp;&nbsp;}<BR>&nbsp;&nbsp;else if (message == WM_KEYDOWN &amp;&amp;<BR>&nbsp;&nbsp;&nbsp;(wParam == VK_RETURN ||<BR>&nbsp;&nbsp;&nbsp;wParam == VK_SPACE ||<BR>&nbsp;&nbsp;&nbsp;wParam == VK_DOWN))<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;ShowPopupWindow();<BR>&nbsp;&nbsp;&nbsp;return TRUE;&nbsp; // swallow message<BR>&nbsp;&nbsp;}<BR>&nbsp;}</DIV><DIV>&nbsp;return CXTButton::OnWndMsg(message, wParam, lParam, pResult);<BR>}<BR></DIV>]]>
   </description>
   <pubDate>Thu, 02 Nov 2006 09:20:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5362&amp;PID=16948&amp;title=no-message-in-pretranslatemessage#16948</guid>
  </item> 
  <item>
   <title><![CDATA[no message in PreTranslateMessage() : I&amp;#039;m not using ActiveX... ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5362&amp;PID=16947&amp;title=no-message-in-pretranslatemessage#16947</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2439">SunMarc</a><br /><strong>Subject:</strong> 5362<br /><strong>Posted:</strong> 02 November 2006 at 9:11am<br /><br />I'm not using ActiveX...]]>
   </description>
   <pubDate>Thu, 02 Nov 2006 09:11:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5362&amp;PID=16947&amp;title=no-message-in-pretranslatemessage#16947</guid>
  </item> 
  <item>
   <title><![CDATA[no message in PreTranslateMessage() : Hello, if you use it in ActiveX...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5362&amp;PID=16813&amp;title=no-message-in-pretranslatemessage#16813</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5362<br /><strong>Posted:</strong> 26 October 2006 at 8:17am<br /><br />Hello,<DIV>if you use it in ActiveX context, then it is expected behaviour.</DIV>]]>
   </description>
   <pubDate>Thu, 26 Oct 2006 08:17:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5362&amp;PID=16813&amp;title=no-message-in-pretranslatemessage#16813</guid>
  </item> 
  <item>
   <title><![CDATA[no message in PreTranslateMessage() :     Hello,I&amp;#039;m using XTP...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5362&amp;PID=16812&amp;title=no-message-in-pretranslatemessage#16812</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2439">SunMarc</a><br /><strong>Subject:</strong> 5362<br /><strong>Posted:</strong> 26 October 2006 at 7:58am<br /><br />   Hello,<br><br>I'm using XTP in a DLL with a&nbsp; CXTPTabControl. <br>I don't receive any messages in the PreTranslateMessage() method for the<br>dialogs contained in the CXTPTabControl.<br><br>I'm using a CXTColorPicker too and nothing happend when I click in...<br><br>Maybe due to the same pb. Any idea?]]>
   </description>
   <pubDate>Thu, 26 Oct 2006 07:58:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5362&amp;PID=16812&amp;title=no-message-in-pretranslatemessage#16812</guid>
  </item> 
 </channel>
</rss>