<?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 : Create CXTPropertyGrid error!</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Create CXTPropertyGrid error!]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 02:59:35 +0000</pubDate>
  <lastBuildDate>Wed, 05 Oct 2005 00:00:33 +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=3002</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[Create CXTPropertyGrid error! : Hi, May be m_wndPlaceHolder is...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3002&amp;PID=8967&amp;title=create-cxtpropertygrid-error#8967</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3002<br /><strong>Posted:</strong> 05 October 2005 at 12:00am<br /><br /><P>Hi,</P><P>May be m_wndPlaceHolder is visible and Property Grid _under_ it.</P><P>try to hide it</P><P>m_wndPlaceHolder.ShowWindow(SW_HIDE);</P>]]>
   </description>
   <pubDate>Wed, 05 Oct 2005 00:00:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3002&amp;PID=8967&amp;title=create-cxtpropertygrid-error#8967</guid>
  </item> 
  <item>
   <title><![CDATA[Create CXTPropertyGrid error! :  I need a CXTPPropertyGrid Control...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3002&amp;PID=8956&amp;title=create-cxtpropertygrid-error#8956</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1460">chinaren_shibo</a><br /><strong>Subject:</strong> 3002<br /><strong>Posted:</strong> 04 October 2005 at 11:25am<br /><br /><br>I need a CXTPPropertyGrid Control in a formview and hope to dock the formview<br>So I create a CXTPPropertyGrid object in CSimpleFormView which is docked as a pane.But the codes doesn't work!<br><br>The codes are as follows:<br><br>void CSimpleFormView::OnInitialUpdate() <br>{<br>&nbsp;&nbsp; &nbsp;CFormView::OnInitialUpdate();<br>&nbsp;&nbsp; &nbsp;<br>&nbsp;&nbsp;&nbsp; // TODO: Add your specialized code here and/or call the base class<br>&nbsp;&nbsp;&nbsp; CRect rc;<br>&nbsp;&nbsp;&nbsp; m_wndPlaceHolder.GetWindowRect( &amp;rc );<br>&nbsp;&nbsp;&nbsp; ScreenToClient( &amp;rc );<br>&nbsp;&nbsp;&nbsp; if (m_wndPropertyGrid.Create( rc, this, IDC_PROPERTY_GRID ) )<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;  CXTPPropertyGridItem*pSettings&nbsp;&nbsp;&nbsp;&nbsp;&nbs p;&nbsp;&nbsp; =m_wndPropertyGrid.AddCategory(_T("Stand Settings"));<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; CXTPPropertyGridItem* pItem =pSettings-&gt;AddChildItem(new CXTPPropertyGridItemBool(_T("Video"),TRUE));<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pSettings-&gt;AddChildItem(new CXTPPropertyGridItemBool(_T("Door"), TRUE));<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pSettings-&gt;AddChildItem(new CXTPPropertyGridItemNumber(_T("Count")));<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pSettings-&gt;Expand();<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; pItem-&gt;Select();&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; }<br>}<br><br>I use <font ="title"><font ="title">Xtreme Toolkit Pro v</font></font>9.601 Windows2000.<br>&nbsp;]]>
   </description>
   <pubDate>Tue, 04 Oct 2005 11:25:58 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3002&amp;PID=8956&amp;title=create-cxtpropertygrid-error#8956</guid>
  </item> 
 </channel>
</rss>