<?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 : How to attach a &#102;ormview to a pane?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Docking Pane : How to attach a &#102;ormview to a pane?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 04:24:40 +0000</pubDate>
  <lastBuildDate>Sat, 05 Jun 2004 00:08:26 +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=805</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[How to attach a &#102;ormview to a pane? : ok,solved ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=805&amp;PID=2146&amp;title=how-to-attach-a-formview-to-a-pane#2146</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=557">laughrain</a><br /><strong>Subject:</strong> 805<br /><strong>Posted:</strong> 05 June 2004 at 12:08am<br /><br />ok,solved<IMG src="http://forum.codejock.com/smileys/smiley1.gif" border="0">]]>
   </description>
   <pubDate>Sat, 05 Jun 2004 00:08:26 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=805&amp;PID=2146&amp;title=how-to-attach-a-formview-to-a-pane#2146</guid>
  </item> 
  <item>
   <title><![CDATA[How to attach a &#102;ormview to a pane? : yes, it works. but there is a...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=805&amp;PID=2136&amp;title=how-to-attach-a-formview-to-a-pane#2136</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=557">laughrain</a><br /><strong>Subject:</strong> 805<br /><strong>Posted:</strong> 03 June 2004 at 1:21pm<br /><br /><P><IMG src="https://forum.codejock.com/smileys/smiley19.gif" border="0">yes, it works.&nbsp;&nbsp; but there is a new problem(MDI)</P><P>how to get the pointer of the childframe view from the formview attached to the pane</P><P>I want to execute public function of the childframe view in a public function of the formview attached to the pane.</P><P>Have I made myself clear?&nbsp; my english isn't good.</P><P><IMG border=0 src="http://laughrain.533.net/images/pic.jpg" border="0"></P><P>/////////////////////////////////////////////the code in formview(derived from cformview)</P><P>&nbsp;CAcisViewerApp* pApp = (CAcisViewerApp*)::AfxGetApp();<BR>&nbsp;CMainFrame* pFrame = (CMainFrame*)pApp-&gt;m_pMainWnd;</P><P><BR>&nbsp;&nbsp;CFrameWnd* pActFrame = pFrame-&gt;GetActiveFrame();<BR>&nbsp;&nbsp;CAcisViewerView* pView = (CAcisViewerView*)(pActFrame-&gt;GetActiveView());</P><P align=left>///so I must include "AcisViewerView.h" and "&nbsp;MainFrm.h"</P><P align=left>but there are many errors......</P><span style="font-size:10px"><br /><br />Edited by laughrain</span>]]>
   </description>
   <pubDate>Thu, 03 Jun 2004 13:21:08 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=805&amp;PID=2136&amp;title=how-to-attach-a-formview-to-a-pane#2136</guid>
  </item> 
  <item>
   <title><![CDATA[How to attach a &#102;ormview to a pane? : something like: CFrameWnd* pFrame...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=805&amp;PID=2132&amp;title=how-to-attach-a-formview-to-a-pane#2132</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 805<br /><strong>Posted:</strong> 03 June 2004 at 7:59am<br /><br /><P>something like:</P><P>CFrameWnd* pFrame = new CFrameWnd;</P><P>&nbsp;CCreateContext context;<BR>&nbsp;context.m_pNewViewClass = RUNTIME_CLASS(CSimpleForm);<BR>&nbsp;context.m_pCurrentDoc = GetActiveView()-&gt;GetDocument();</P><P>&nbsp;pFrame-&gt;Create(NULL, NULL, WS_CHILD|WS_VISIBLE|WS_CLIPCHILDREN|WS_CLIPSIBLINGS, CRect(0, 0, 0, 0), this, NULL, 0, &amp;context);<BR>&nbsp;pFrame-&gt;ModifyStyleEx(WS_EX_CLIENTEDGE, 0);<BR>&nbsp;pFrame-&gt;SendMessageToDescendants(WM_INITIALUPDATE, 0, 0, TRUE, TRUE);</P><P>pPane-&gt;Attach(pFrame);</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 03 Jun 2004 07:59:38 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=805&amp;PID=2132&amp;title=how-to-attach-a-formview-to-a-pane#2132</guid>
  </item> 
  <item>
   <title><![CDATA[How to attach a &#102;ormview to a pane? : How to attach a formview(drived...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=805&amp;PID=2125&amp;title=how-to-attach-a-formview-to-a-pane#2125</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=557">laughrain</a><br /><strong>Subject:</strong> 805<br /><strong>Posted:</strong> 03 June 2004 at 1:27am<br /><br /><P>How to attach a formview(drived from CFormView) to a pane in SDI?</P><P>thanks!</P>]]>
   </description>
   <pubDate>Thu, 03 Jun 2004 01:27:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=805&amp;PID=2125&amp;title=how-to-attach-a-formview-to-a-pane#2125</guid>
  </item> 
 </channel>
</rss>