<?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 : toolbar butt&#111;ns</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : toolbar butt&#111;ns]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 01:45:41 +0000</pubDate>
  <lastBuildDate>Thu, 04 May 2006 12:38:30 +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=205</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[toolbar butt&#111;ns : So, I guess to answer my own question,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=205&amp;PID=12669&amp;title=toolbar-buttons#12669</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1955">cbatt</a><br /><strong>Subject:</strong> 205<br /><strong>Posted:</strong> 04 May 2006 at 12:38pm<br /><br />So, I guess to answer my own question, I just put a toolbar on theproperty page and turned off the property grid's toolbar.&nbsp; Itsunfortunate that the property grid's toolbar can't be more easilycustomized.&nbsp;&nbsp;]]>
   </description>
   <pubDate>Thu, 04 May 2006 12:38:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=205&amp;PID=12669&amp;title=toolbar-buttons#12669</guid>
  </item> 
  <item>
   <title><![CDATA[toolbar butt&#111;ns : I&amp;#039;m new to toolbars. Basically,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=205&amp;PID=12395&amp;title=toolbar-buttons#12395</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1955">cbatt</a><br /><strong>Subject:</strong> 205<br /><strong>Posted:</strong> 24 April 2006 at 6:42pm<br /><br />I'm new to toolbars.&nbsp; Basically, I have a property grid in adialog box (part of a wizard) and I want to customize thetoolbar.&nbsp; I followed the sample posted as closely as possible butthe toolbar is not displayed.&nbsp; I only have a license to theproperty grid, so I don't think I have CXTPToolBar, so I'm using MFCCToolBar instead.&nbsp; Code looks like:<br><br>virtual BOOL OnInitDialog()<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CPropertyPage::OnInitDialog();<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CRect rc;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; m_placeholder.GetWindowRect( &amp;rc );<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ScreenToClient( &amp;rc );<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if ( m_pgrid.Create( rc, this, IDC_PROPERTY_GRID ) )<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp; m_pgrid.ShowHelp( FALSE );<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; // Create grid items...<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; } <br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if( m_toolbar.Create( &amp;m_pgrid, WS_TABSTOP|WS_VISIBLE|WS_CHILD|CBRS_TOOLTIPS ) )<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp; m_toolbar.LoadToolBar( IDR_TOOLBAR_GRID );<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return 1;&nbsp; // Let the system set the focus<br>&nbsp;&nbsp;&nbsp; }<br><br>The toolbar is created and loaded successfully, but doesn't show up inthe property grid window.&nbsp; Obviously, I'm missing somethingimportant... any help would be appreciated.<br>]]>
   </description>
   <pubDate>Mon, 24 Apr 2006 18:42:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=205&amp;PID=12395&amp;title=toolbar-buttons#12395</guid>
  </item> 
  <item>
   <title><![CDATA[toolbar butt&#111;ns : Well I was looking for the same...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=205&amp;PID=610&amp;title=toolbar-buttons#610</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=186">Russ</a><br /><strong>Subject:</strong> 205<br /><strong>Posted:</strong> 04 December 2003 at 12:51pm<br /><br />Well I was looking for the same solution too.. Was quite puzzled with GetToolBar button method at first. What this might be used for? Thanks.]]>
   </description>
   <pubDate>Thu, 04 Dec 2003 12:51:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=205&amp;PID=610&amp;title=toolbar-buttons#610</guid>
  </item> 
  <item>
   <title><![CDATA[toolbar butt&#111;ns : Ok so basically the propertygrid...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=205&amp;PID=585&amp;title=toolbar-buttons#585</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=245">ddyer</a><br /><strong>Subject:</strong> 205<br /><strong>Posted:</strong> 01 December 2003 at 2:36pm<br /><br /><P>Ok so basically the propertygrid doesn't support user-added buttons per-se.&nbsp; You just don't use the propertygrid toolbar and create/manage your own toolbar.</P><P>You should clarify that on the propertygrid&nbsp; web page.</P>]]>
   </description>
   <pubDate>Mon, 01 Dec 2003 14:36:09 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=205&amp;PID=585&amp;title=toolbar-buttons#585</guid>
  </item> 
  <item>
   <title><![CDATA[toolbar butt&#111;ns : Hello, I have attached a sample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=205&amp;PID=486&amp;title=toolbar-buttons#486</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1">kstowell</a><br /><strong>Subject:</strong> 205<br /><strong>Posted:</strong> 04 November 2003 at 5:15pm<br /><br /><P>Hello,</P><P>I have attached a sample project that illustrates how to do this.&nbsp; You may need to change the&nbsp;stdafx.h for either Xtreme Suite or Xtreme Toolkit Pro, for example:</P><P>Add the following line to your StdAfx.h file: </P><P>Xtreme Toolkit Pro users:</P><P><FONT face="Courier New, Courier, mono"><FONT color=#0000ff>#include</FONT> &lt;XTToolkitPro.h&gt; <FONT color=#009900>// Xtreme Toolkit Pro components</FONT></FONT></P><P>Xtreme Suite users:</P><P><FONT face="Courier New, Courier, mono"><FONT color=#0000ff>#include</FONT> &lt;XTSuitePro.h&gt; <FONT color=#009900>// Xtreme Suite components</FONT></FONT></P><P>Let me know if this helps! </P><P>Cheers,<BR>Codejock Support</P><P>Download: <A href="http://forum.codejock.com/uploads/Administrator/34D_PropertyGridSample.zip" target="_blank"><strong>34D_PropertyGridSample.zip</strong></A></P>]]>
   </description>
   <pubDate>Tue, 04 Nov 2003 17:15:06 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=205&amp;PID=486&amp;title=toolbar-buttons#486</guid>
  </item> 
  <item>
   <title><![CDATA[toolbar butt&#111;ns : MFC, thanks. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=205&amp;PID=472&amp;title=toolbar-buttons#472</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=220">gdlindo</a><br /><strong>Subject:</strong> 205<br /><strong>Posted:</strong> 03 November 2003 at 2:04pm<br /><br />MFC, thanks.]]>
   </description>
   <pubDate>Mon, 03 Nov 2003 14:04:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=205&amp;PID=472&amp;title=toolbar-buttons#472</guid>
  </item> 
  <item>
   <title><![CDATA[toolbar butt&#111;ns : Hello, Which version do you need...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=205&amp;PID=471&amp;title=toolbar-buttons#471</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1">kstowell</a><br /><strong>Subject:</strong> 205<br /><strong>Posted:</strong> 03 November 2003 at 1:55pm<br /><br /><P>Hello,</P><P>Which version do you need help with MFC, ActiveX or .NET?</P><P>Thanks,<BR>Codejock Support</P>]]>
   </description>
   <pubDate>Mon, 03 Nov 2003 13:55:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=205&amp;PID=471&amp;title=toolbar-buttons#471</guid>
  </item> 
  <item>
   <title><![CDATA[toolbar butt&#111;ns : Thanks for the reply, but I&amp;#039;m...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=205&amp;PID=467&amp;title=toolbar-buttons#467</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=220">gdlindo</a><br /><strong>Subject:</strong> 205<br /><strong>Posted:</strong> 03 November 2003 at 8:54am<br /><br />Thanks for the reply, but I'm either still not getting it or not doing a good job of explaining my problem.&nbsp; Take for example the Properties Window in the MS Visual Studio .NET IDE.&nbsp; It has a property grid with a toolbar.&nbsp; The toolbar has the default buttons for arranging the grid categorized or alphabetic.&nbsp; The ShowToolBar() function in your library does the same.&nbsp; However, the MS&nbsp;Properties Window toolbar also has buttons for Properties, Events, Messages, etc.&nbsp; That's what I need to do -&nbsp;add more buttons to the toolbar.&nbsp; If I could replace the toolbar entirely with one of my own, that would work also, but I need more functionality than just the two default sort buttons.&nbsp; I hope this is a clearer explanation of my problem.]]>
   </description>
   <pubDate>Mon, 03 Nov 2003 08:54:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=205&amp;PID=467&amp;title=toolbar-buttons#467</guid>
  </item> 
  <item>
   <title><![CDATA[toolbar butt&#111;ns : Hello, Take a look at the GUI_VisualStudio7...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=205&amp;PID=417&amp;title=toolbar-buttons#417</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1">kstowell</a><br /><strong>Subject:</strong> 205<br /><strong>Posted:</strong> 01 November 2003 at 1:51pm<br /><br /><P>Hello,</P><P>Take a look at the GUI_VisualStudio7 sample in the GUI_samples directory that comes with Xtreme Toolkit Pro.&nbsp; If you do not have Xtreme Toolkit Pro, you can download the evaluation version which comes with the sample.</P><P>Cheers,<BR>Codejock Support</P>]]>
   </description>
   <pubDate>Sat, 01 Nov 2003 13:51:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=205&amp;PID=417&amp;title=toolbar-buttons#417</guid>
  </item> 
  <item>
   <title><![CDATA[toolbar butt&#111;ns : I&amp;#039;m trying to add my own...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=205&amp;PID=410&amp;title=toolbar-buttons#410</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=220">gdlindo</a><br /><strong>Subject:</strong> 205<br /><strong>Posted:</strong> 31 October 2003 at 10:54am<br /><br />I'm trying to add my own buttons to a property grid toolbar.&nbsp; I'm using version 8.0.&nbsp; How can I change the existing property grid&nbsp;toolbar, or use my own?]]>
   </description>
   <pubDate>Fri, 31 Oct 2003 10:54:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=205&amp;PID=410&amp;title=toolbar-buttons#410</guid>
  </item> 
 </channel>
</rss>