<?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 : Outlook bar in docking pane in MDI frame</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Outlook bar in docking pane in MDI frame]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 14 Apr 2026 09:48:59 +0000</pubDate>
  <lastBuildDate>Mon, 18 Oct 2004 14:21:39 +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=1282</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[Outlook bar in docking pane in MDI frame : Thanks for your help Oleg. The...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1282&amp;PID=3544&amp;title=outlook-bar-in-docking-pane-in-mdi-frame#3544</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=771">cdyckes</a><br /><strong>Subject:</strong> 1282<br /><strong>Posted:</strong> 18 October 2004 at 2:21pm<br /><br /><P>Thanks for your help Oleg. The DockingContainers example seems&nbsp;closest to what I need.</P><P>I'll see if that model works for my application</P><P>Thanks</P><P>Colin</P>]]>
   </description>
   <pubDate>Mon, 18 Oct 2004 14:21:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1282&amp;PID=3544&amp;title=outlook-bar-in-docking-pane-in-mdi-frame#3544</guid>
  </item> 
  <item>
   <title><![CDATA[Outlook bar in docking pane in MDI frame : See samples of DockingPane folder....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1282&amp;PID=3536&amp;title=outlook-bar-in-docking-pane-in-mdi-frame#3536</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1282<br /><strong>Posted:</strong> 18 October 2004 at 1:14am<br /><br /><P>See samples of DockingPane folder. You need to catch XTPWM_DOCKINGPANE_NOTIFY message</P><P>and attach Outlook Bar in this handler:</P><P>LRESULT CMainFrame::OnDockingPaneNotify(WPARAM wParam, LPARAM lParam)<BR>{<BR>&nbsp;if (wParam == XTP_DPN_SHOWWINDOW)<BR>&nbsp;{<BR>&nbsp;&nbsp;// get a pointer to the docking pane being shown.<BR>&nbsp;&nbsp;CXTPDockingPane* pPane = (CXTPDockingPane*)lParam;<BR>&nbsp;&nbsp;if (!pPane-&gt;IsValid())<BR>&nbsp;&nbsp;{<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pPane-&gt;Attach(&amp;m_wndOut look);<BR>&nbsp;&nbsp;}</P><P>&nbsp;return TRUE; // handled<BR>}</P><P>return FALSE;</P><P>}</P>]]>
   </description>
   <pubDate>Mon, 18 Oct 2004 01:14:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1282&amp;PID=3536&amp;title=outlook-bar-in-docking-pane-in-mdi-frame#3536</guid>
  </item> 
  <item>
   <title><![CDATA[Outlook bar in docking pane in MDI frame : Oleg, I&amp;#039;ve tried the splitter...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1282&amp;PID=3512&amp;title=outlook-bar-in-docking-pane-in-mdi-frame#3512</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=771">cdyckes</a><br /><strong>Subject:</strong> 1282<br /><strong>Posted:</strong> 15 October 2004 at 8:07am<br /><br /><P>Oleg,</P><P>I've tried the splitter window approach used in the ShortcutBar example, but this example only seems to work for very simple view classes. I have three different view classes possible, all of which&nbsp;need an sql database connection created when the document/view is created as part of the normal MFC creation process. Two of them use a CFormView derived class and one an RTFView.</P><P>OnCreateClient seems to be way too early in MFC's creation process to arbitrarily create a view of the sort I need and so I thought I'd try the docking window approach as suggested by another thread. I've created the docking window, and just need to know what class I need to instantiate to get an OutlookBar and most importantly how I set that as the child window of the docking bar.</P><P>I don't think any of the samples cover this (I have looked <IMG src="http://forum.codejock.com/smileys/smiley11.gif" border="0">)</P><P>Any suggestions, or better still an example, would be much appreciated.</P><P>BTW, Xtreme Toolkit Pro looks a great product, but seems to be lacking any useable documentation!</P><P>Colin</P>]]>
   </description>
   <pubDate>Fri, 15 Oct 2004 08:07:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1282&amp;PID=3512&amp;title=outlook-bar-in-docking-pane-in-mdi-frame#3512</guid>
  </item> 
  <item>
   <title><![CDATA[Outlook bar in docking pane in MDI frame : What problem with create do you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1282&amp;PID=3508&amp;title=outlook-bar-in-docking-pane-in-mdi-frame#3508</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1282<br /><strong>Posted:</strong> 15 October 2004 at 5:48am<br /><br /><P>What problem with create do you have?</P><P>Did you see Samples\ToolkitPro\ShortcutBar ?</P>]]>
   </description>
   <pubDate>Fri, 15 Oct 2004 05:48:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1282&amp;PID=3508&amp;title=outlook-bar-in-docking-pane-in-mdi-frame#3508</guid>
  </item> 
  <item>
   <title><![CDATA[Outlook bar in docking pane in MDI frame : Hi All, I&amp;#039;m trying to add...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1282&amp;PID=3502&amp;title=outlook-bar-in-docking-pane-in-mdi-frame#3502</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=771">cdyckes</a><br /><strong>Subject:</strong> 1282<br /><strong>Posted:</strong> 14 October 2004 at 7:03pm<br /><br /><P>Hi All,</P><P>I'm trying to add add an XTPro outlook2003 command bar to an existing MDI application by using a docking window at the left hand side of the MDI area. I've got as far as creating and displaying the&nbsp;docking window, but can't work out how to create the outlook bar and, in particular, attach it to the docking window.<IMG src="http://forum.codejock.com/smileys/smiley5.gif" border="0"></P><P>Can anyone point me at an example (if I've missed one), or tell me what code I'd need to add in CMainframe to achieve this?</P><P>Thanks</P><P>Colin</P>]]>
   </description>
   <pubDate>Thu, 14 Oct 2004 19:03:43 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1282&amp;PID=3502&amp;title=outlook-bar-in-docking-pane-in-mdi-frame#3502</guid>
  </item> 
 </channel>
</rss>