<?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 : CXTPPropertySheet VS11</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : CXTPPropertySheet VS11]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 00:06:10 +0000</pubDate>
  <lastBuildDate>Mon, 26 Nov 2012 09:23:25 +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=20331</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[CXTPPropertySheet VS11 : CXTPPropertySheet has to inherit...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=20331&amp;PID=69283&amp;title=cxtppropertysheet-vs11#69283</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4836">No.Regsz</a><br /><strong>Subject:</strong> 20331<br /><strong>Posted:</strong> 26 November 2012 at 9:23am<br /><br />CXTPPropertySheet has to inherit from CPropertySheet.<br />New code in dlgprop.cpp:<br /><table width="99%"><tr><td><pre class="BBcode"><br />CPropertySheet *CPropertyPage::GetParentSheet()<br />{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;for (CWnd *pWnd = GetParent(); pWnd != NULL; pWnd = pWnd-&gt;GetParent())<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CPropertySheet *pSheet = DYNAMIC_DOWNCAST(CPropertySheet, pWnd);<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (pSheet != NULL)<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return pSheet;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ASSERT(FALSE); // Could not find the CPropertySheet<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return NULL;<br />}<br /></pre></td></tr></table><br />Don't forget about this.]]>
   </description>
   <pubDate>Mon, 26 Nov 2012 09:23:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=20331&amp;PID=69283&amp;title=cxtppropertysheet-vs11#69283</guid>
  </item> 
 </channel>
</rss>