<?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 : CXTPC&#111;ntrolComboBox in toolbar in pane</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTPC&#111;ntrolComboBox in toolbar in pane]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 06:43:21 +0000</pubDate>
  <lastBuildDate>Wed, 25 Aug 2004 01:28:16 +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=1100</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[CXTPC&#111;ntrolComboBox in toolbar in pane : There are to much changes from...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1100&amp;PID=2871&amp;title=cxtpcontrolcombobox-in-toolbar-in-pane#2871</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1100<br /><strong>Posted:</strong> 25 August 2004 at 1:28am<br /><br /><P>There are to much changes from 8.51. You need to update your version. </P>]]>
   </description>
   <pubDate>Wed, 25 Aug 2004 01:28:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1100&amp;PID=2871&amp;title=cxtpcontrolcombobox-in-toolbar-in-pane#2871</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPC&#111;ntrolComboBox in toolbar in pane : I have v8.51.  My subscription...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1100&amp;PID=2870&amp;title=cxtpcontrolcombobox-in-toolbar-in-pane#2870</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=650">Slotter</a><br /><strong>Subject:</strong> 1100<br /><strong>Posted:</strong> 24 August 2004 at 6:58pm<br /><br />I have v8.51.  My subscription is expired, but do I need to pay for this bug fix?<br />]]>
   </description>
   <pubDate>Tue, 24 Aug 2004 18:58:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1100&amp;PID=2870&amp;title=cxtpcontrolcombobox-in-toolbar-in-pane#2870</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPC&#111;ntrolComboBox in toolbar in pane : Seems you mean our old bug... Do...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1100&amp;PID=2861&amp;title=cxtpcontrolcombobox-in-toolbar-in-pane#2861</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1100<br /><strong>Posted:</strong> 24 August 2004 at 6:54am<br /><br /><P>Seems you mean our old bug...</P><P>Do you have 9.0 or 9.10?</P>]]>
   </description>
   <pubDate>Tue, 24 Aug 2004 06:54:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1100&amp;PID=2861&amp;title=cxtpcontrolcombobox-in-toolbar-in-pane#2861</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPC&#111;ntrolComboBox in toolbar in pane : I have an app that has multiple...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1100&amp;PID=2857&amp;title=cxtpcontrolcombobox-in-toolbar-in-pane#2857</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=650">Slotter</a><br /><strong>Subject:</strong> 1100<br /><strong>Posted:</strong> 24 August 2004 at 4:54am<br /><br />I have an app that has multiple panes, and each one has its own toolbar.  In my OnCreateClient routine for the pane, I create the combobox as such:<br /><br /><table width="99%"><tr><td><pre class="BBcode"><br />else if (pToolBar-&gt;GetBarID() == IDR_SIMZOOMBAR)<br />{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (lpCreateControl-&gt;nID == IDC_SIM_EDIT_MODE)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CXTPControlComboBox* pCombo = (CXTPControlComboBox*) CXTPControlComboBox::CreateObject();<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pCombo-&gt;SetDropDownListStyle(FALSE); <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pCombo-&gt;SetCaption(_T("Edit Mode"));<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pCombo-&gt;SetStyle(xtpComboLabel); <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pCombo-&gt;AddString(_T("test1")); <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pCombo-&gt;AddString(_T("test2")); <br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pCombo-&gt;SetWidth(110);<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pCombo-&gt;SetCurSel(0);<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; lpCreateControl-&gt;pControl = pCombo;<br /> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return TRUE;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br /></pre></td></tr></table><br /><br />When I start my app, drop the list down, then exit the program, I get an Unhandled Exception 0xC0000005: Access Violation.  It takes me to XTPCommandBar.cpp and says the error is on the first line of GetCommandBars.  this is equal to 0xfeeefeee.  Ideas on how to fix it?<br /><br /><table width="99%"><tr><td><pre class="BBcode"><br />CXTPCommandBars* CXTPCommandBar::GetCommandBars() const<br />{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (m_pCommandBars) return m_pCommandBars;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (GetParentCommandBar()) return GetParentCommandBar()-&gt;GetCommandBars();<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return 0;<br /></pre></td></tr></table>]]>
   </description>
   <pubDate>Tue, 24 Aug 2004 04:54:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1100&amp;PID=2857&amp;title=cxtpcontrolcombobox-in-toolbar-in-pane#2857</guid>
  </item> 
 </channel>
</rss>