<?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 : Ribbon PNG Buttons</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Ribbon PNG Buttons]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 19:28:10 +0000</pubDate>
  <lastBuildDate>Thu, 27 Nov 2008 00:43:51 +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=12791</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[Ribbon PNG Buttons : Another question, when the tab...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12791&amp;PID=43236&amp;title=ribbon-png-buttons#43236</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4723">weding</a><br /><strong>Subject:</strong> 12791<br /><strong>Posted:</strong> 27 November 2008 at 12:43am<br /><br />Another question, when the tab is minimized and pressed there no handle for click function. <DIV>&nbsp;</DIV><DIV>If i Double click&nbsp;the Tab&nbsp;button its minimized and when i then press the tab again it shows the buttons but then i there is no action when a button is pressed. But if i Double click the tab&nbsp;its maximized it works.. How can i fix that ?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 27 Nov 2008 00:43:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12791&amp;PID=43236&amp;title=ribbon-png-buttons#43236</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon PNG Buttons : Thanks ! Worked perfect... ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12791&amp;PID=43181&amp;title=ribbon-png-buttons#43181</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4723">weding</a><br /><strong>Subject:</strong> 12791<br /><strong>Posted:</strong> 25 November 2008 at 7:35am<br /><br /><img src="https://forum.codejock.com/forum_images/post_butt&#111;n_smiley.gif" border="0">&nbsp;Thanks ! Worked perfect...]]>
   </description>
   <pubDate>Tue, 25 Nov 2008 07:35:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12791&amp;PID=43181&amp;title=ribbon-png-buttons#43181</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon PNG Buttons : Hi,  You need create class derived...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12791&amp;PID=43179&amp;title=ribbon-png-buttons#43179</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 12791<br /><strong>Posted:</strong> 25 November 2008 at 7:19am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>You need create class derived from CXTPControlBitmap, override OnClick and call OnExecute();</DIV>]]>
   </description>
   <pubDate>Tue, 25 Nov 2008 07:19:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12791&amp;PID=43179&amp;title=ribbon-png-buttons#43179</guid>
  </item> 
  <item>
   <title><![CDATA[Ribbon PNG Buttons : How can i make the &amp;#034;PNG&amp;#034;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12791&amp;PID=43176&amp;title=ribbon-png-buttons#43176</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4723">weding</a><br /><strong>Subject:</strong> 12791<br /><strong>Posted:</strong> 25 November 2008 at 6:34am<br /><br />How can i make the "PNG" become a button . The caption text is defined.<DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/uploads/20081125_063237_Butt&#111;n.jpg" border="0"></DIV><DIV>&nbsp;</DIV><DIV>I dont want a button under the PNG. Iwant it to look like these and clickable. How can i do that ?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><FONT color=#008000 size=2><FONT color=#008000 size=2><P>// Picture Window button</P></FONT></FONT><FONT size=2><P></FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>if</FONT></FONT><FONT size=2> (pTabHome)</P><P>{</P><P>CXTPRibbonGroup* pGroup = pTabHome-&gt;AddGroup(ID_GROUP_PICTURE);</P><P>pGroup-&gt;SetControlsCentering(TRUE);</P><P>CXTPControlBitmap* pLabel = </FONT><FONT color=#0000ff size=2><FONT color=#0000ff size=2>new</FONT></FONT><FONT size=2> CXTPControlBitmap();</P><P>pGroup-&gt;Add(pLabel, IDR_PICTURE);</P><P>UINT nIDs&#091;&#093; = {IDR_PICTURE};</P><P>pCommandBars-&gt;GetImageManager()-&gt;SetIcons(IDR_PICTURE, nIDs, 1, CSize(0, 0), xtpImageNormal);</P><P>}</P></FONT></DIV>]]>
   </description>
   <pubDate>Tue, 25 Nov 2008 06:34:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12791&amp;PID=43176&amp;title=ribbon-png-buttons#43176</guid>
  </item> 
 </channel>
</rss>