<?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 : Attach Form to a Pane</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Attach Form to a Pane]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 22:01:50 +0000</pubDate>
  <lastBuildDate>Fri, 27 Jun 2008 05:51:57 +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=11220</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[Attach Form to a Pane : Thanks, that is good.(I thought...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11220&amp;PID=37485&amp;title=attach-form-to-a-pane#37485</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 11220<br /><strong>Posted:</strong> 27 June 2008 at 5:51am<br /><br />Thanks, that is good.<br><br>(I thought I'd tried it without success, but if I know it should work then I will try harder).<br>]]>
   </description>
   <pubDate>Fri, 27 Jun 2008 05:51:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11220&amp;PID=37485&amp;title=attach-form-to-a-pane#37485</guid>
  </item> 
  <item>
   <title><![CDATA[Attach Form to a Pane : You can set the .Handle property...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11220&amp;PID=37457&amp;title=attach-form-to-a-pane#37457</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 11220<br /><strong>Posted:</strong> 26 June 2008 at 8:32pm<br /><br />You can set the .Handle property of the pane to the hWnd of the form (or picturebox) at any time after it's been created.<br><br>So to create and attach form:<br><br>Dim A As Pane<br>Set A = DockingPaneManager.CreatePane(1, 200, 120, DockLeftOf)<br>A.Title = "Pane A"<br>A.Handle = Form1.hWnd<br><br><br>]]>
   </description>
   <pubDate>Thu, 26 Jun 2008 20:32:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11220&amp;PID=37457&amp;title=attach-form-to-a-pane#37457</guid>
  </item> 
  <item>
   <title><![CDATA[Attach Form to a Pane : Using the DockingPane control...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11220&amp;PID=37453&amp;title=attach-form-to-a-pane#37453</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4225">chrisABC</a><br /><strong>Subject:</strong> 11220<br /><strong>Posted:</strong> 26 June 2008 at 7:25pm<br /><br />Using the DockingPane control I can attach a form to a Pane by setting the form's .hwnd to the Pane.Handle during the _AttachPane event.<br><br>But is there any other way to do this?<br>Or can it only be done by this Event? <br>]]>
   </description>
   <pubDate>Thu, 26 Jun 2008 19:25:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11220&amp;PID=37453&amp;title=attach-form-to-a-pane#37453</guid>
  </item> 
 </channel>
</rss>