<?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 : Custom c&#111;ntrols &#111;n toolbar in dialog?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Custom c&#111;ntrols &#111;n toolbar in dialog?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 21:32:57 +0000</pubDate>
  <lastBuildDate>Sun, 14 Aug 2005 00:16:09 +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=2713</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[Custom c&#111;ntrols &#111;n toolbar in dialog? : Thanks for the help. I managed...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2713&amp;PID=8127&amp;title=custom-controls-on-toolbar-in-dialog#8127</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1391">craig</a><br /><strong>Subject:</strong> 2713<br /><strong>Posted:</strong> 14 August 2005 at 12:16am<br /><br />Thanks for the help.&nbsp; I managed to get it working withGetControls()-&gt;Add().&nbsp; I appreciate the time you spendanswering questions in the forums.<br><br>--Craig<br><br>]]>
   </description>
   <pubDate>Sun, 14 Aug 2005 00:16:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2713&amp;PID=8127&amp;title=custom-controls-on-toolbar-in-dialog#8127</guid>
  </item> 
  <item>
   <title><![CDATA[Custom c&#111;ntrols &#111;n toolbar in dialog? : Actually, same message will be...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2713&amp;PID=8115&amp;title=custom-controls-on-toolbar-in-dialog#8115</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2713<br /><strong>Posted:</strong> 12 August 2005 at 2:41pm<br /><br /><P>Actually, same message will be sent to dialog...</P><P>But you can&nbsp;use CXTPControls class instead:</P><P>m_wndToolBar.GetControls()-&gt;Add(new CXTPControlCustom()....);</P><P>for next&nbsp;release, we made a lot of enhancements of CXTPDialog to allow docking/customization.</P>]]>
   </description>
   <pubDate>Fri, 12 Aug 2005 14:41:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2713&amp;PID=8115&amp;title=custom-controls-on-toolbar-in-dialog#8115</guid>
  </item> 
  <item>
   <title><![CDATA[Custom c&#111;ntrols &#111;n toolbar in dialog? : A quick followup. In a dialog...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2713&amp;PID=8103&amp;title=custom-controls-on-toolbar-in-dialog#8103</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1391">craig</a><br /><strong>Subject:</strong> 2713<br /><strong>Posted:</strong> 12 August 2005 at 2:10am<br /><br />A quick followup.&nbsp; In a dialog based on CXTPDialog, what is the equivilent funtion to<br><br>int CMainFrame::OnCreateControl(LPCREATECONTROLSTRUCT lpCreateControl)<br><br>which I think I need to create the controls.&nbsp; It is described in the common controls example as:<br><br>// This function is called by the Extreme Tool Kit application framework.<br>// This function handles the creation of the controls that are placed<br>// on the CommandBars.&nbsp; The LPCREATECONTROLSTRUCT structure contains information<br>&nbsp;// about the control to create.<br><br>Thanks,<br>Craig<br><br>]]>
   </description>
   <pubDate>Fri, 12 Aug 2005 02:10:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2713&amp;PID=8103&amp;title=custom-controls-on-toolbar-in-dialog#8103</guid>
  </item> 
  <item>
   <title><![CDATA[Custom c&#111;ntrols &#111;n toolbar in dialog? : I have a CXTPToolbar inside of...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2713&amp;PID=8101&amp;title=custom-controls-on-toolbar-in-dialog#8101</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1391">craig</a><br /><strong>Subject:</strong> 2713<br /><strong>Posted:</strong> 11 August 2005 at 4:51pm<br /><br />I have a CXTPToolbar inside of a CXTPDialog that I would like to addcustom controls to (Font list dropdown, font size dropdown, etc).&nbsp;Is there a sample or documentation&nbsp; availale on how to do this?<br><br>I've been searching the forum and the online docs for a couple of hoursnow with no luck.&nbsp; Any help would be really appreciated.&nbsp; <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0"><br><br>Thanks,<br>Craig<br><br><br>]]>
   </description>
   <pubDate>Thu, 11 Aug 2005 16:51:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2713&amp;PID=8101&amp;title=custom-controls-on-toolbar-in-dialog#8101</guid>
  </item> 
 </channel>
</rss>