<?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 use OutlookBar with Dialog-based  app ?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : How to use OutlookBar with Dialog-based  app ?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 12 May 2026 21:53:01 +0000</pubDate>
  <lastBuildDate>Thu, 05 Jun 2008 02:42:40 +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=10878</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 use OutlookBar with Dialog-based  app ? : Hi Martin,  I imitated the sample...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10878&amp;PID=36289&amp;title=how-to-use-outlookbar-with-dialogbased-app#36289</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3828">compvis</a><br /><strong>Subject:</strong> 10878<br /><strong>Posted:</strong> 05 June 2008 at 2:42am<br /><br />Hi Martin,<DIV>&nbsp;</DIV><DIV>I imitated the sample "\Codejock Software\MFC\Xtreme ToolkitPro v11.2.2\Samples\TaskPanel\TaskPanel".</DIV><DIV>&nbsp;</DIV><DIV>I copied TaskpanelDlg.h and&nbsp; TaskpanelDlg.cpp into my project. I found that CTaskPanelDlg is not base class of any IDD_DIALOG_XXX. (Strange !!!)</DIV><DIV>&nbsp;</DIV><DIV>Although i created the taskpane (dialog based) on docking pane (dialog based) but i couln't get data from controls on these dialog.</DIV><DIV>&nbsp;</DIV><DIV>Mr. Oleg said that "Send request to <a href="mailto:supports@codejock.com" target="_blank">supports@codejock.com</A>. We will create sample for you". I sent request but nothing replied.</DIV><DIV>&nbsp;</DIV><DIV>Martin, could you help me ?</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Thu, 05 Jun 2008 02:42:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10878&amp;PID=36289&amp;title=how-to-use-outlookbar-with-dialogbased-app#36289</guid>
  </item> 
  <item>
   <title><![CDATA[How to use OutlookBar with Dialog-based  app ? : Hi compvis, hi Oleg; as seen...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10878&amp;PID=36240&amp;title=how-to-use-outlookbar-with-dialogbased-app#36240</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=109">mgampi</a><br /><strong>Subject:</strong> 10878<br /><strong>Posted:</strong> 04 June 2008 at 7:04am<br /><br /><P>Hi compvis, hi Oleg;</P><P>as seen in code, m_wndTaskPanel's parent ist the dialog not the graph control --&gt; see create function (parent=this)</P>]]>
   </description>
   <pubDate>Wed, 04 Jun 2008 07:04:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10878&amp;PID=36240&amp;title=how-to-use-outlookbar-with-dialogbased-app#36240</guid>
  </item> 
  <item>
   <title><![CDATA[How to use OutlookBar with Dialog-based  app ? : Hi,  Button always send it to...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10878&amp;PID=36230&amp;title=how-to-use-outlookbar-with-dialogbased-app#36230</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10878<br /><strong>Posted:</strong> 04 June 2008 at 12:55am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Button always send it to parent. So you need catch it in m_ctrlgrap class.</DIV>]]>
   </description>
   <pubDate>Wed, 04 Jun 2008 00:55:35 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10878&amp;PID=36230&amp;title=how-to-use-outlookbar-with-dialogbased-app#36230</guid>
  </item> 
  <item>
   <title><![CDATA[How to use OutlookBar with Dialog-based  app ? : Hi Oleg !  Thanks for your reply...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10878&amp;PID=36228&amp;title=how-to-use-outlookbar-with-dialogbased-app#36228</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3828">compvis</a><br /><strong>Subject:</strong> 10878<br /><strong>Posted:</strong> 03 June 2008 at 11:48pm<br /><br />Hi Oleg !<DIV>&nbsp;</DIV><DIV>Thanks for your reply but where i cant catch this event. My taskpanel is placed on docking pane and in OnInitDialog() function of docking pane class, i create taskpane as below:</DIV><DIV>&nbsp;</DIV><DIV>CXTPClientRect rc(this);<BR>&nbsp;rc.right =298;<BR>&nbsp;rc.left = 2;<BR>&nbsp;rc.bottom = 750;</DIV><DIV>&nbsp;<BR>&nbsp;m_wndTaskPanel.Create(WS_CHILD|WS_VISIBLE|WS_CLIPSIBLINGS|WS_CLIPCHILDREN|WS_TABSTOP, rc, this, 0);<BR>&nbsp;m_wndTaskPanel.SetTheme(xtpTaskPanelThemeToolboxWhidbey);<BR>&nbsp;m_wndTaskPanel.NavigateItems(TRUE);<BR>&nbsp;m_wndTaskPanel.SetBehaviour(xtpTaskPanelBehaviourExplorer);<BR>&nbsp;m_wndTaskPanel.SetHotTrackStyle(xtpTaskPanelHighlightItem);<BR>&nbsp;m_wndTaskPanel.SetSelectItemOnFocus(TRUE);<BR>&nbsp;m_wndTaskPanel.AllowDrag(TRUE);<BR>&nbsp;m_wndTaskPanel.SetOwner(this);</DIV><DIV>&nbsp;CXTPTaskPanelGroup* pGroup = m_wndTaskPanel.AddGroup(ID_TASKPANEL_GRAPH);</DIV><DIV><BR>&nbsp;m_ctrlgraph.Create(IDD_CONTROL_GRAPH, &amp;m_wndTaskPanel);<BR>&nbsp;CXTPTaskPanelGroupItem* pItem = pGroup-&gt;AddControlItem(m_ctrlgraph);<BR>&nbsp;pGroup-&gt;SetCaption(_T("Graph option"));<BR>&nbsp;pItem-&gt;GetMargins().SetRect(0, 0, 0, 0);<BR>&nbsp;m_ctrlgraph.SetItem(pItem);<BR>&nbsp;pGroup-&gt;SetExpanded(FALSE);<BR>&nbsp;</DIV><DIV>&nbsp;pGroup = m_wndTaskPanel.AddGroup(ID_TASKPANEL_CONTROL);<BR>&nbsp;pGroup-&gt;SetCaption(_T("E5CK Control"));<BR>&nbsp;pGroup-&gt;AddTextItem(_T("Start"));<BR>&nbsp;pGroup-&gt;AddTextItem(_T("Stop"));</DIV><DIV><BR>&nbsp;m_wndTaskPanel.Reposition(FALSE);<BR>&nbsp;</DIV><DIV>Check and Edit boxes is placed on IDD_CONTROL_GRAPH, now i want to get value from Edit boxes and handle events of check boxes. </DIV><DIV>&nbsp;</DIV><DIV>Pls help me !</DIV><DIV>&nbsp;</DIV><DIV>Thanks !</DIV><DIV>&nbsp;</DIV><DIV>(Sorry ! English is not my native language)</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 03 Jun 2008 23:48:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10878&amp;PID=36228&amp;title=how-to-use-outlookbar-with-dialogbased-app#36228</guid>
  </item> 
  <item>
   <title><![CDATA[How to use OutlookBar with Dialog-based  app ? : Hi,  Cath BN_CLICKED notification....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10878&amp;PID=36189&amp;title=how-to-use-outlookbar-with-dialogbased-app#36189</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10878<br /><strong>Posted:</strong> 03 June 2008 at 6:24am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Cath <strong>BN_CLICKED</strong>&nbsp; notification.</DIV>]]>
   </description>
   <pubDate>Tue, 03 Jun 2008 06:24:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10878&amp;PID=36189&amp;title=how-to-use-outlookbar-with-dialogbased-app#36189</guid>
  </item> 
  <item>
   <title><![CDATA[How to use OutlookBar with Dialog-based  app ? : Hello Oleg !  Now i have dialog...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10878&amp;PID=36186&amp;title=how-to-use-outlookbar-with-dialogbased-app#36186</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3828">compvis</a><br /><strong>Subject:</strong> 10878<br /><strong>Posted:</strong> 03 June 2008 at 5:57am<br /><br />Hello Oleg !<DIV>&nbsp;</DIV><DIV>Now i have dialog likes Outlookbar style (using taskpanel).&nbsp; But i have a question. How to handle events on that dialog ?</DIV><DIV>&nbsp;</DIV><DIV>Such as below, this is my dialog:</DIV><DIV>&nbsp;</DIV><DIV><img src="https://forum.codejock.com/uploads/20080603_055533_Untitled.png" border="0"></DIV><DIV>&nbsp;</DIV><DIV>I want to handle events of check1, check2, check3...</DIV><DIV>&nbsp;</DIV><DIV>thanks</DIV>]]>
   </description>
   <pubDate>Tue, 03 Jun 2008 05:57:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10878&amp;PID=36186&amp;title=how-to-use-outlookbar-with-dialogbased-app#36186</guid>
  </item> 
  <item>
   <title><![CDATA[How to use OutlookBar with Dialog-based  app ? : Hi,  if you mean CXTPTaskDialog...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10878&amp;PID=36167&amp;title=how-to-use-outlookbar-with-dialogbased-app#36167</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10878<br /><strong>Posted:</strong> 03 June 2008 at 1:14am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>if you mean CXTPTaskDialog class, see Samples\TaskPanel\TaskPanel\SearchDlg.cpp&nbsp; sources.</DIV>]]>
   </description>
   <pubDate>Tue, 03 Jun 2008 01:14:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10878&amp;PID=36167&amp;title=how-to-use-outlookbar-with-dialogbased-app#36167</guid>
  </item> 
  <item>
   <title><![CDATA[How to use OutlookBar with Dialog-based  app ? : Hello everyone !  How to use...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10878&amp;PID=36158&amp;title=how-to-use-outlookbar-with-dialogbased-app#36158</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3828">compvis</a><br /><strong>Subject:</strong> 10878<br /><strong>Posted:</strong> 02 June 2008 at 9:23pm<br /><br />Hello everyone !<DIV>&nbsp;</DIV><DIV>How to use OutlookBar control with Dialog-based application ?</DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Mon, 02 Jun 2008 21:23:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10878&amp;PID=36158&amp;title=how-to-use-outlookbar-with-dialogbased-app#36158</guid>
  </item> 
 </channel>
</rss>