<?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 : State changes in combo box</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : State changes in combo box]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 21:48:42 +0000</pubDate>
  <lastBuildDate>Fri, 24 Mar 2006 21:07:37 +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=3874</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[State changes in combo box : Hi, FROM CustomThemes sampe: ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3874&amp;PID=11721&amp;title=state-changes-in-combo-box#11721</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3874<br /><strong>Posted:</strong> 24 March 2006 at 9:07pm<br /><br /><P>Hi,</P><P>FROM CustomThemes sampe:</P><P>ON_XTP_EXECUTE(ID_EDIT_STATE, OnEditState)</P><P>&nbsp;</P><P><BR>void CMainFrame::OnEditState(NMHDR* pNMHDR, LRESULT* pResult)<BR>{<BR>&nbsp;NMXTPCONTROL* tagNMCONTROL = (NMXTPCONTROL*)pNMHDR;</P><P>&nbsp;CXTPControlComboBox* pControl = (CXTPControlComboBox*)tagNMCONTROL-&gt;pControl;<BR>&nbsp;if (pControl-&gt;GetType() == xtpControlComboBox)<BR>&nbsp;{<BR>&nbsp;&nbsp;int nState = pControl-&gt;GetCurSel();<BR>&nbsp;&nbsp;if (nState != 2)<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;m_nState = nState;<BR>&nbsp;&nbsp;}<BR>&nbsp;&nbsp;else<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;MessageBox(_T("Configuration Manager"));<BR>&nbsp;&nbsp;&nbsp;pControl-&gt;SetCurSel(m_nState);<BR>&nbsp;&nbsp;}<BR>&nbsp;&nbsp;*pResult = TRUE; // Handled<BR>&nbsp;}<BR>}<BR>&nbsp;<BR></P>]]>
   </description>
   <pubDate>Fri, 24 Mar 2006 21:07:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3874&amp;PID=11721&amp;title=state-changes-in-combo-box#11721</guid>
  </item> 
  <item>
   <title><![CDATA[State changes in combo box : I have a drop-down control and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3874&amp;PID=11720&amp;title=state-changes-in-combo-box#11720</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1879">ahsan19</a><br /><strong>Subject:</strong> 3874<br /><strong>Posted:</strong> 24 March 2006 at 7:59pm<br /><br />I have a drop-down control and I want to capture the event when the value in the combo box is changed. Here is my code for the control combo box:<br><br><br>CXTPControlComboBox* pComboState = (CXTPControlComboBox*)CXTPControlComboBox::CreateObject();<br>pComboState-&gt;AddString(_T("Win32"));<br><br>How can I add event handling to this?<br><br>Thanks.<br>Jessica<br>]]>
   </description>
   <pubDate>Fri, 24 Mar 2006 19:59:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3874&amp;PID=11720&amp;title=state-changes-in-combo-box#11720</guid>
  </item> 
 </channel>
</rss>