<?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 : Active pane to be active form</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : Active pane to be active form]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 29 Apr 2026 00:42:30 +0000</pubDate>
  <lastBuildDate>Tue, 26 Dec 2006 15:53:20 +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=5753</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[Active pane to be active form : Hi, We can&amp;#039;t override ActiveForm...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5753&amp;PID=18637&amp;title=active-pane-to-be-active-form#18637</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5753<br /><strong>Posted:</strong> 26 December 2006 at 3:53pm<br /><br />Hi,<DIV>We can't override ActiveForm property of VisualBasic. it can only return active MDI frame. But you can add some custom property "GetActivePane" and retrieve pane iof it has focus or ActiveForm or not. And use it in your code instead ActiveForm.</DIV>]]>
   </description>
   <pubDate>Tue, 26 Dec 2006 15:53:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5753&amp;PID=18637&amp;title=active-pane-to-be-active-form#18637</guid>
  </item> 
  <item>
   <title><![CDATA[Active pane to be active form : Hi team,  Am having a problem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5753&amp;PID=18630&amp;title=active-pane-to-be-active-form#18630</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2090">joeliner</a><br /><strong>Subject:</strong> 5753<br /><strong>Posted:</strong> 26 December 2006 at 5:33am<br /><br />Hi team,<br /><br />Am having a problem here that no one seems to be addressing. Am using you MDIsample for the dock control as an ensample. I type a sample text and highlight it on the Document 1 which is the mdi child. I click on pane 5 (thereby receiving focus) and type the same, and highlight it. demonstrated below:<br /><br /><img src="uploads/20061226_052402_1.jpg" border="0"><br /><br />i then click on the bold button whose code is:<br />ActiveForm.rtfText.SelBold = Not ActiveForm.rtfText.SelBold<br /><br />result: the text on the dock pane is not made bold. instead text on document 1 is made bold. <br /><br /><br /><img src="uploads/20061226_052800_2.jpg" border="0"><br /><br />My question is: when i attach a form on a dock pane does it really receive activeform focus? Is there a way i can deal with this problem cause am exposing my forms from dll(handle property) and attaching them dock pane since there is no way dll embedded form can be mdi child? <br /><br />Enviroment: VB6 <br /><br />Any assistance from yu guys will be of help.<br /><br /><br />Regards,<br /><br />JJ]]>
   </description>
   <pubDate>Tue, 26 Dec 2006 05:33:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5753&amp;PID=18630&amp;title=active-pane-to-be-active-form#18630</guid>
  </item> 
  <item>
   <title><![CDATA[Active pane to be active form : No reply on this yet? thats shockin!...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5753&amp;PID=18629&amp;title=active-pane-to-be-active-form#18629</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2090">joeliner</a><br /><strong>Subject:</strong> 5753<br /><strong>Posted:</strong> 26 December 2006 at 5:20am<br /><br />No reply on this yet? thats shockin! <img src="http://forum.codejock.com/smileys/smiley6.gif" border="0" align="middle"> ]]>
   </description>
   <pubDate>Tue, 26 Dec 2006 05:20:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5753&amp;PID=18629&amp;title=active-pane-to-be-active-form#18629</guid>
  </item> 
  <item>
   <title><![CDATA[Active pane to be active form : How can make the active form to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5753&amp;PID=18080&amp;title=active-pane-to-be-active-form#18080</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2090">joeliner</a><br /><strong>Subject:</strong> 5753<br /><strong>Posted:</strong> 11 December 2006 at 7:53am<br /><br /><br>How can make the active form to be the active form? e.g when i type on a pane, using the MDISample of the dockpane, highlight on the text it should execute command since its the pane with focus? Is there a way to do this?<br><br>Regards,<br><br>Joel.<br>]]>
   </description>
   <pubDate>Mon, 11 Dec 2006 07:53:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5753&amp;PID=18080&amp;title=active-pane-to-be-active-form#18080</guid>
  </item> 
 </channel>
</rss>