<?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 : OutlookBar item selection...</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : OutlookBar item selection...]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 04 Apr 2026 13:53:49 +0000</pubDate>
  <lastBuildDate>Tue, 29 Apr 2008 19:26:04 +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=10389</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[OutlookBar item selection... : thanks, now it works ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10389&amp;PID=34418&amp;title=outlookbar-item-selection#34418</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3171">evoX</a><br /><strong>Subject:</strong> 10389<br /><strong>Posted:</strong> 29 April 2008 at 7:26pm<br /><br />thanks, now it works <img src="https://forum.codejock.com/smileys/smiley1.gif" border="0">]]>
   </description>
   <pubDate>Tue, 29 Apr 2008 19:26:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10389&amp;PID=34418&amp;title=outlookbar-item-selection#34418</guid>
  </item> 
  <item>
   <title><![CDATA[OutlookBar item selection... : to item:   m_wndOutlookBar....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10389&amp;PID=34410&amp;title=outlookbar-item-selection#34410</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10389<br /><strong>Posted:</strong> 29 April 2008 at 2:34pm<br /><br />to item:<DIV></DIV><DIV>&nbsp;</DIV><DIV>m_wndOutlookBar.SetFocusedItem(m_wndOutlookBar.GetAt(6)-&gt;GetAt(0));</DIV>]]>
   </description>
   <pubDate>Tue, 29 Apr 2008 14:34:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10389&amp;PID=34410&amp;title=outlookbar-item-selection#34410</guid>
  </item> 
  <item>
   <title><![CDATA[OutlookBar item selection... : Hi,  No, it does nothing.  the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10389&amp;PID=34391&amp;title=outlookbar-item-selection#34391</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3171">evoX</a><br /><strong>Subject:</strong> 10389<br /><strong>Posted:</strong> 29 April 2008 at 9:17am<br /><br />Hi,<DIV>&nbsp; No, it does nothing.</DIV><DIV>&nbsp; the item is not highlighted. And I think your code sets the focus to folder 6, I need to set the selection to an item not to folder.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 29 Apr 2008 09:17:24 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10389&amp;PID=34391&amp;title=outlookbar-item-selection#34391</guid>
  </item> 
  <item>
   <title><![CDATA[OutlookBar item selection... : oh ok.  try this  m_wndOutl...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10389&amp;PID=34385&amp;title=outlookbar-item-selection#34385</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10389<br /><strong>Posted:</strong> 29 April 2008 at 8:54am<br /><br />oh ok.<DIV>&nbsp;</DIV><DIV>try this </DIV><DIV>m_wndOutlookBar.SetFocusedItem(m_wndOutlookBar.GetAt(6));</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;OBN_XT_ITEMCLICK is message of CXTOutBarCtrl - not CXTPTaskPanel.</DIV>]]>
   </description>
   <pubDate>Tue, 29 Apr 2008 08:54:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10389&amp;PID=34385&amp;title=outlookbar-item-selection#34385</guid>
  </item> 
  <item>
   <title><![CDATA[OutlookBar item selection... : I used the code from the latest...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10389&amp;PID=34383&amp;title=outlookbar-item-selection#34383</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3171">evoX</a><br /><strong>Subject:</strong> 10389<br /><strong>Posted:</strong> 29 April 2008 at 8:47am<br /><br />I used the code from the latest sample from version 11.2.2&nbsp;<DIV>&nbsp;</DIV><DIV><B><FONT size=2><P>CXTPOfficeBorder&lt;CXTPTaskPanel&gt; m_wndOutlookBar;</P></B></FONT></DIV>]]>
   </description>
   <pubDate>Tue, 29 Apr 2008 08:47:42 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10389&amp;PID=34383&amp;title=outlookbar-item-selection#34383</guid>
  </item> 
  <item>
   <title><![CDATA[OutlookBar item selection... : Hi, OutlookBar is very obsolete...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10389&amp;PID=34356&amp;title=outlookbar-item-selection#34356</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 10389<br /><strong>Posted:</strong> 29 April 2008 at 12:40am<br /><br />Hi,<DIV>OutlookBar is very obsolete control. Use CXTPTaskPanel instead.</DIV>]]>
   </description>
   <pubDate>Tue, 29 Apr 2008 00:40:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10389&amp;PID=34356&amp;title=outlookbar-item-selection#34356</guid>
  </item> 
  <item>
   <title><![CDATA[OutlookBar item selection... : How can I change the current selected...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10389&amp;PID=34355&amp;title=outlookbar-item-selection#34355</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3171">evoX</a><br /><strong>Subject:</strong> 10389<br /><strong>Posted:</strong> 28 April 2008 at 10:48pm<br /><br /><P>How can I change the current selected item of OutlookBar without user intervention?</P><DIV>&nbsp;</DIV><DIV>I use this code, but it does not change the selection focus</DIV><DIV>&nbsp;</DIV><DIV><FONT size=2><P>m_wndOutlookBar.GetAt(6)-&gt;SetExpanded(TRUE); // open the folder</P><DIV>m_wndOutlookBar.PostMessage( OBN_XT_ITEMCLICK, CMD_ITEM2 ); //&nbsp;simulate mouse click&nbsp;</DIV></FONT></DIV>]]>
   </description>
   <pubDate>Mon, 28 Apr 2008 22:48:53 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10389&amp;PID=34355&amp;title=outlookbar-item-selection#34355</guid>
  </item> 
 </channel>
</rss>