<?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 : Simple Slider</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Simple Slider]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 22 May 2026 06:14:36 +0000</pubDate>
  <lastBuildDate>Sat, 08 Dec 2007 21:45:07 +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=9045</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[Simple Slider :  Here&amp;#039;s another example...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9045&amp;PID=29279&amp;title=simple-slider#29279</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 9045<br /><strong>Posted:</strong> 08 December 2007 at 9:45pm<br /><br />Here's another example which works in 11.2.1 ('cb' is the CommandBars control):<br><br>&nbsp;&nbsp;&nbsp; Dim oRibbonBar As RibbonBar<br>&nbsp;&nbsp;&nbsp; Dim oTab&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; As RibbonTab<br>&nbsp;&nbsp;&nbsp; Dim oGrp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; As RibbonGroup<br>&nbsp;&nbsp;&nbsp; Dim oSlider&nbsp;&nbsp;&nbsp; As CommandBarSlider<br><br>&nbsp;&nbsp;&nbsp; Set oRibbonBar = cb.AddRibbonBar("Main")<br>&nbsp;&nbsp;&nbsp; Set oTab = oRibbonBar.InsertTab(99, "Test")<br>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; Set oGrp = oTab.Groups.AddGroup("Test Group", 999)<br>&nbsp;&nbsp;&nbsp; With oGrp<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Set oSlider = cb.CreateCommandBarControl("CXTPControlSlider")<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; oSlider.Min = 0<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; oSlider.Max = 10<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; oSlider.Pos = 5 'this is the current value<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; oSlider.Id = 9999 'give it an ID<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .AddControl oSlider<br>&nbsp;&nbsp;&nbsp; End With<br><br><br><br>Oleg, I can't find a way to add tooltip or caption for the slider. In the end I added a Label control, enabled actions and updated caption as necessary.<br><br>Can slider have tooltip and caption?<br><br>]]>
   </description>
   <pubDate>Sat, 08 Dec 2007 21:45:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9045&amp;PID=29279&amp;title=simple-slider#29279</guid>
  </item> 
  <item>
   <title><![CDATA[Simple Slider :  No joy in VB6...Any chance of...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9045&amp;PID=29276&amp;title=simple-slider#29276</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3529">XpatTech</a><br /><strong>Subject:</strong> 9045<br /><strong>Posted:</strong> 08 December 2007 at 4:30pm<br /><br />No joy in VB6...<br><br>Any chance of a working example in vb6 ?<img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="absmiddle"><br>]]>
   </description>
   <pubDate>Sat, 08 Dec 2007 16:30:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9045&amp;PID=29276&amp;title=simple-slider#29276</guid>
  </item> 
  <item>
   <title><![CDATA[Simple Slider : Hi,  Try this code:  Dim ControlSlider...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9045&amp;PID=29275&amp;title=simple-slider#29275</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9045<br /><strong>Posted:</strong> 08 December 2007 at 2:17pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Try this code:</DIV><DIV>&nbsp;</DIV><DIV>Dim ControlSlider As XtremeCommandBars.CommandBarSlider<BR>&nbsp;&nbsp;&nbsp; Set ControlSlider = CommandBars.CreateCommandBarControl("CXTPControlSlider")<BR>&nbsp;&nbsp;&nbsp; ControlFile.CommandBar.Controls.AddControl ControlSlider<BR></DIV>]]>
   </description>
   <pubDate>Sat, 08 Dec 2007 14:17:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9045&amp;PID=29275&amp;title=simple-slider#29275</guid>
  </item> 
  <item>
   <title><![CDATA[Simple Slider : Is it possible to add a slider...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9045&amp;PID=29265&amp;title=simple-slider#29265</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3529">XpatTech</a><br /><strong>Subject:</strong> 9045<br /><strong>Posted:</strong> 08 December 2007 at 7:16am<br /><br />Is it possible to add a slider to a RibbonTab and if so how ?]]>
   </description>
   <pubDate>Sat, 08 Dec 2007 07:16:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9045&amp;PID=29265&amp;title=simple-slider#29265</guid>
  </item> 
 </channel>
</rss>