<?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 : How to create Combobox o Tololbar?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : How to create Combobox o Tololbar?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 10 Jun 2026 19:24:03 +0000</pubDate>
  <lastBuildDate>Fri, 17 Aug 2007 08:50:35 +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=7818</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[How to create Combobox o Tololbar? : Hi, this call return CXTPControlComboBox...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7818&amp;PID=25207&amp;title=how-to-create-combobox-o-tololbar#25207</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 7818<br /><strong>Posted:</strong> 17 August 2007 at 8:50am<br /><br /><DIV>Hi,</DIV><DIV>this call return CXTPControlComboBox - not CXTFlatComboBox .</DIV><DIV>&nbsp;</DIV><DIV>See our samples - they show how to use CXTPControlComboBox . See CustomThemes sample from CommandBars folder.</DIV>]]>
   </description>
   <pubDate>Fri, 17 Aug 2007 08:50:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7818&amp;PID=25207&amp;title=how-to-create-combobox-o-tololbar#25207</guid>
  </item> 
  <item>
   <title><![CDATA[How to create Combobox o Tololbar? : Hi,I was able to create Combobox...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7818&amp;PID=25182&amp;title=how-to-create-combobox-o-tololbar#25182</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2774">prashant</a><br /><strong>Subject:</strong> 7818<br /><strong>Posted:</strong> 17 August 2007 at 3:40am<br /><br />Hi,<br><br>I was able to create Combobox using following method<br><br>&nbsp;CXTFlatComboBox *pObj = (CXTFlatComboBox*)this-&gt;GetControls()-&gt;Add(<font color="#ff0000"><b>xtpControlComboBox</b></font>, nID);<br><br><font color="#000000">But previously I am using methods as <br>1) ResetContent()<br>2) AddString(...)<br>3) SetCurSel()<br>4) GetCurSel()<br><br><b>Now How Do I replace those </b></font><b>CXTFlatComboBox functions?</b>]]>
   </description>
   <pubDate>Fri, 17 Aug 2007 03:40:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7818&amp;PID=25182&amp;title=how-to-create-combobox-o-tololbar#25182</guid>
  </item> 
  <item>
   <title><![CDATA[How to create Combobox o Tololbar? : Hi,I had created Toolbar using...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=7818&amp;PID=25181&amp;title=how-to-create-combobox-o-tololbar#25181</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2774">prashant</a><br /><strong>Subject:</strong> 7818<br /><strong>Posted:</strong> 17 August 2007 at 3:14am<br /><br />Hi,<br><br>I had created Toolbar using following function:<br><br>InitCommandBars();<br> pCommandBars = GetCommandBars();<br>&nbsp;&nbsp;&nbsp; <br>CXTPToolBar&nbsp; *m_wndToolBar;<br><br>m_wndToolBar = (CXTPToolBar *)pCommandBars-&gt;Add(_T("Standard"), xtpBarTop);<br><br>if (!m_wndToolBar || !m_wndToolBar-&gt;LoadToolBar(IDR_TOOLBAR))<br>{<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TRACE0("Failed to create toolbar\n");<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; //return -1;<br>}<br><br>Here I am able to successfully create Toolbar, toolbar pointer m_wndToolBar.<br><br>Now I want to create Combobox on above created Toolbar, I am having pointer <b><font color="#ff0000">CXTFlatComboBox *m_MasterViewListCombo;<br><br>Following call getting crashed:<br></font></b><font color="#ff0000">if ( !m_wndToolBar-&gt;m_MasterViewListCombo-&gt;Create(CBS_DROPDOWNLIST | WS_VISIBLE, CRect(0,0,23,100), this, ID_PRIMARY_VIEW_COMBO) )<br><br><b><font color="#333333">What is the proper method for creating Combobox on the Toolbar?</font></b><br></font><b><font color="#ff0000">&nbsp;<br></font></b>]]>
   </description>
   <pubDate>Fri, 17 Aug 2007 03:14:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=7818&amp;PID=25181&amp;title=how-to-create-combobox-o-tololbar#25181</guid>
  </item> 
 </channel>
</rss>