<?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 : MonthCal Multiselect Problem with Manifest</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Suite Pro : MonthCal Multiselect Problem with Manifest]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 22 Apr 2026 00:45:24 +0000</pubDate>
  <lastBuildDate>Sat, 08 Mar 2008 07:00:55 +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=9794</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[MonthCal Multiselect Problem with Manifest : Hi, Doesn&amp;#039;t work for me...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9794&amp;PID=32037&amp;title=monthcal-multiselect-problem-with-manifest#32037</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9794<br /><strong>Posted:</strong> 08 March 2008 at 7:00am<br /><br />Hi,<DIV>Doesn't work for me too.&nbsp; Try DatePicker from Calendar package.</DIV>]]>
   </description>
   <pubDate>Sat, 08 Mar 2008 07:00:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9794&amp;PID=32037&amp;title=monthcal-multiselect-problem-with-manifest#32037</guid>
  </item> 
  <item>
   <title><![CDATA[MonthCal Multiselect Problem with Manifest : Well, it does not worked with...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9794&amp;PID=32032&amp;title=monthcal-multiselect-problem-with-manifest#32032</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3733">Krog</a><br /><strong>Subject:</strong> 9794<br /><strong>Posted:</strong> 08 March 2008 at 12:10am<br /><br />Well, it does not worked with me. Only the days text become visible, but the background of the selection remained the same: invisible in the middle days of the selection:<br><br><img src="http://www.gensis.com.br/Outros/M&#111;nthCalendar2.gif" border="0"><br><br>If someone knows a way to solve this, we all would like to know...<br><br>]]>
   </description>
   <pubDate>Sat, 08 Mar 2008 00:10:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9794&amp;PID=32032&amp;title=monthcal-multiselect-problem-with-manifest#32032</guid>
  </item> 
  <item>
   <title><![CDATA[MonthCal Multiselect Problem with Manifest : Josef,I am not from the Codejock...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9794&amp;PID=32027&amp;title=monthcal-multiselect-problem-with-manifest#32027</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3733">Krog</a><br /><strong>Subject:</strong> 9794<br /><strong>Posted:</strong> 07 March 2008 at 3:46pm<br /><br />Josef,<br><br>I am not from the Codejock team, I am a user.<br><br>But thanks for the information. In this way the other users can use this workaround.<br><br>Maybe this code could be put inside the SuiteControls by the Codejock team by default, if possible. <img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" align="absmiddle"><br><br>Thank you!<br><br>]]>
   </description>
   <pubDate>Fri, 07 Mar 2008 15:46:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9794&amp;PID=32027&amp;title=monthcal-multiselect-problem-with-manifest#32027</guid>
  </item> 
  <item>
   <title><![CDATA[MonthCal Multiselect Problem with Manifest : Hello Krog,  thank you. With this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9794&amp;PID=31982&amp;title=monthcal-multiselect-problem-with-manifest#31982</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1941">Josef</a><br /><strong>Subject:</strong> 9794<br /><strong>Posted:</strong> 06 March 2008 at 7:52pm<br /><br />Hello Krog,<br /><br />thank you. With this information i found a usable work around setting the colors of the month-control.<br /><br />Maybe you can add color properties to the control in a future version?<br /><br />Bye, Josef<br /><br /><br />SendMessage .hWnd, MCM_SETCOLOR, MCSC_BACKGROUND, GetSysColor(COLOR_WINDOW)<br />SendMessage .hWnd, MCM_SETCOLOR, MCSC_MONTHBK, GetSysColor(COLOR_WINDOW)<br />SendMessage .hWnd, MCM_SETCOLOR, MCSC_TEXT, GetSysColor(COLOR_BTNTEXT)<br />SendMessage .hWnd, MCM_SETCOLOR, MCSC_TITLEBK, GetSysColor(COLOR_BTNFACE)<br />SendMessage .hWnd, MCM_SETCOLOR, MCSC_TITLETEXT, GetSysColor(COLOR_BTNTEXT)<br />SendMessage .hWnd, MCM_SETCOLOR, MCSC_TRAILINGTEXT, GetSysColor(COLOR_BTNSHADOW)<br /><br />]]>
   </description>
   <pubDate>Thu, 06 Mar 2008 19:52:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9794&amp;PID=31982&amp;title=monthcal-multiselect-problem-with-manifest#31982</guid>
  </item> 
  <item>
   <title><![CDATA[MonthCal Multiselect Problem with Manifest : Hello Josef!This is a bug in the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9794&amp;PID=31939&amp;title=monthcal-multiselect-problem-with-manifest#31939</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3733">Krog</a><br /><strong>Subject:</strong> 9794<br /><strong>Posted:</strong> 05 March 2008 at 3:25pm<br /><br />Hello Josef!<br><br>This is a bug in the Windows MonthCal control. This control is not drawn by the codejock code, then they cannot help. Only the Microsoft can solve it. You can search the google for "monthcalendar multiselect bug", whithout the quotes.<br><br>What we can do is to use the Codejock Calendar control, that is entirely drawn by the codejock code.<br><br>]]>
   </description>
   <pubDate>Wed, 05 Mar 2008 15:25:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9794&amp;PID=31939&amp;title=monthcal-multiselect-problem-with-manifest#31939</guid>
  </item> 
  <item>
   <title><![CDATA[MonthCal Multiselect Problem with Manifest : Hello,  using Monthcal with Multiselect=True...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9794&amp;PID=31895&amp;title=monthcal-multiselect-problem-with-manifest#31895</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1941">Josef</a><br /><strong>Subject:</strong> 9794<br /><strong>Posted:</strong> 04 March 2008 at 9:06pm<br /><br />Hello,<br /><br />using Monthcal with Multiselect=True does not display the selected date range right.<br /><br />If used without .manifest file, it works, but of course, the buttons doesn't have a visual style.<br /><br />Please find attached a sample project, that shows the problem. Start the exe file with and without .manifest and select a date range.<br /><br />Hope you can help,<br />Josef<br /><a href="uploads/20080304_210512_M&#111;nthCal.zip" target="_blank">20080304_210512_MonthCal.zip</a>]]>
   </description>
   <pubDate>Tue, 04 Mar 2008 21:06:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9794&amp;PID=31895&amp;title=monthcal-multiselect-problem-with-manifest#31895</guid>
  </item> 
 </channel>
</rss>