<?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 : owner draw combobox in a property grid</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : owner draw combobox in a property grid]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 03 Apr 2026 21:59:42 +0000</pubDate>
  <lastBuildDate>Sun, 23 Dec 2007 10:39:47 +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=9160</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[owner draw combobox in a property grid : Thanks  Vaclav ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9160&amp;PID=29729&amp;title=owner-draw-combobox-in-a-property-grid#29729</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3268">vjedlicka</a><br /><strong>Subject:</strong> 9160<br /><strong>Posted:</strong> 23 December 2007 at 10:39am<br /><br />Thanks <img src="https://forum.codejock.com/smileys/smiley20.gif" border="0"><DIV>Vaclav</DIV>]]>
   </description>
   <pubDate>Sun, 23 Dec 2007 10:39:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9160&amp;PID=29729&amp;title=owner-draw-combobox-in-a-property-grid#29729</guid>
  </item> 
  <item>
   <title><![CDATA[owner draw combobox in a property grid : Hi;  You have to do it this...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9160&amp;PID=29720&amp;title=owner-draw-combobox-in-a-property-grid#29720</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 9160<br /><strong>Posted:</strong> 22 December 2007 at 3:33am<br /><br />Hi;<DIV>&nbsp;</DIV><DIV>You have to do it this way:</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;MyCXTPPropertyGridItem* pItemLanguage = (MyCXTPPropertyGridItem)pVersion-&gt;AddChildItem(new <strong><FONT color=#000099>MyCXTPPropertyGridItem</FONT></strong>(_T("Language"), _T("English (United States)")));</DIV><DIV><BR>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 22 Dec 2007 03:33:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9160&amp;PID=29720&amp;title=owner-draw-combobox-in-a-property-grid#29720</guid>
  </item> 
  <item>
   <title><![CDATA[owner draw combobox in a property grid :  Thank you!  One more question:  When...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9160&amp;PID=29707&amp;title=owner-draw-combobox-in-a-property-grid#29707</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3268">vjedlicka</a><br /><strong>Subject:</strong> 9160<br /><strong>Posted:</strong> 21 December 2007 at 12:55pm<br /><br /><DIV>&nbsp;</DIV><DIV>Thank you!</DIV><DIV>&nbsp;</DIV><DIV>One more question:</DIV><DIV>&nbsp;</DIV><DIV>When I create my class inherited from CXTPPropertyGridItem, let us say MyCXTPPropertyGridItem, how do I carry out the subclassing? Can I simply cast like this?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;&nbsp;MyCXTPPropertyGridItem* pItemLanguage = (MyCXTPPropertyGridItem)pVersion-&gt;AddChildItem(new CXTPPropertyGridItem(_T("Language"), _T("English (United States)")));<BR></DIV>]]>
   </description>
   <pubDate>Fri, 21 Dec 2007 12:55:25 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9160&amp;PID=29707&amp;title=owner-draw-combobox-in-a-property-grid#29707</guid>
  </item> 
  <item>
   <title><![CDATA[owner draw combobox in a property grid : Him  In your item override  void...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9160&amp;PID=29691&amp;title=owner-draw-combobox-in-a-property-grid#29691</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 9160<br /><strong>Posted:</strong> 21 December 2007 at 12:57am<br /><br />Him<DIV>&nbsp;</DIV><DIV>In your item override</DIV><DIV>&nbsp;</DIV><DIV>void CXTPPropertyGridItem::OnDrawItemConstraint(CDC* pDC, CXTPPropertyGridItemConstraint* pConstraint, CRect rc, BOOL bSelected)<BR></DIV><DIV>method.</DIV>]]>
   </description>
   <pubDate>Fri, 21 Dec 2007 00:57:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9160&amp;PID=29691&amp;title=owner-draw-combobox-in-a-property-grid#29691</guid>
  </item> 
  <item>
   <title><![CDATA[owner draw combobox in a property grid : Hello, I need to add an owner...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=9160&amp;PID=29682&amp;title=owner-draw-combobox-in-a-property-grid#29682</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3268">vjedlicka</a><br /><strong>Subject:</strong> 9160<br /><strong>Posted:</strong> 20 December 2007 at 4:02pm<br /><br /><P>Hello,</P><P>I need to add an owner draw combobox with several options to a property grid. How can I convert CXTPPropertyGridItemConstraints to a owner draw combobox?</P><P>Thanks for advice<BR>Vaclav</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 20 Dec 2007 16:02:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=9160&amp;PID=29682&amp;title=owner-draw-combobox-in-a-property-grid#29682</guid>
  </item> 
 </channel>
</rss>