<?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 : Replace the Scroll Date Buttons</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : Replace the Scroll Date Buttons]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 28 May 2026 09:31:53 +0000</pubDate>
  <lastBuildDate>Mon, 10 Oct 2011 10:36:50 +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=18980</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[Replace the Scroll Date Buttons : Glad I could help. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18980&amp;PID=66558&amp;title=replace-the-scroll-date-buttons#66558</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 18980<br /><strong>Posted:</strong> 10 October 2011 at 10:36am<br /><br />Glad I could help.]]>
   </description>
   <pubDate>Mon, 10 Oct 2011 10:36:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18980&amp;PID=66558&amp;title=replace-the-scroll-date-buttons#66558</guid>
  </item> 
  <item>
   <title><![CDATA[Replace the Scroll Date Buttons : Hi,what you sayis true, butIn...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18980&amp;PID=66557&amp;title=replace-the-scroll-date-buttons#66557</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5633">g.novi</a><br /><strong>Subject:</strong> 18980<br /><strong>Posted:</strong> 10 October 2011 at 10:26am<br /><br /><font ="Apple-style-span" size="2">Hi<span ="Apple-style-span" style="color: rgb51, 51, 51; font-family: arial, sans-serif; line-height: normal; : rgb245, 245, 245; "><span ="hps">,</span><br><span ="hps">what you say</span>&nbsp;<span ="hps">is true, but&nbsp;</span></span></font><span ="Apple-style-span" style="color: rgb51, 51, 51; font-family: arial, sans-serif; line-height: normal; : rgb245, 245, 245; font-size: small; "><span ="hps">In this way</span>&nbsp;<span ="hps">I</span>&nbsp;<span ="hps">first examine</span>&nbsp;<span ="hps">what is the value of .ViewType property.</span></span><div><div><span ="Apple-style-span" style="color: rgb51, 51, 51; font-family: arial, sans-serif; line-height: normal; : rgb245, 245, 245; "><font ="Apple-style-span" size="2"><span ="hps">I thought</span>&nbsp;<span ="hps">there was a</span>&nbsp;<span ="hps">precise instruction</span><span ="">.</span>&nbsp;E</font><span ="hps"><font ="Apple-style-span" size="2">xample: Calendar.Forward&nbsp;<img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" alt="Smile" title="Smile" /></font></span></span></div><div><span ="Apple-style-span" style="color: rgb51, 51, 51; font-family: arial, sans-serif; line-height: normal; : rgb245, 245, 245; font-size: small; "><span ="hps">Anyway</span>&nbsp;<span ="hps">thank you</span>&nbsp;<span ="hps">for helping me.</span></span></div></div><div><span ="Apple-style-span" style="color: rgb51, 51, 51; font-family: arial, sans-serif; line-height: normal; : rgb245, 245, 245; font-size: small; "><span ="hps">Bye.</span></span></div><div><font ="Apple-style-span" color="#333333" face="arial, sans-serif" size="2"><span ="Apple-style-span" style="line-height: normal;"><br></span></font></div>]]>
   </description>
   <pubDate>Mon, 10 Oct 2011 10:26:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18980&amp;PID=66557&amp;title=replace-the-scroll-date-buttons#66557</guid>
  </item> 
  <item>
   <title><![CDATA[Replace the Scroll Date Buttons :  Hi,What exactly are you requiring,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18980&amp;PID=66555&amp;title=replace-the-scroll-date-buttons#66555</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2960">Xander75</a><br /><strong>Subject:</strong> 18980<br /><strong>Posted:</strong> 10 October 2011 at 9:51am<br /><br />Hi,<br><br>What exactly are you requiring, is it just the code to move the Calendar back and forward?<br><br>If so, the following code should work:<br><br><table width="99%"><tr><td><pre class="BBcode">' Back button code, change -1 to 1 for Forward button code<br>With CalendarControl<br>&nbsp;&nbsp;&nbsp; .ActiveView.ShowDay DateAdd("ww", -1, .ActiveView.Days(0).Date), True<br>&nbsp;&nbsp;&nbsp; .ViewType = xtpCalendarWorkWeekView<br>&nbsp;&nbsp;&nbsp; .Populate<br>End With<br></pre></td></tr></table><br>]]>
   </description>
   <pubDate>Mon, 10 Oct 2011 09:51:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18980&amp;PID=66555&amp;title=replace-the-scroll-date-buttons#66555</guid>
  </item> 
  <item>
   <title><![CDATA[Replace the Scroll Date Buttons : Ienclosea picture.I hopeto be...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18980&amp;PID=66470&amp;title=replace-the-scroll-date-buttons#66470</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5633">g.novi</a><br /><strong>Subject:</strong> 18980<br /><strong>Posted:</strong> 30 September 2011 at 3:17am<br /><br /><span ="Apple-style-span" style="color: rgb51, 51, 51; font-family: arial, sans-serif; line-height: normal; : rgb245, 245, 245; "><font ="Apple-style-span" size="2"><span ="hps">I</span>&nbsp;<span ="hps">enclose</span>&nbsp;<span ="hps">a picture.</span></font></span><div><span ="Apple-style-span" style="color: rgb51, 51, 51; font-family: arial, sans-serif; line-height: normal; : rgb245, 245, 245; "><font ="Apple-style-span" size="2"><span ="hps">I hope</span>&nbsp;<span ="hps">to be more explicit.</span></font></span></div><div><span ="Apple-style-span" style="color: rgb51, 51, 51; font-family: arial, sans-serif; line-height: normal; : rgb245, 245, 245; "><font ="Apple-style-span" size="2"><span ="hps"><br></span></font></span></div><div><span ="Apple-style-span" style="color: rgb51, 51, 51; font-family: arial, sans-serif; line-height: normal; : rgb245, 245, 245; "><font ="Apple-style-span" size="2"><span ="hps"><img src="uploads/5633/MyScrollDateButt&#111;ns.jpg" height="230" width="666" border="0" /><br></span></font></span></div>]]>
   </description>
   <pubDate>Fri, 30 Sep 2011 03:17:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18980&amp;PID=66470&amp;title=replace-the-scroll-date-buttons#66470</guid>
  </item> 
  <item>
   <title><![CDATA[Replace the Scroll Date Buttons : Can anyonehelp me?Please ...Thank&amp;#039;s....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18980&amp;PID=66429&amp;title=replace-the-scroll-date-buttons#66429</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5633">g.novi</a><br /><strong>Subject:</strong> 18980<br /><strong>Posted:</strong> 26 September 2011 at 10:15am<br /><br /><span ="Apple-style-span" style="color: rgb51, 51, 51; font-family: arial, sans-serif; line-height: normal; : rgb245, 245, 245; "><font ="Apple-style-span" size="2"><span ="hps">Can anyone</span>&nbsp;<span ="hps">help me?</span><span ="">&nbsp;Please ...&nbsp;<img src="http://forum.codejock.com/smileys/smiley6.gif" border="0" alt="Unhappy" title="Unhappy" /></span></font></span><div><span ="Apple-style-span" style="color: rgb51, 51, 51; font-family: arial, sans-serif; line-height: normal; : rgb245, 245, 245; "><font ="Apple-style-span" size="2"><span ="">Thank's.</span></font></span></div>]]>
   </description>
   <pubDate>Mon, 26 Sep 2011 10:15:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18980&amp;PID=66429&amp;title=replace-the-scroll-date-buttons#66429</guid>
  </item> 
  <item>
   <title><![CDATA[Replace the Scroll Date Buttons : Hi,I want toreplace with my big...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=18980&amp;PID=66399&amp;title=replace-the-scroll-date-buttons#66399</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5633">g.novi</a><br /><strong>Subject:</strong> 18980<br /><strong>Posted:</strong> 23 September 2011 at 11:01am<br /><br /><span ="Apple-style-span" style=": rgb248, 248, 252; "><font ="Apple-style-span" size="2">Hi,<br></font></span><div><font ="Apple-style-span" size="2"><span ="Apple-style-span" style="color: rgb51, 51, 51; font-family: arial, sans-serif; line-height: normal; : rgb245, 245, 245; "><span ="hps">I want to</span>&nbsp;<span ="hps">replace with my big buttons the S</span></span><span ="Apple-style-span" style=": rgb248, 248, 252; ">croll Date Buttons of the Calendar Control.</span></font></div><div><span ="Apple-style-span" style="color: rgb51, 51, 51; font-family: arial, sans-serif; line-height: normal; : rgb245, 245, 245; "><font ="Apple-style-span" size="2"><span ="hps">What code</span>&nbsp;<span ="hps">to use to</span>&nbsp;<span ="hps">do the</span>&nbsp;<span ="hps">same work as</span>&nbsp;Scroll Date B<span ="hps">uttons?</span></font></span></div><div><span ="Apple-style-span" style="color: rgb51, 51, 51; font-family: arial, sans-serif; line-height: normal; : rgb245, 245, 245; "><span ="hps"><font ="Apple-style-span" size="2">Thank's to all.</font></span></span></div><div><span ="Apple-style-span" style="color: rgb51, 51, 51; font-family: arial, sans-serif; line-height: normal; : rgb245, 245, 245; "><span ="hps"><font ="Apple-style-span" size="2"><br></font></span></span></div><div><span ="Apple-style-span" style="color: rgb51, 51, 51; font-family: arial, sans-serif; line-height: normal; : rgb245, 245, 245; "><span ="hps"><font ="Apple-style-span" size="2">Gianpiero</font></span></span></div>]]>
   </description>
   <pubDate>Fri, 23 Sep 2011 11:01:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=18980&amp;PID=66399&amp;title=replace-the-scroll-date-buttons#66399</guid>
  </item> 
 </channel>
</rss>