<?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 : Tooltip Image</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Tooltip Image]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 06:45:07 +0000</pubDate>
  <lastBuildDate>Wed, 18 Feb 2009 01:22: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=13407</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[Tooltip Image : it&amp;#039;s like our sample works....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13407&amp;PID=45580&amp;title=tooltip-image#45580</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13407<br /><strong>Posted:</strong> 18 February 2009 at 1:22am<br /><br /><P>it's like our sample works. Pleae check its code. IDB_GROUPOPTIONTOOLTIP contains bitmap for tooltip:<DIV>&nbsp;</DIV><DIV>UINT uiGroupsTip&#091;&#093; = {ID_GROUP_CLIPBOARD_OPTION, ID_GROUP_FONT_OPTION, ID_GROUP_PARAGRAPH_OPTION, ID_GROUP_STYLES_OPTION, IDB_GEAR};<BR>&nbsp;pCommandBars-&gt;GetImageManager()-&gt;SetIcons(IDB_GROUPOPTIONTOOLTIP, uiGroupsTip, _countof(uiGroupsTip), CSize(100, 130));</DIV></P><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>and IDB_GEAR for application icon :</DIV><DIV>&nbsp;</DIV><DIV>UINT uCommand = {IDB_GEAR};<BR>&nbsp;pCommandBars-&gt;GetImageManager()-&gt;SetIcons(IDB_GEAR, &amp;uCommand, 1, CSize(0, 0), xtpImageNormal);<BR></DIV>]]>
   </description>
   <pubDate>Wed, 18 Feb 2009 01:22:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13407&amp;PID=45580&amp;title=tooltip-image#45580</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltip Image : IDB_GEAR is used in multiple places....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13407&amp;PID=45519&amp;title=tooltip-image#45519</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4969">ogreen</a><br /><strong>Subject:</strong> 13407<br /><strong>Posted:</strong> 16 February 2009 at 11:37am<br /><br />IDB_GEAR is used in multiple places. In the code you posted it is used from the GroupOptionToolTip.png.  It also uses the shiny-gear.png  The shiny-gear.png is used as the Application icon.  How can I just get my png to be used in the tooltip window and another png to be the application icon?]]>
   </description>
   <pubDate>Mon, 16 Feb 2009 11:37:19 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13407&amp;PID=45519&amp;title=tooltip-image#45519</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltip Image : Hi, Do you load this image ? In...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13407&amp;PID=45488&amp;title=tooltip-image#45488</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 13407<br /><strong>Posted:</strong> 16 February 2009 at 1:48am<br /><br /><P>Hi,</P><DIV>Do you load this image ?</DIV><DIV>In sample this line load image for IDB_GEAR tooltip:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;UINT uiGroupsTip&#091;&#093; = {ID_GROUP_CLIPBOARD_OPTION, ID_GROUP_FONT_OPTION, ID_GROUP_PARAGRAPH_OPTION, ID_GROUP_STYLES_OPTION, IDB_GEAR};<BR>&nbsp;pCommandBars-&gt;GetImageManager()-&gt;SetIcons(IDB_GROUPOPTIONTOOLTIP, uiGroupsTip, _countof(uiGroupsTip), CSize(100, 130));</DIV>]]>
   </description>
   <pubDate>Mon, 16 Feb 2009 01:48:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13407&amp;PID=45488&amp;title=tooltip-image#45488</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltip Image : How do you include an image in...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=13407&amp;PID=45443&amp;title=tooltip-image#45443</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4969">ogreen</a><br /><strong>Subject:</strong> 13407<br /><strong>Posted:</strong> 13 February 2009 at 7:01pm<br /><br />How do you include an image in the tooltip for the system menu?  I have looked at the Ribbon Sample and can't figure it out.  I have the Application icon that is displayed but I want a different image displayed in the tooltip.<br /><br />BTW- I have been looking at the CreateRibbonBar() function of MainFrm.<br /><br /><br />Thanks in advance,<br />Owen]]>
   </description>
   <pubDate>Fri, 13 Feb 2009 19:01:52 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=13407&amp;PID=45443&amp;title=tooltip-image#45443</guid>
  </item> 
 </channel>
</rss>