<?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 : Tab-order in property-grid BindSample</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : Tab-order in property-grid BindSample]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 19 Apr 2026 09:30:29 +0000</pubDate>
  <lastBuildDate>Mon, 20 Jun 2005 05:10:49 +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=2335</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[Tab-order in property-grid BindSample : Regarding the splitter I finally...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2335&amp;PID=7152&amp;title=taborder-in-propertygrid-bindsample#7152</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1169">farr02</a><br /><strong>Subject:</strong> 2335<br /><strong>Posted:</strong> 20 June 2005 at 5:10am<br /><br />Regarding the splitter I finally ended up using one of the numerous splitter classes for dialogs posted to <a href="http://www.codeguru.com/Cpp/W-D/dislog/" target="_blank">codeguru.com</a> and <a href="http://www.codeproject.com/splitter" target="_blank">codeproject.com</a>.<span ="copy"><br><br>Bye<br>&nbsp;&nbsp; Holger<br><br></span>]]>
   </description>
   <pubDate>Mon, 20 Jun 2005 05:10:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2335&amp;PID=7152&amp;title=taborder-in-propertygrid-bindsample#7152</guid>
  </item> 
  <item>
   <title><![CDATA[Tab-order in property-grid BindSample : Thanks Oleg, it works:-)  BTW...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2335&amp;PID=6997&amp;title=taborder-in-propertygrid-bindsample#6997</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1169">farr02</a><br /><strong>Subject:</strong> 2335<br /><strong>Posted:</strong> 09 June 2005 at 7:18am<br /><br />Thanks Oleg, it works:-)<br><br>BTW can you give me a hint on how I can create a splitter between theproperty-tree and the property-grid? AFAIK the XTP-splitters only workwith views and not with dialog-controls directly (or do I missed anexample?).<br><br>Best regards,<br>&nbsp;&nbsp; Holger<br><br>]]>
   </description>
   <pubDate>Thu, 09 Jun 2005 07:18:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2335&amp;PID=6997&amp;title=taborder-in-propertygrid-bindsample#6997</guid>
  </item> 
  <item>
   <title><![CDATA[Tab-order in property-grid BindSample : call in the end of CProperties...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2335&amp;PID=6972&amp;title=taborder-in-propertygrid-bindsample#6972</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2335<br /><strong>Posted:</strong> 08 June 2005 at 11:51pm<br /><br /><P>call in the end of CPropertiesDlg::OnInitDialog</P><P>&nbsp;m_wndGridGeneral.SetWindowPos(&amp;m_wndProperties, 0, 0, 0, 0, SWP_NOMOVE|SWP_NOSIZE);<BR>&nbsp;m_wndGridDesigner.SetWindowPos(&amp;m_wndProperties, 0, 0, 0, 0, SWP_NOMOVE|SWP_NOSIZE);<BR>&nbsp;m_wndGridBuild.SetWindowPos(&amp;m_wndProperties, 0, 0, 0, 0, SWP_NOMOVE|SWP_NOSIZE);<BR></P>]]>
   </description>
   <pubDate>Wed, 08 Jun 2005 23:51:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2335&amp;PID=6972&amp;title=taborder-in-propertygrid-bindsample#6972</guid>
  </item> 
  <item>
   <title><![CDATA[Tab-order in property-grid BindSample : Hello,  is it possible to change...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2335&amp;PID=6919&amp;title=taborder-in-propertygrid-bindsample#6919</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1169">farr02</a><br /><strong>Subject:</strong> 2335<br /><strong>Posted:</strong> 07 June 2005 at 6:29am<br /><br />Hello,<br><br>is it possible to change the tab-order in the above-mentioned example?<br>Currently it is property-tree -&gt; OK -&gt; Cancel -&gt; property-grid and I would like<br>to change it to property-tree -&gt; property-grid -&gt; OK -&gt; Cancel.<br><br>I use XTP 9.601, WinXP, Visual Studio 6.0.<br><br>Best regards<br>&nbsp;&nbsp; Holger<br><br>]]>
   </description>
   <pubDate>Tue, 07 Jun 2005 06:29:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2335&amp;PID=6919&amp;title=taborder-in-propertygrid-bindsample#6919</guid>
  </item> 
 </channel>
</rss>