<?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 not working</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Outlook Bar not working]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 12 Jun 2026 01:39:46 +0000</pubDate>
  <lastBuildDate>Tue, 04 Apr 2006 14:16:13 +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=3940</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 not working : Hello, See our sample. You must...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3940&amp;PID=11958&amp;title=outlook-bar-not-working#11958</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3940<br /><strong>Posted:</strong> 04 April 2006 at 2:16pm<br /><br /><P>Hello,</P><P>See our sample. You must catch OBN_XT_FOLDERCHANGE and return TRUE.</P><P>Actually I recommend you CXTPTaskPanel class as much more flexible.</P><P>CXTOutBarCtrl&nbsp; is quite obsolete.</P>]]>
   </description>
   <pubDate>Tue, 04 Apr 2006 14:16:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3940&amp;PID=11958&amp;title=outlook-bar-not-working#11958</guid>
  </item> 
  <item>
   <title><![CDATA[Outlook Bar not working : Is it possible to insert a CXTOutBarCtrl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3940&amp;PID=11954&amp;title=outlook-bar-not-working#11954</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=845">VAGB</a><br /><strong>Subject:</strong> 3940<br /><strong>Posted:</strong> 04 April 2006 at 10:49am<br /><br /><P>Is it possible to insert a CXTOutBarCtrl inside a Dialog Based Application?</P><P>I do the following:</P><P>1.- Add a member variable in MyDialogDlg.h:</P><P> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; CXTOutBarCtrl m_CtrlOutBar;</P><P>2.- Create de control in OnInitDialog() like this:</P><P>&nbsp;&nbsp;&nbsp;&nbsp; CRect dimensions;</P><P>&nbsp;&nbsp;&nbsp;&nbsp; GetClientRect(&amp;dimensions);</P><P>&nbsp;&nbsp;&nbsp;&nbsp; if (!m_CtrlOutBar.Create(WS_CHILD|WS_VISIBLE|WS_CLIPCHILDREN, dimensions, this, IDC_OUTBAR, OBS_XT_DEFAULT|OBS_XT_ANIMATION))</P><P>{</P><P>&nbsp;&nbsp; TRACE0("Failed to create outlook bar.");</P><P>&nbsp;&nbsp;&nbsp; return FALSE;</P><P>}</P><P>3.-&nbsp; Add two folders to the Outlook Bar:</P><P>&nbsp;&nbsp;&nbsp; (<EM>inside OnInitDialog() for example</EM>)</P><P>&nbsp;&nbsp;&nbsp; int iFolder;</P><P>&nbsp;&nbsp;&nbsp; iFolder = m_CtrlOutBar.AddFolder(_T("Folder 1"), 0);</P><P>&nbsp;&nbsp;&nbsp; iFolder = m_CtrlOutBar.AddFolder(_T("Folder 2"), 1);<FONT color=#c0c0c0 size=2></P><FONT color=#c0c0c0 size=2><P></FONT><FONT color=#008000 size=2>&nbsp;&nbsp;&nbsp; // Set the default font used by the outlook bar.</FONT></P><P><FONT color=#008000 size=2>&nbsp;&nbsp;&nbsp; <FONT color=#000000>m_CtrlOutBar.SetFontX(&amp;XTAuxData().font);</FONT></P></FONT><P><FONT color=#008000 size=2>&nbsp;&nbsp;&nbsp; // We want to receive notification messages.</FONT></P><P><FONT color=#008000 size=2>&nbsp;&nbsp;&nbsp; <FONT color=#000000>m_CtrlOutBar.SetOwner(this);</FONT></P></FONT><FONT color=#c0c0c0 size=2><P></FONT><FONT color=#008000 size=2>&nbsp;&nbsp;&nbsp; // Select the first folder in the bar.</FONT></P><P><FONT color=#008000 size=2>&nbsp;&nbsp;&nbsp; <FONT color=#000000>m_CtrlOutBar.SetSelFolder(iFolder);</FONT></P></FONT><FONT color=#000000 size=2><P>After that I get a dialog with one Outlook Bar Control inside containing two folders, one upside called "Folder 1" and the other at the bottom of the dialog labeled "Folder 2". The problem is that those folders donīt expand when you click onto any of them. They donīt switch between each other.</P><P>Does anyone know what is left?</P><P>Thanks.</P></FONT></FONT>]]>
   </description>
   <pubDate>Tue, 04 Apr 2006 10:49:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3940&amp;PID=11954&amp;title=outlook-bar-not-working#11954</guid>
  </item> 
 </channel>
</rss>