<?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 : [SOLVED]Windows problems with attaching Datepicker</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Calendar : [SOLVED]Windows problems with attaching Datepicker]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 29 May 2026 19:59:11 +0000</pubDate>
  <lastBuildDate>Fri, 09 Jan 2009 08:52: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=12377</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[[SOLVED]Windows problems with attaching Datepicker : Yes, sorry about that I should...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12377&amp;PID=44367&amp;title=solvedwindows-problems-with-attaching-datepicker#44367</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4223">AndyWilton</a><br /><strong>Subject:</strong> 12377<br /><strong>Posted:</strong> 09 January 2009 at 8:52am<br /><br />Yes, sorry about that I should have posted the solution earlier.<DIV>&nbsp;</DIV><DIV>It turned out to be my fault.&nbsp; I wasn't releasing certain resource objects (eg, RemindersDialog or DatePicker) correctly, and this was causing the app to GPF on exit, but only under certain conditions.</DIV><DIV>&nbsp;</DIV><DIV>Once I corrected my code - ALL of the GPF issues were resolved.</DIV><DIV>&nbsp;</DIV><DIV>Regards,</DIV><DIV>&nbsp;</DIV><DIV>Andy</DIV>]]>
   </description>
   <pubDate>Fri, 09 Jan 2009 08:52:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12377&amp;PID=44367&amp;title=solvedwindows-problems-with-attaching-datepicker#44367</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED]Windows problems with attaching Datepicker : Hi, would you mind sharing your...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12377&amp;PID=44209&amp;title=solvedwindows-problems-with-attaching-datepicker#44209</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4851">Kagome</a><br /><strong>Subject:</strong> 12377<br /><strong>Posted:</strong> 06 January 2009 at 12:41pm<br /><br />Hi, would you mind sharing your solution?]]>
   </description>
   <pubDate>Tue, 06 Jan 2009 12:41:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12377&amp;PID=44209&amp;title=solvedwindows-problems-with-attaching-datepicker#44209</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED]Windows problems with attaching Datepicker : This has now been solved. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12377&amp;PID=44199&amp;title=solvedwindows-problems-with-attaching-datepicker#44199</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4223">AndyWilton</a><br /><strong>Subject:</strong> 12377<br /><strong>Posted:</strong> 06 January 2009 at 10:39am<br /><br />This has now been solved.]]>
   </description>
   <pubDate>Tue, 06 Jan 2009 10:39:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12377&amp;PID=44199&amp;title=solvedwindows-problems-with-attaching-datepicker#44199</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED]Windows problems with attaching Datepicker : Hi,   My users are experiencing...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=12377&amp;PID=41777&amp;title=solvedwindows-problems-with-attaching-datepicker#41777</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4223">AndyWilton</a><br /><strong>Subject:</strong> 12377<br /><strong>Posted:</strong> 08 October 2008 at 3:44pm<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>My users are experiencing GPF problems when exiting their apps.&nbsp; It only happens when their apps contain both the CommandBars and the Calendar controls together, AND you try and get the IDispatch of the Calendar AND&nbsp;at least one button on the CommandBars is pressed.</DIV><DIV>&nbsp;</DIV><DIV><DIV>I know this sounds very strange, but I've created a small control app just to prove this and if ALL of the above is true, then it GPFs when the app closes.&nbsp; So far, I've tested the GPF fault in Windows XP (various service packs), and in Windows Vista.&nbsp; Apparently, the problem doesn't happen if you have Vista SP1 applied allthough I've still got to personally test this.</DIV><DIV>&nbsp;</DIV><DIV>The main reason I need the IDispatch of the Calendar control is to attach a DatePicker.&nbsp; I did try and attach the DatePicker via the Calendar's 'hWnd' but this didn't work.</DIV><DIV>&nbsp;</DIV><DIV>This is quite a serious problem and I could do with a response on this sooner rather than later.&nbsp; I did add an earlier posting requesting you add a way to get the Idispatch of the Calendar&nbsp;saving me using the built in method&nbsp;within my development&nbsp;environment - but I've not had any response from you on it.&nbsp; Somebody else however has reported the same fault - so&nbsp;at least I know I'm not&nbsp;going mad.</DIV><DIV>&nbsp;</DIV><DIV>Many thanks in advance,</DIV><DIV>&nbsp;</DIV><DIV>Regards,</DIV><DIV>&nbsp;</DIV><DIV>Andy Wilton</DIV><DIV>&nbsp;</DIV></DIV>]]>
   </description>
   <pubDate>Wed, 08 Oct 2008 15:44:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=12377&amp;PID=41777&amp;title=solvedwindows-problems-with-attaching-datepicker#41777</guid>
  </item> 
 </channel>
</rss>