<?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 : CXTPControlScrollBar</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : CXTPControlScrollBar]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 16:22:37 +0000</pubDate>
  <lastBuildDate>Tue, 17 Jun 2008 03:36:36 +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=11061</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[CXTPControlScrollBar :   oleg wrote:Hi,   You can...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11061&amp;PID=36840&amp;title=cxtpcontrolscrollbar#36840</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2928">terrym</a><br /><strong>Subject:</strong> 11061<br /><strong>Posted:</strong> 17 June 2008 at 3:36am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by oleg" alt="Originally posted by oleg" style="vertical-align: text-bottom;" /> <strong>oleg wrote:</strong><br /><br />Hi, <DIV>&nbsp;</DIV><DIV>You can override </DIV><DIV>void CXTPControlScrollBar::OnScroll(UINT nSBCode, UINT nPos)</DIV><DIV>&nbsp;</DIV><DIV>and check if nSBCode is SB_ENDSCROLL.&nbsp; Check sources.</DIV></td></tr></table> <DIV>&nbsp;</DIV><DIV>Cheers, we found this after posting and it worked a treat.&nbsp; Thanks for getting back.</DIV><DIV>&nbsp;</DIV><DIV>Did you see my other support questions I emailed as there is a major one :( with a square image appearing where we put &lt;linebreak/&gt; on XP machines</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 17 Jun 2008 03:36:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11061&amp;PID=36840&amp;title=cxtpcontrolscrollbar#36840</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPControlScrollBar : Hi,  You can override  void...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11061&amp;PID=36822&amp;title=cxtpcontrolscrollbar#36822</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11061<br /><strong>Posted:</strong> 17 June 2008 at 12:23am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>You can override </DIV><DIV>void CXTPControlScrollBar::OnScroll(UINT nSBCode, UINT nPos)</DIV><DIV>&nbsp;</DIV><DIV>and check if nSBCode is SB_ENDSCROLL.&nbsp; Check sources.</DIV>]]>
   </description>
   <pubDate>Tue, 17 Jun 2008 00:23:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11061&amp;PID=36822&amp;title=cxtpcontrolscrollbar#36822</guid>
  </item> 
  <item>
   <title><![CDATA[CXTPControlScrollBar :   We have the below code which...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11061&amp;PID=36803&amp;title=cxtpcontrolscrollbar#36803</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2928">terrym</a><br /><strong>Subject:</strong> 11061<br /><strong>Posted:</strong> 16 June 2008 at 4:02pm<br /><br /><FONT size=2><P></FONT><FONT color=#020002 size=2></P><DIV><strong>We have the below code which creates an Office 2007 style slider on the ribbon, however how do we check SB_ENDSCROLL for this slider :( as we need to do something once the scroll ends</strong></DIV><DIV><strong></strong>&nbsp;</DIV><DIV><strong>also is there a way to detect when the slider is first pressed as we need to store some information in our Undo buffer.</strong></DIV><DIV><strong></strong>&nbsp;</DIV><DIV>CXTPControlScrollBar</FONT><FONT size=2> *</FONT><FONT color=#020002 size=2>pControlSlider</FONT><FONT size=2> = (</FONT><FONT color=#020002 size=2>CXTPControlScrollBar</FONT><FONT size=2> *)</FONT><FONT color=#020002 size=2>pRibbonGroup</FONT><FONT size=2>-&gt;</FONT><FONT color=#020002 size=2>Add</FONT><FONT size=2>( </FONT><FONT color=#0000ff size=2>new</FONT><FONT size=2> </FONT><FONT color=#020002 size=2>CXTPControlScrollBar</FONT><FONT size=2>, </FONT><FONT color=#020002 size=2>ID_ADJUST_OPACITY_SLIDER</FONT><FONT size=2> );</DIV><P></FONT><FONT color=#020002 size=2>pControlSlider</FONT><FONT size=2>-&gt;</FONT><FONT color=#020002 size=2>SetScrollBarStyle</FONT><FONT size=2>( </FONT><FONT color=#020002 size=2>xtpScrollStyleSlider</FONT><FONT size=2> );</P><P></FONT><FONT color=#020002 size=2>pControlSlider</FONT><FONT size=2>-&gt;</FONT><FONT color=#020002 size=2>SetFlags</FONT><FONT size=2>( </FONT><FONT color=#020002 size=2>xtpFlagSkipFocus</FONT><FONT size=2> );</P><P></FONT><FONT color=#020002 size=2>pControlSlider</FONT><FONT size=2>-&gt;</FONT><FONT color=#020002 size=2>SetWidth</FONT><FONT size=2>( 110 );</P><P></FONT><FONT color=#020002 size=2>pControlSlider</FONT><FONT size=2>-&gt;</FONT><FONT color=#020002 size=2>SetPos</FONT><FONT size=2>( 0 );</P><P></FONT><FONT color=#020002 size=2>pControlSlider</FONT><FONT size=2>-&gt;</FONT><FONT color=#020002 size=2>SetRange</FONT><FONT size=2>( 0, 100 );</P><DIV></DIV><DIV></DIV></FONT>]]>
   </description>
   <pubDate>Mon, 16 Jun 2008 16:02:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11061&amp;PID=36803&amp;title=cxtpcontrolscrollbar#36803</guid>
  </item> 
 </channel>
</rss>