<?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 : PreTranslateMessage in CXTPControlComboBox?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : PreTranslateMessage in CXTPControlComboBox?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 07:24:12 +0000</pubDate>
  <lastBuildDate>Wed, 24 Oct 2007 15:20:25 +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=8504</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[PreTranslateMessage in CXTPControlComboBox? : Hi,  you can use destructor...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8504&amp;PID=27630&amp;title=pretranslatemessage-in-cxtpcontrolcombobox#27630</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8504<br /><strong>Posted:</strong> 24 October 2007 at 3:20pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>you can use destructor or OnRemoved() method</DIV>]]>
   </description>
   <pubDate>Wed, 24 Oct 2007 15:20:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8504&amp;PID=27630&amp;title=pretranslatemessage-in-cxtpcontrolcombobox#27630</guid>
  </item> 
  <item>
   <title><![CDATA[PreTranslateMessage in CXTPControlComboBox? : Hi, Thanks. My next query is....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8504&amp;PID=27613&amp;title=pretranslatemessage-in-cxtpcontrolcombobox#27613</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2969">Ashok</a><br /><strong>Subject:</strong> 8504<br /><strong>Posted:</strong> 24 October 2007 at 8:31am<br /><br />Hi,<DIV>Thanks. My next query is. Is there is any equivalent function to&nbsp;&nbsp;&nbsp; OnDestroy() in CXTPControlComboBox? Please.</DIV>]]>
   </description>
   <pubDate>Wed, 24 Oct 2007 08:31:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8504&amp;PID=27613&amp;title=pretranslatemessage-in-cxtpcontrolcombobox#27613</guid>
  </item> 
  <item>
   <title><![CDATA[PreTranslateMessage in CXTPControlComboBox? : Hi,  Don&amp;#039;t see how PreTranslateMessage...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8504&amp;PID=27573&amp;title=pretranslatemessage-in-cxtpcontrolcombobox#27573</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8504<br /><strong>Posted:</strong> 23 October 2007 at 8:21am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Don't see how PreTranslateMessage can help here...</DIV><DIV>&nbsp;</DIV><DIV>Anyway. you can add some BOOL &nbsp;variable in your derived class and before call SetCurSel set it to true/ after call set to FALSE and check this variable in OnSelChanged.</DIV>]]>
   </description>
   <pubDate>Tue, 23 Oct 2007 08:21:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8504&amp;PID=27573&amp;title=pretranslatemessage-in-cxtpcontrolcombobox#27573</guid>
  </item> 
  <item>
   <title><![CDATA[PreTranslateMessage in CXTPControlComboBox? : Hi, The problem is SetCurSel()...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8504&amp;PID=27572&amp;title=pretranslatemessage-in-cxtpcontrolcombobox#27572</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2969">Ashok</a><br /><strong>Subject:</strong> 8504<br /><strong>Posted:</strong> 23 October 2007 at 8:19am<br /><br />Hi,<DIV>&nbsp;The problem is SetCurSel() is automatically calling the OnSelChanged() method,but I have some settings in the OnSelChanged(). So whenever if I call SetCurSel() the code in the OnSelChanged is running. I do not want the SetCurSel to call the OnSelChanged() Method. How? Please Help.</DIV>]]>
   </description>
   <pubDate>Tue, 23 Oct 2007 08:19:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8504&amp;PID=27572&amp;title=pretranslatemessage-in-cxtpcontrolcombobox#27572</guid>
  </item> 
  <item>
   <title><![CDATA[PreTranslateMessage in CXTPControlComboBox? : Hi, CXTPControlComboBox is not...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8504&amp;PID=27568&amp;title=pretranslatemessage-in-cxtpcontrolcombobox#27568</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8504<br /><strong>Posted:</strong> 23 October 2007 at 6:06am<br /><br /><FONT size=2>Hi,<DIV>CXTPControlComboBox is not CWnd derived class and doesn't have PreTranslateMessage. What message you need catch in PreTranslateMessage?</DIV></FONT>]]>
   </description>
   <pubDate>Tue, 23 Oct 2007 06:06:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8504&amp;PID=27568&amp;title=pretranslatemessage-in-cxtpcontrolcombobox#27568</guid>
  </item> 
  <item>
   <title><![CDATA[PreTranslateMessage in CXTPControlComboBox? : Hi,  I have a class which is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8504&amp;PID=27566&amp;title=pretranslatemessage-in-cxtpcontrolcombobox#27566</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2969">Ashok</a><br /><strong>Subject:</strong> 8504<br /><strong>Posted:</strong> 23 October 2007 at 5:25am<br /><br />Hi,<DIV>&nbsp; I have a class which is derived from <FONT size=2>CXTPControlComboBox. I want to implement <FONT size=2>PreTranslateMessage in the combo box code. How I can do? Is it possible? Please give me the solution. If it is not possible what is the alternate way to implement that? Please help.</FONT></FONT></DIV>]]>
   </description>
   <pubDate>Tue, 23 Oct 2007 05:25:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8504&amp;PID=27566&amp;title=pretranslatemessage-in-cxtpcontrolcombobox#27566</guid>
  </item> 
 </channel>
</rss>