<?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 : ToolTips in CommandBar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : ToolTips in CommandBar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 10:11:52 +0000</pubDate>
  <lastBuildDate>Thu, 15 May 2008 12:54:41 +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=10611</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[ToolTips in CommandBar : I tried ControlNew.ToolTipText...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10611&amp;PID=35252&amp;title=tooltips-in-commandbar#35252</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2709">lexicon</a><br /><strong>Subject:</strong> 10611<br /><strong>Posted:</strong> 15 May 2008 at 12:54pm<br /><br />I tried ControlNew.ToolTipText = "ee1" and it works<DIV>Thank you very much</DIV>]]>
   </description>
   <pubDate>Thu, 15 May 2008 12:54:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10611&amp;PID=35252&amp;title=tooltips-in-commandbar#35252</guid>
  </item> 
  <item>
   <title><![CDATA[ToolTips in CommandBar : Hi,  Just tried with new sample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10611&amp;PID=35180&amp;title=tooltips-in-commandbar#35180</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10611<br /><strong>Posted:</strong> 14 May 2008 at 6:44am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Just tried with new sample and works for me.</DIV><DIV>&nbsp;</DIV><DIV>What do you have in AddControl&nbsp; code ?</DIV><DIV>&nbsp;</DIV><DIV>Try to manually assign tooltip for control:</DIV><DIV>ControlNew.ToolTipText = "ee1"</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>also try add</DIV><DIV>CommandBars.Options.ToolBarScreenTips =True</DIV>]]>
   </description>
   <pubDate>Wed, 14 May 2008 06:44:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10611&amp;PID=35180&amp;title=tooltips-in-commandbar#35180</guid>
  </item> 
  <item>
   <title><![CDATA[ToolTips in CommandBar : Hello I have this code but the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10611&amp;PID=35162&amp;title=tooltips-in-commandbar#35162</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2709">lexicon</a><br /><strong>Subject:</strong> 10611<br /><strong>Posted:</strong> 13 May 2008 at 11:18am<br /><br />Hello<DIV>I have this code but the tooltips aren't display at all</DIV><DIV>What i have forgotten?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;&nbsp; Dim Toolbar As CommandBar<BR>&nbsp;&nbsp;&nbsp; Dim ControlNew As CommandBarPopup<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Set Toolbar = CommandBars.Add("Standard", xtpBarTop)<BR>&nbsp;&nbsp;&nbsp; CommandBars.ToolTipContext.Style = 4<BR>&nbsp;&nbsp;&nbsp; CommandBars.Options.LargeIcons = 1<BR>&nbsp;&nbsp;&nbsp; CommandBars.EnableActions</DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp; AddControl Toolbar.Controls, xtpControlButton, 103, "test1", True<BR>&nbsp;&nbsp;&nbsp; With Toolbar.Controls<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set ControlNew = .Add(xtpControlSplitButtonPopup, 104, "test")<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ControlNew.CommandBar.Controls.Add xtpControlButton, 105, "test1"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ControlNew.DescriptionText = "test2"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ControlNew.CommandBar.Controls.Add xtpControlButton, 106, "test"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ControlNew.DescriptionText = "test3"<BR>&nbsp;&nbsp;&nbsp; End With<BR>&nbsp;&nbsp;&nbsp;&nbsp; Set CommandBars.Icons = ImageManager1.Icons<BR>&nbsp;&nbsp;&nbsp; CommandBars.Options.UseDisabledIcons = True<BR>&nbsp;&nbsp;&nbsp; UseDisabledIcons = True<BR>&nbsp;&nbsp;&nbsp; CommandBars.Options.SetIconSize True, 32, 32<BR>&nbsp;&nbsp;&nbsp; CommandBars.Options.ShowTextBelowIcons = True<BR>&nbsp;&nbsp;&nbsp; CommandBars.Options.ShowExpandButtonAlways = False<BR>&nbsp;&nbsp;&nbsp; CommandBars.VisualTheme = xtpThemeOffice2003<BR></DIV>]]>
   </description>
   <pubDate>Tue, 13 May 2008 11:18:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10611&amp;PID=35162&amp;title=tooltips-in-commandbar#35162</guid>
  </item> 
 </channel>
</rss>