<?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 : xtpControlCustom - SetFocus Problem</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : xtpControlCustom - SetFocus Problem]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 04:46:11 +0000</pubDate>
  <lastBuildDate>Tue, 26 Aug 2008 03:55: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=11950</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[xtpControlCustom - SetFocus Problem : The problem is, that CommandBars...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11950&amp;PID=40403&amp;title=xtpcontrolcustom-setfocus-problem#40403</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2531">Baldur</a><br /><strong>Subject:</strong> 11950<br /><strong>Posted:</strong> 26 August 2008 at 3:55am<br /><br />The problem is, that CommandBars are not really a Container-Control ! <DIV>You assign only a windows-handle.</DIV><DIV>But if a control is contained it use the Extender-Property of the Container to get some informationes like position, backgrounds and other.</DIV><DIV>If you put the control in the form, the container is the form and the positions are relative to the form.</DIV><DIV>If you put a control in a picturebox, the positions are relative to the picturebox (see Left/Top-Properties).</DIV><DIV>The picturebox itself don't use the extender because its a container himself.</DIV><DIV>&nbsp;</DIV><DIV>In .NET you must use a panel-control, picturebox is there not a container-control.</DIV>]]>
   </description>
   <pubDate>Tue, 26 Aug 2008 03:55:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11950&amp;PID=40403&amp;title=xtpcontrolcustom-setfocus-problem#40403</guid>
  </item> 
  <item>
   <title><![CDATA[xtpControlCustom - SetFocus Problem : Hi,  Most controls get detached...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11950&amp;PID=40400&amp;title=xtpcontrolcustom-setfocus-problem#40400</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 11950<br /><strong>Posted:</strong> 26 August 2008 at 2:58am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Most controls get detached and no one has an answer for this problem so&nbsp;I use <strong>ALWAYS</strong> a picturebox. I don't even try anymore... I suggest you do the same <img src="https://forum.codejock.com/smileys/smiley2.gif" border="0">&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 26 Aug 2008 02:58:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11950&amp;PID=40400&amp;title=xtpcontrolcustom-setfocus-problem#40400</guid>
  </item> 
  <item>
   <title><![CDATA[xtpControlCustom - SetFocus Problem : Hi,  this works, but shouldn&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11950&amp;PID=40379&amp;title=xtpcontrolcustom-setfocus-problem#40379</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1941">Josef</a><br /><strong>Subject:</strong> 11950<br /><strong>Posted:</strong> 25 August 2008 at 2:42pm<br /><br />Hi,<br /><br />this works, but shouldn't it work without Picturebox too?<br /><br />Thank you,<br />Josef<br />]]>
   </description>
   <pubDate>Mon, 25 Aug 2008 14:42:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11950&amp;PID=40379&amp;title=xtpcontrolcustom-setfocus-problem#40379</guid>
  </item> 
  <item>
   <title><![CDATA[xtpControlCustom - SetFocus Problem : Try adding FlatEdit to PictureBox...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11950&amp;PID=40334&amp;title=xtpcontrolcustom-setfocus-problem#40334</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 11950<br /><strong>Posted:</strong> 24 August 2008 at 10:45pm<br /><br />Try adding FlatEdit to PictureBox first, then add PictureBox to CommandBar.<br>]]>
   </description>
   <pubDate>Sun, 24 Aug 2008 22:45:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11950&amp;PID=40334&amp;title=xtpcontrolcustom-setfocus-problem#40334</guid>
  </item> 
  <item>
   <title><![CDATA[xtpControlCustom - SetFocus Problem : Hello,  I have a strange Problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11950&amp;PID=40330&amp;title=xtpcontrolcustom-setfocus-problem#40330</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1941">Josef</a><br /><strong>Subject:</strong> 11950<br /><strong>Posted:</strong> 24 August 2008 at 6:12pm<br /><br />Hello,<br /><br />I have a strange Problem using a FlatEdit-Control as a custom Commandbar control.<br />When the Flatedit control receives the focus, it moves to it's original position on the form.<br /><br />Please take a look at the attached sample project:<br /><a href="uploads/20080824_180921_SetFocusProblem.zip" target="_blank">20080824_180921_SetFocusProblem.zip</a><br /><br />Thank you,<br />Josef<br /><br />]]>
   </description>
   <pubDate>Sun, 24 Aug 2008 18:12:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11950&amp;PID=40330&amp;title=xtpcontrolcustom-setfocus-problem#40330</guid>
  </item> 
 </channel>
</rss>