<?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 : XTP_TPN_GROUPEXPANDING notify event ?</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : XTP_TPN_GROUPEXPANDING notify event ?]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 30 Apr 2026 15:56:03 +0000</pubDate>
  <lastBuildDate>Mon, 28 Jul 2008 09:18:27 +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=11594</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[XTP_TPN_GROUPEXPANDING notify event ? : case XTP_TPN_GROUPEXPANDING:{XTP_TPNGROUPEXPANDING*...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11594&amp;PID=38990&amp;title=xtp-tpn-groupexpanding-notify-event#38990</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4374">whhust</a><br /><strong>Subject:</strong> 11594<br /><strong>Posted:</strong> 28 July 2008 at 9:18am<br /><br />&nbsp;case XTP_TPN_GROUPEXPANDING:<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;XTP_TPNGROUPEXPANDING* pNMGROUPEXPANDING = (XTP_TPNGROUPEXPANDING*)lParam;<BR>&nbsp;&nbsp;&nbsp;for (int nFolder = 0; nFolder &lt; _countof(FolderDefs); nFolder++)<BR>&nbsp;&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;&nbsp;if(m_pOutlookBarGrp&#091;nFolder&#093; == pNMGROUPEXPANDING-&gt;pGroup)<BR>&nbsp;&nbsp;&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;CString strTmp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strTmp.Format(_T("Click Event: Group = %i\n"), <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;nFolder);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;AfxMessageBox(strTmp);<BR>&nbsp;&nbsp;&nbsp;&nbsp;}<BR>&nbsp;&nbsp;&nbsp;}<BR>&nbsp;&nbsp;}<BR>&nbsp;&nbsp;break;<DIV></DIV><DIV></DIV>=======================<DIV>&nbsp;</DIV><DIV>Thanks!!</DIV>]]>
   </description>
   <pubDate>Mon, 28 Jul 2008 09:18:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11594&amp;PID=38990&amp;title=xtp-tpn-groupexpanding-notify-event#38990</guid>
  </item> 
  <item>
   <title><![CDATA[XTP_TPN_GROUPEXPANDING notify event ? :  XTP_TPNGROUPEXPANDING* pNMGROUPEXPANDING...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11594&amp;PID=38961&amp;title=xtp-tpn-groupexpanding-notify-event#38961</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 11594<br /><strong>Posted:</strong> 28 July 2008 at 2:42am<br /><br /><DIV>&nbsp;</DIV><DIV>XTP_TPNGROUPEXPANDING* pNMGROUPEXPANDING = (XTP_TPNGROUPEXPANDING*)lParam;</DIV><DIV><BR>if (pNMGROUPEXPANDING-&gt;pGroup == ...) ...</DIV>]]>
   </description>
   <pubDate>Mon, 28 Jul 2008 02:42:59 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11594&amp;PID=38961&amp;title=xtp-tpn-groupexpanding-notify-event#38961</guid>
  </item> 
  <item>
   <title><![CDATA[XTP_TPN_GROUPEXPANDING notify event ? : Hello,I have the following code:  LRESULT...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=11594&amp;PID=38929&amp;title=xtp-tpn-groupexpanding-notify-event#38929</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4374">whhust</a><br /><strong>Subject:</strong> 11594<br /><strong>Posted:</strong> 26 July 2008 at 11:52pm<br /><br /><DIV>Hello,<BR>I have the following code:</DIV><DIV>&nbsp;</DIV><DIV>LRESULT CMainFrame::OnOutbarNotify(WPARAM wParam, LPARAM lParam)<BR>{<BR>&nbsp;switch (wParam)<BR>&nbsp;{<BR>&nbsp;case XTP_TPN_CLICK:<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;CXTPTaskPanelGroupItem* pItem = (CXTPTaskPanelGroupItem*)lParam;<BR>&nbsp;&nbsp;&nbsp;CString strTmp;<BR>&nbsp;&nbsp;&nbsp;strTmp.Format(_T("Click Event: pItem.Caption = %s, pItem.ID = %i\n"), <BR>&nbsp;&nbsp;&nbsp;&nbsp;pItem-&gt;GetCaption(), pItem-&gt;GetID());<BR>&nbsp;&nbsp;&nbsp;AfxMessageBox(strTmp);<BR>&nbsp;&nbsp;}<BR>&nbsp;&nbsp;break;</DIV><P>&nbsp;case XTP_TPN_GROUPEXPANDING:<BR>&nbsp;&nbsp;{</P><DIV><strong><FONT color=#ff0000>//I want to add some response code for different groups, but lParam doesn't seems to&nbsp;take information about groups. How to do?</FONT></strong></DIV><DIV>}<BR>&nbsp;&nbsp;break;</DIV><P>&nbsp;default:<BR>&nbsp;&nbsp;//nothing to do<BR>&nbsp;&nbsp;break;<BR>&nbsp;}</P><P>&nbsp;return 0;<BR>}</P><DIV>Thanks</DIV>]]>
   </description>
   <pubDate>Sat, 26 Jul 2008 23:52:49 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=11594&amp;PID=38929&amp;title=xtp-tpn-groupexpanding-notify-event#38929</guid>
  </item> 
 </channel>
</rss>