<?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 : Icons in Docking Pane</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Icons in Docking Pane]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 14:49:12 +0000</pubDate>
  <lastBuildDate>Thu, 11 Jun 2009 18:01:03 +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=13010</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[Icons in Docking Pane : I just want to clearify that I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13010&amp;PID=49887&amp;title=icons-in-docking-pane#49887</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5319">liveinla</a><br /><strong>Subject:</strong> 13010<br /><strong>Posted:</strong> 11 June 2009 at 6:01pm<br /><br />I just want to clearify that I want to change the maximize, auto hide, close icon/button on the top right side,&nbsp;the buttons will&nbsp;cause different actions that the default windows does.&nbsp; Is&nbsp;there an easy way to do that? Thx&nbsp;]]>
   </description>
   <pubDate>Thu, 11 Jun 2009 18:01:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13010&amp;PID=49887&amp;title=icons-in-docking-pane#49887</guid>
  </item> 
  <item>
   <title><![CDATA[Icons in Docking Pane : Hi, oleg, Sorry I still didn&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13010&amp;PID=49876&amp;title=icons-in-docking-pane#49876</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5319">liveinla</a><br /><strong>Subject:</strong> 13010<br /><strong>Posted:</strong> 11 June 2009 at 1:58pm<br /><br /><P>Hi, oleg,</P><P>Sorry I still didn't get it after I skim through the sample code</P><P>I tried to change the code listed below, but nothing changes on the screen.</P><FONT size=2><P>m_wndTaskPanel.GetImageManager()-&gt;SetIcons(IDB_TOOLBOXICONS, 2);</FONT><FONT color=#008000 size=2><FONT color=#008000 size=2>//, 0);//, CSize(16, 16));</P></FONT></FONT><P>I also want to do the same thing that I want to change the icon on the top right corner on the docking pane. could you shed some light on this? thanks,</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 11 Jun 2009 13:58:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13010&amp;PID=49876&amp;title=icons-in-docking-pane#49876</guid>
  </item> 
  <item>
   <title><![CDATA[Icons in Docking Pane : Hello, See Samples\UserInterface\GUI_VisualStudio...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13010&amp;PID=43900&amp;title=icons-in-docking-pane#43900</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13010<br /><strong>Posted:</strong> 25 December 2008 at 6:01am<br /><br />Hello,<DIV>See Samples\UserInterface\GUI_VisualStudio&nbsp; sample.</DIV>]]>
   </description>
   <pubDate>Thu, 25 Dec 2008 06:01:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13010&amp;PID=43900&amp;title=icons-in-docking-pane#43900</guid>
  </item> 
  <item>
   <title><![CDATA[Icons in Docking Pane : Hi, I am working on an application,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13010&amp;PID=43899&amp;title=icons-in-docking-pane#43899</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4142">Atul</a><br /><strong>Subject:</strong> 13010<br /><strong>Posted:</strong> 25 December 2008 at 5:14am<br /><br />Hi,<br>&nbsp;&nbsp;&nbsp; I am working on an application, wherein I need a docking pane which contains a toolbar with three icons. For this I am creating a separate class and in OnCreate of that class, I am using VERIFY(m_wndToolBar.CreateToolBar(WS_TABSTOP|WS_VISIBLE|WS_CHILD|CBRS_TOOLTIPS, this)); and VERIFY(m_wndToolBar.LoadToolBar(ID_PLANVIEWTOOLBAR));<br>In OnCreateControl of this class i did lpCreateControl-&gt;buttonStyle = xtpButtonIconAndCaption;<br>I am able to get the captions for these buttons but i am unable to get the icons for them.I am loading the icons from a resource file. I tried CreateIconFromResource and GetImageManager()-&gt;SetIcon both returning TRUE. I did this for CSize sz16(16,16); and CSize sz32(32,32).<br>&nbsp; It will be of great help if you can suggest me an appropriate example in Codejock where i can see how Icons are applied to the toolbar of the docking pane.<br>Thanks in Advance,<br>Atul<br>]]>
   </description>
   <pubDate>Thu, 25 Dec 2008 05:14:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13010&amp;PID=43899&amp;title=icons-in-docking-pane#43899</guid>
  </item> 
 </channel>
</rss>