<?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 : Form Events</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Form Events]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Apr 2026 11:48:17 +0000</pubDate>
  <lastBuildDate>Mon, 06 Sep 2010 19:40:03 +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=16407</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[Form Events :  Hi !!  I have the same problem....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16407&amp;PID=60074&amp;title=form-events#60074</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6362">microdot</a><br /><strong>Subject:</strong> 16407<br /><strong>Posted:</strong> 06 September 2010 at 7:40pm<br /><br /><P>&nbsp;</P><DIV>Hi !!</DIV><DIV>&nbsp;</DIV><DIV>I have the same problem. In AttachPaneEvent I do:</DIV><DIV>&nbsp;</DIV><DIV><FONT face="Courier New, Courier, mono" color=#000099 size=2>dim P as Pane = e.item</FONT></DIV><DIV><FONT face="Courier New, Courier, mono" color=#000099 size=2>P.Title = Panel_Capas.text</FONT></DIV><DIV><FONT face="Courier New, Courier, mono" color=#000099 size=2>P.Handle = Panel_Capas.Handle.ToInt32()</FONT></DIV><DIV>&nbsp;</DIV><DIV>I try too:</DIV><DIV>&nbsp;</DIV><DIV><FONT face="Courier New, Courier, mono" color=#000099 size=2>e.item.title = Panel_Capas.text</FONT></DIV><DIV><FONT face="Courier New, Courier, mono" color=#000099 size=2>e.item.Handle = Panel_Capas.Handle.ToInt32()</FONT></DIV><DIV>&nbsp;</DIV><DIV>Where Panel_Capas is a form with the "Text" property set to "Capas de mapa" but this not fire the Load_Event of Panel_Capas. What's the problem?&nbsp; I need finish my app for next week and this is the last problem to make it.</DIV><DIV>&nbsp;</DIV><DIV>Thanks in advance.</DIV>]]>
   </description>
   <pubDate>Mon, 06 Sep 2010 19:40:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16407&amp;PID=60074&amp;title=form-events#60074</guid>
  </item> 
  <item>
   <title><![CDATA[Form Events : In VB the form_Load-event is fired,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16407&amp;PID=58499&amp;title=form-events#58499</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2531">Baldur</a><br /><strong>Subject:</strong> 16407<br /><strong>Posted:</strong> 14 May 2010 at 5:07am<br /><br />In VB the form_Load-event is fired, if you first access any property of the form.<DIV>e.g: </DIV><DIV>&nbsp;</DIV><DIV>p.Title = Properties.Caption &lt;= will fire load-event<BR>p.Handle = Properties.Handle.ToInt32() <BR></DIV>]]>
   </description>
   <pubDate>Fri, 14 May 2010 05:07:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16407&amp;PID=58499&amp;title=form-events#58499</guid>
  </item> 
  <item>
   <title><![CDATA[Form Events : Can you checkout the Docking Pane...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16407&amp;PID=57794&amp;title=form-events#57794</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=5068">coolzsunil</a><br /><strong>Subject:</strong> 16407<br /><strong>Posted:</strong> 25 March 2010 at 12:47pm<br /><br />Can you checkout the Docking Pane sample in C#.net supplied with the installation? I checked the Form Load event for the form that is embedded in the pane, and it was working fine.]]>
   </description>
   <pubDate>Thu, 25 Mar 2010 12:47:44 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16407&amp;PID=57794&amp;title=form-events#57794</guid>
  </item> 
  <item>
   <title><![CDATA[Form Events : Hi,  i am using DockingPane and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=16407&amp;PID=57516&amp;title=form-events#57516</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4890">antcella</a><br /><strong>Subject:</strong> 16407<br /><strong>Posted:</strong> 10 March 2010 at 11:02am<br /><br />Hi,<br /><br />i am using DockingPane and CommandBars.<br /><br />on AttachPaneEvent i do:<br /><br />Dim p As Pane = e.item<br /><br />p.Title = "Properties"<br />p.Handle = Properties.Handle.ToInt32()<br /><br /><br />where Properties is a Form.<br /><br />The Pane is shown with my form inside it, but the Load event of the form never fires.<br /><br />I noticed that other form events too are dead.<br /><br />What's the problem ?]]>
   </description>
   <pubDate>Wed, 10 Mar 2010 11:02:54 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=16407&amp;PID=57516&amp;title=form-events#57516</guid>
  </item> 
 </channel>
</rss>