<?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 : No buttons in modeless CXTPPropertySheet</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : No buttons in modeless CXTPPropertySheet]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 08:46:21 +0000</pubDate>
  <lastBuildDate>Fri, 19 Mar 2010 15:13:05 +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=16210</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[No buttons in modeless CXTPPropertySheet : I believe it is standard behavior...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16210&amp;PID=57682&amp;title=no-buttons-in-modeless-cxtppropertysheet#57682</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2657">Algae</a><br /><strong>Subject:</strong> 16210<br /><strong>Posted:</strong> 19 March 2010 at 3:13pm<br /><br />I believe it is standard behavior for modeless propertysheet. Search modeless propertysheet on the web. You can add the buttons back in though.<br>]]>
   </description>
   <pubDate>Fri, 19 Mar 2010 15:13:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16210&amp;PID=57682&amp;title=no-buttons-in-modeless-cxtppropertysheet#57682</guid>
  </item> 
  <item>
   <title><![CDATA[No buttons in modeless CXTPPropertySheet :   Is there a reason why buttons...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16210&amp;PID=56847&amp;title=no-buttons-in-modeless-cxtppropertysheet#56847</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=313">Marco1</a><br /><strong>Subject:</strong> 16210<br /><strong>Posted:</strong> 17 February 2010 at 4:35am<br /><br />Is there a reason why buttons aren't created in a modeless CXTPPropertySheet? I made a modal CXTPPropertySheetDlg modeless and all buttons (OK, Cancel, Apply) are gone.<br>A further look in the CJ code shows:<br><br>BOOL CXTPPropertySheet::CreateButtons()<br>{<br>&nbsp; if (<b>m_bModeless</b> &amp;&amp; !IsWizard())<br>&nbsp;&nbsp;&nbsp; return TRUE;<br><br>Why that?<br><br><br>A quick workaround is:<br><br>int CMyModelessPropertySheetDlg::OnCreate(LPCREATESTRUCT lpCreateStruct)<br>{<br>&nbsp; m_bModeless = FALSE;<br><br>&nbsp; if (CXTPPropertySheet::OnCreate(lpCreateStruct) == -1)<br>&nbsp;&nbsp;&nbsp; return -1;<br><br>&nbsp; m_bModeless = TRUE;<br><br>&nbsp; return 0;<br>}<br><br>]]>
   </description>
   <pubDate>Wed, 17 Feb 2010 04:35:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16210&amp;PID=56847&amp;title=no-buttons-in-modeless-cxtppropertysheet#56847</guid>
  </item> 
 </channel>
</rss>