<?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 add a CXTOutBarCtrl to TaskPanel</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : How to add a CXTOutBarCtrl to TaskPanel]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 14 Jun 2026 12:16:52 +0000</pubDate>
  <lastBuildDate>Wed, 10 Jan 2007 02:13:21 +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=6056</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 add a CXTOutBarCtrl to TaskPanel : OK, I solved this problem by m...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6056&amp;PID=19099&amp;title=how-to-add-a-cxtoutbarctrl-to-taskpanel#19099</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2568">zjroland</a><br /><strong>Subject:</strong> 6056<br /><strong>Posted:</strong> 10 January 2007 at 2:13am<br /><br />OK, I solved &nbsp;this problem by myself<DIV>m_softOutBarExpert.Create(WS_CHILD|WS_VISIBLE, CRect(0,20,130,150), this,100, OBS_Xm_softOutBarExpert.Create(WS_CHILD|WS_VISIBLE, CRect(0,20,130,150), &amp;m_wndTaskPanel,100, OBS_XT_DEFAULT))<BR>T_DEFAULT))</DIV><DIV>then it's OK<BR></DIV>]]>
   </description>
   <pubDate>Wed, 10 Jan 2007 02:13:21 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6056&amp;PID=19099&amp;title=how-to-add-a-cxtoutbarctrl-to-taskpanel#19099</guid>
  </item> 
  <item>
   <title><![CDATA[How to add a CXTOutBarCtrl to TaskPanel : Oleg , below is source code, it&amp;#039;s...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6056&amp;PID=19097&amp;title=how-to-add-a-cxtoutbarctrl-to-taskpanel#19097</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2568">zjroland</a><br /><strong>Subject:</strong> 6056<br /><strong>Posted:</strong> 10 January 2007 at 2:00am<br /><br />Oleg , below is source code, it's from your sample "TaskPanel", I only added a CXTOutBarCtrl&nbsp; at SearchDlg.cpp<DIV><U><FONT color=#0000ff><a href="http://www.outsourcexp.com/TaskPanel.zip" target="_blank">http://www.outsourcexp.com/</FONT></U>TaskPanel.zip</A><a href="http://www.outsourc" target="_blank"></A></DIV>]]>
   </description>
   <pubDate>Wed, 10 Jan 2007 02:00:47 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6056&amp;PID=19097&amp;title=how-to-add-a-cxtoutbarctrl-to-taskpanel#19097</guid>
  </item> 
  <item>
   <title><![CDATA[How to add a CXTOutBarCtrl to TaskPanel : void CSoftView::OnInitialUpdat...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6056&amp;PID=19096&amp;title=how-to-add-a-cxtoutbarctrl-to-taskpanel#19096</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2568">zjroland</a><br /><strong>Subject:</strong> 6056<br /><strong>Posted:</strong> 10 January 2007 at 1:47am<br /><br /><DIV>void CSoftView::OnInitialUpdate()<BR>{<BR>&nbsp;CFormView::OnInitialUpdate();</DIV><DIV>&nbsp;SetScrollSizes(MM_TEXT, CSize(0)); // Disable Scroll Bars;<BR>&nbsp;CXTPClientRect rc(this);<BR>&nbsp;rc.right = 180;<BR>&nbsp;rc.bottom = 500;<BR>&nbsp;m_wndTaskPanel.Create(WS_CHILD|WS_VISIBLE|WS_CLIPSIBLINGS|WS_CLIPCHILDREN, rc, this, 0);</DIV><DIV>&nbsp;m_wndTaskPanel.SetTheme(xtpTaskPanelThemeNativeWinXPPlain);<BR>&nbsp;CXTPTaskPanelGroup* pGroupSoftExpert = m_wndTaskPanel.AddGroup(0);</DIV><DIV>&nbsp;</DIV><DIV>// OutlookBar Control</DIV><DIV>&nbsp;if (!m_softOutBarExpert.Create(WS_CHILD|WS_VISIBLE, CRect(0,20,130,150), this,100, OBS_XT_DEFAULT))<BR>&nbsp;{<BR>&nbsp;&nbsp;TRACE0("Failed to create outlook bar.");<BR>&nbsp;}</DIV><DIV>pGroupSoftExpert-&gt;AddControlItem(m_softOutBarExpert);</DIV><DIV>}</DIV>]]>
   </description>
   <pubDate>Wed, 10 Jan 2007 01:47:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6056&amp;PID=19096&amp;title=how-to-add-a-cxtoutbarctrl-to-taskpanel#19096</guid>
  </item> 
  <item>
   <title><![CDATA[How to add a CXTOutBarCtrl to TaskPanel : Where you create m_softOutBarExpert...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6056&amp;PID=19091&amp;title=how-to-add-a-cxtoutbarctrl-to-taskpanel#19091</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 6056<br /><strong>Posted:</strong> 10 January 2007 at 1:21am<br /><br />Where you create m_softOutBarExpert ?]]>
   </description>
   <pubDate>Wed, 10 Jan 2007 01:21:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6056&amp;PID=19091&amp;title=how-to-add-a-cxtoutbarctrl-to-taskpanel#19091</guid>
  </item> 
  <item>
   <title><![CDATA[How to add a CXTOutBarCtrl to TaskPanel : I have a CXTOutBarCtrlm_softOutBarExpert When...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=6056&amp;PID=19090&amp;title=how-to-add-a-cxtoutbarctrl-to-taskpanel#19090</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2568">zjroland</a><br /><strong>Subject:</strong> 6056<br /><strong>Posted:</strong> 09 January 2007 at 11:00pm<br /><br />I have a CXTOutBarCtrl&nbsp;m_softOutBarExpert<DIV>When I add a CXTOutBarCtrl to TaskPanel, I can't see CXTOutBarCtrl sometimes, even I found CXTOutBarCtrl , I click it,but nothing happen.</DIV><DIV>here is the code:</DIV><DIV>&nbsp;</DIV><DIV>void CSoftView::OnInitialUpdate()<BR>{<BR>&nbsp;CFormView::OnInitialUpdate();</DIV><DIV>&nbsp;SetScrollSizes(MM_TEXT, CSize(0)); // Disable Scroll Bars;<BR>&nbsp;CXTPClientRect rc(this);<BR>&nbsp;rc.right = 180;<BR>&nbsp;rc.bottom = 500;<BR>&nbsp;m_wndTaskPanel.Create(WS_CHILD|WS_VISIBLE|WS_CLIPSIBLINGS|WS_CLIPCHILDREN, rc, this, 0);</DIV><DIV>&nbsp;m_wndTaskPanel.SetTheme(xtpTaskPanelThemeNativeWinXPPlain);<BR>&nbsp;CXTPTaskPanelGroup* pGroupSoftExpert = m_wndTaskPanel.AddGroup(0);</DIV><DIV>pGroupSoftExpert-&gt;AddControlItem(m_softOutBarExpert);</DIV><DIV>}</DIV>]]>
   </description>
   <pubDate>Tue, 09 Jan 2007 23:00:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=6056&amp;PID=19090&amp;title=how-to-add-a-cxtoutbarctrl-to-taskpanel#19090</guid>
  </item> 
 </channel>
</rss>