<?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 : Get the pointer to ComboBox from cmd Bar?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Get the pointer to ComboBox from cmd Bar?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 21 Apr 2026 04:54:24 +0000</pubDate>
  <lastBuildDate>Thu, 19 May 2005 10:11:55 +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=2251</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[Get the pointer to ComboBox from cmd Bar? : Oleg,  Thank you. I am looking...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2251&amp;PID=6685&amp;title=get-the-pointer-to-combobox-from-cmd-bar#6685</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1156">mikexyz</a><br /><strong>Subject:</strong> 2251<br /><strong>Posted:</strong> 19 May 2005 at 10:11am<br /><br />Oleg,<br><br>Thank you. I am looking into GUI_Office11 sample.<br><br>Mike<br>]]>
   </description>
   <pubDate>Thu, 19 May 2005 10:11:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2251&amp;PID=6685&amp;title=get-the-pointer-to-combobox-from-cmd-bar#6685</guid>
  </item> 
  <item>
   <title><![CDATA[Get the pointer to ComboBox from cmd Bar? : I recommend you update it in UpdateHandler,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2251&amp;PID=6675&amp;title=get-the-pointer-to-combobox-from-cmd-bar#6675</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2251<br /><strong>Posted:</strong> 19 May 2005 at 5:35am<br /><br /><P>I recommend you update it in UpdateHandler, use:</P><P>CXTPControl::FromUI(pCmdUI)</P><P>&nbsp;</P><P>see <FONT color=#0000ff size=2></P><P>void</FONT><FONT size=2> CWordPadView::OnUpdateComboFont(CCmdUI* pCmd)</FONT></P><P><FONT size=2></FONT>&nbsp;</P><P><FONT size=2>in GUI_Office11&nbsp; sample.</P></FONT>]]>
   </description>
   <pubDate>Thu, 19 May 2005 05:35:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2251&amp;PID=6675&amp;title=get-the-pointer-to-combobox-from-cmd-bar#6675</guid>
  </item> 
  <item>
   <title><![CDATA[Get the pointer to ComboBox from cmd Bar? : In this case, I would like to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2251&amp;PID=6669&amp;title=get-the-pointer-to-combobox-from-cmd-bar#6669</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1156">mikexyz</a><br /><strong>Subject:</strong> 2251<br /><strong>Posted:</strong> 18 May 2005 at 2:22pm<br /><br />In this case, I would like to access from the CView class, where void CEasyFlowChartView::UpdateCells() function is called.<br><br>Mike<br>]]>
   </description>
   <pubDate>Wed, 18 May 2005 14:22:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2251&amp;PID=6669&amp;title=get-the-pointer-to-combobox-from-cmd-bar#6669</guid>
  </item> 
  <item>
   <title><![CDATA[Get the pointer to ComboBox from cmd Bar? : Hello:  I create command bar...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2251&amp;PID=6668&amp;title=get-the-pointer-to-combobox-from-cmd-bar#6668</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1156">mikexyz</a><br /><strong>Subject:</strong> 2251<br /><strong>Posted:</strong> 18 May 2005 at 2:17pm<br /><br />Hello:<br><br>I create command bar that have combo box control.&nbsp; The combo boxautomatically update the selection when user select a particulardrawing shape. <br><br>How do write a simple codes to access to CommandBar--&gt; Combox Box control pointer?<br><br>In the bottom example, I would like to access to the pointer of pComboFontName from other class.<br><br>---------------- SAMPLE CREATE COMBO BOX CONTROL FOR COMMANDBARS ----------<br><br>int CMainFrame::OnCreateControl(LPCREATECONTROLSTRUCT lpCreateControl)<br>{<br>&nbsp;&nbsp;&nbsp; if (lpCreateControl-&gt;bToolBar == FALSE)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; } <br>&nbsp;&nbsp;&nbsp; else<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CXTPToolBar* pToolBar = DYNAMIC_DOWNCAST(CXTPToolBar, lpCreateControl-&gt;pCommandBar);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (!pToolBar)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return FALSE;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; //--------------------- Create Font Face Name -------------------------<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if (lpCreateControl-&gt;nID ==ID_FONT_FACENAME &amp;&amp; pToolBar-&gt;GetBarID() ==IDR_EASY_FONT_BAR)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;CXTPControlFontComboBox *pComboFontName = new CXTPControlFontComboBox();<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pComboFontName-&gt;SetDropDownListStyle();<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; lpCreateControl-&gt;pControl = pComboFontName;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return TRUE;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;  //---------------------------------------------------------- ------------<br><br>&nbsp;&nbsp;&nbsp; return FALSE;<br>}<br>]]>
   </description>
   <pubDate>Wed, 18 May 2005 14:17:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2251&amp;PID=6668&amp;title=get-the-pointer-to-combobox-from-cmd-bar#6668</guid>
  </item> 
 </channel>
</rss>