<?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 : Handler of WM_XTP_COMMAND</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Handler of WM_XTP_COMMAND]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 14:37:29 +0000</pubDate>
  <lastBuildDate>Wed, 22 Oct 2008 01:30:24 +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=12492</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[Handler of WM_XTP_COMMAND : Hi, See CustomThemes sample. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12492&amp;PID=42225&amp;title=handler-of-wm-xtp-command#42225</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12492<br /><strong>Posted:</strong> 22 October 2008 at 1:30am<br /><br />Hi,<DIV>See CustomThemes sample.</DIV>]]>
   </description>
   <pubDate>Wed, 22 Oct 2008 01:30:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12492&amp;PID=42225&amp;title=handler-of-wm-xtp-command#42225</guid>
  </item> 
  <item>
   <title><![CDATA[Handler of WM_XTP_COMMAND : Thanks Oleg.  A Combobox is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12492&amp;PID=42202&amp;title=handler-of-wm-xtp-command#42202</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4505">FrankC</a><br /><strong>Subject:</strong> 12492<br /><strong>Posted:</strong> 21 October 2008 at 10:05am<br /><br /><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>Thanks Oleg.</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><?:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /><o:p><FONT face="Times New Roman" size=3>&nbsp;</FONT></o:p></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>A Combobox is created on a toolbar.<SPAN style="mso-spacerun: yes">&nbsp; </SPAN>How can I capture the messages of the combobox, such as that from MFC as following?</FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><o:p><FONT face="Times New Roman" size=3>&nbsp;</FONT></o:p></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT size=3><FONT face="Times New Roman">ON_CONTROL_REFLECT(CBN_DROPDOWN, OnDropdown)<o:p></o:p></FONT></FONT></P><P =Ms&#111;normal style="MARGIN: 0in 0in 0pt"><FONT face="Times New Roman" size=3>ON_CONTROL_REFLECT(CBN_CLOSEUP, OnCloseup)</FONT></P>]]>
   </description>
   <pubDate>Tue, 21 Oct 2008 10:05:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12492&amp;PID=42202&amp;title=handler-of-wm-xtp-command#42202</guid>
  </item> 
  <item>
   <title><![CDATA[Handler of WM_XTP_COMMAND : Hi,  Yes:  ON_XTP_EXECUTE(ID_PARA_INDENT,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12492&amp;PID=42174&amp;title=handler-of-wm-xtp-command#42174</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12492<br /><strong>Posted:</strong> 21 October 2008 at 2:05am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Yes:</DIV><DIV>&nbsp;</DIV><DIV>ON_XTP_EXECUTE(ID_PARA_INDENT, OnIndentLeft)<BR></DIV><DIV>void CCustomThemesView::OnIndentLeft(NMHDR* pNMHDR, LRESULT* pResult)<BR>{<BR>&nbsp;NMXTPCONTROL* tagNMCONTROL = (NMXTPCONTROL*)pNMHDR;<BR>&nbsp;CXTPControlEdit* pControl = DYNAMIC_DOWNCAST(CXTPControlEdit, tagNMCONTROL-&gt;pControl);</DIV><DIV>&nbsp;if (pControl)<BR>&nbsp;{<BR>&nbsp;&nbsp;SetIndentLeft(int(_ttof(pControl-&gt;GetEditText()) * 1000));<BR>&nbsp;}</DIV><DIV>&nbsp;*pResult = 1;<BR>}<BR></DIV>]]>
   </description>
   <pubDate>Tue, 21 Oct 2008 02:05:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12492&amp;PID=42174&amp;title=handler-of-wm-xtp-command#42174</guid>
  </item> 
  <item>
   <title><![CDATA[Handler of WM_XTP_COMMAND : Dothe Toolkithave the handler...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12492&amp;PID=42170&amp;title=handler-of-wm-xtp-command#42170</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4505">FrankC</a><br /><strong>Subject:</strong> 12492<br /><strong>Posted:</strong> 20 October 2008 at 6:20pm<br /><br />Do&nbsp;the Toolkit&nbsp;have the handler for the WM_XTP_COMMAND, similar like the ON_XTP_CREATECONTROL?<DIV>&nbsp;</DIV><DIV>Thanks,</DIV><DIV>Frank</DIV>]]>
   </description>
   <pubDate>Mon, 20 Oct 2008 18:20:14 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12492&amp;PID=42170&amp;title=handler-of-wm-xtp-command#42170</guid>
  </item> 
 </channel>
</rss>