<?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 : TaskPanel XTP_TPN_DBLCLICK and CLICK Msgs</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : TaskPanel XTP_TPN_DBLCLICK and CLICK Msgs]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 10 Apr 2026 15:43:28 +0000</pubDate>
  <lastBuildDate>Wed, 17 Aug 2005 12:04:55 +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=2723</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[TaskPanel XTP_TPN_DBLCLICK and CLICK Msgs : &amp;gt;&amp;gt; scare code. &amp;lt;&amp;lt;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2723&amp;PID=8186&amp;title=taskpanel-xtp-tpn-dblclick-and-click-msgs#8186</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1338">Hazelnut</a><br /><strong>Subject:</strong> 2723<br /><strong>Posted:</strong> 17 August 2005 at 12:04pm<br /><br /><P>&gt;&gt; scare code. &lt;&lt; <IMG src="http://forum.codejock.com/smileys/smiley17.gif" border="0"></P><P>Hi Oleg,</P><P>The <FONT color=#c000c0>WCTMSG_LOCALDEVICE_SETTINGS_CHANGE </FONT><FONT color=#000000>is a message I use to indicate that a new device has been selected. My Task bar is a list of devices such as printer models.&nbsp; A single click simply sends the message to the current active child frame so that it can update some internal data.&nbsp; A double click opens a new document (and childframe) then sends the message.&nbsp; Since the new child is now the active frame, it gets the device change message only and updates it's internal data ...the other frames do not get the notification unless they are reactivated.</FONT></P><P><FONT color=#000000>It was important in my application to tell the difference between a click and a double click.&nbsp; Without this workaround, the current frame would get the notification first then&nbsp;a new&nbsp;frame would be created getting the second message as well ...when the user doubleclicked.&nbsp; The end result was that the new document and the old document selected the same device if it was a double click.&nbsp; I wanted the old document to remain unchanged when a new document was created with a double click. As much as it is </FONT><FONT color=#ff3333>scare code</FONT><FONT color=#000000>, it was the only way I could think of doing it.&nbsp; It's working quite well, but we'll see...</FONT></P><P>Thanks!</P><P>Paul...</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Wed, 17 Aug 2005 12:04:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2723&amp;PID=8186&amp;title=taskpanel-xtp-tpn-dblclick-and-click-msgs#8186</guid>
  </item> 
  <item>
   <title><![CDATA[TaskPanel XTP_TPN_DBLCLICK and CLICK Msgs : scare code. is it great prodlem...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2723&amp;PID=8176&amp;title=taskpanel-xtp-tpn-dblclick-and-click-msgs#8176</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2723<br /><strong>Posted:</strong> 17 August 2005 at 7:47am<br /><br /><P>scare code.</P><P>is it great prodlem to send both <FONT color=#c000c0>WCTMSG_LOCALDEVICE_SETTINGS_CHANGE </FONT><FONT color=#000000>for click and doubl click insterad this huge workaround?</FONT></P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Wed, 17 Aug 2005 07:47:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2723&amp;PID=8176&amp;title=taskpanel-xtp-tpn-dblclick-and-click-msgs#8176</guid>
  </item> 
  <item>
   <title><![CDATA[TaskPanel XTP_TPN_DBLCLICK and CLICK Msgs : Hi Oleg,   No, I don&amp;#039;t...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2723&amp;PID=8163&amp;title=taskpanel-xtp-tpn-dblclick-and-click-msgs#8163</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1338">Hazelnut</a><br /><strong>Subject:</strong> 2723<br /><strong>Posted:</strong> 16 August 2005 at 10:09am<br /><br /><P>Hi Oleg, </P><P>&nbsp;</P><P>No, I don't expect TP to see the future, but I do expect it to&nbsp;remember the past! <IMG src="http://forum.codejock.com/smileys/smiley2.gif" border="0"></P><P>Here is how I got around it.&nbsp; It may not be the best solution, but it does work for my application. Thanks for the response!</P><P><FONT color=#008000>/// Member vars....</P></FONT><FONT color=#c00000><P>UINT</FONT> <FONT color=#808080>m_nTimerEvent</FONT>;</P><FONT color=#0000ff><P>int</FONT> <FONT color=#808080>m_nClicks</FONT>;</P><FONT color=#c00000><P>UINT</FONT> <FONT color=#808080>m_uTimer</FONT>;</P><FONT color=#c00000><P>LONG</FONT> <FONT color=#808080>m_lTemp</FONT>;</P><P>&nbsp;</P><FONT color=#c00000><P>CDeviceView</FONT>::<FONT color=#c00000>CDeviceView</FONT>()</P><P>{</P><P><FONT color=#808080>&nbsp;&nbsp; m_nTimerEvent</FONT> = 0x1234;</P><P><FONT color=#808080>&nbsp;&nbsp; m_nClicks</FONT> = 0;</P><P><FONT color=#808080>&nbsp;&nbsp; m_uTimer</FONT> = 0;</P><P>}</P><P>&nbsp;</P><FONT color=#c00000><P>LRESULT</FONT> <FONT color=#c00000>CDeviceView</FONT>::<FONT color=#c00000>OnOutbarNotify</FONT>(<FONT color=#c00000>WPARAM</FONT> <FONT color=#808080>wParam</FONT>, <FONT color=#c00000>LPARAM</FONT> <FONT color=#808080>lParam</FONT>)</P><P>{</P><P><FONT color=#0000ff>&nbsp;&nbsp; switch</FONT> (<FONT color=#808080>wParam</FONT>)</P><P>&nbsp;&nbsp; {</P><P><FONT color=#0000ff>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case</FONT> <FONT color=#808080>XTP_TPN_DBLCLICK</FONT>:</P><P>&nbsp;&nbsp;&nbsp;&nbsp; {</P><P><FONT color=#0000ff>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if</FONT>(<FONT color=#808080>m_uTimer</FONT> == 0)</P><P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {</P><P><FONT color=#808080>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_uTimer</FONT> = <FONT color=#c00000>SetTimer</FONT>(<FONT color=#808080>m_nTimerEvent</FONT>, 300, <FONT color=#c000c0>NULL</FONT>);</P><P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</P><P><FONT color=#808080>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_nClicks</FONT> += 2;</P><P><FONT color=#808080>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_lTemp</FONT> = <FONT color=#808080>lParam</FONT>;</P><P><FONT color=#0000ff>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return</FONT> <FONT color=#c000c0>TRUE</FONT>;</P><P>&nbsp;&nbsp; }</P><P><FONT color=#0000ff>&nbsp;&nbsp; break</FONT>;</P><P></P><P><FONT color=#0000ff>&nbsp;&nbsp; case</FONT> <FONT color=#808080>XTP_TPN_CLICK</FONT>:</P><P>&nbsp;&nbsp; {</P><P><FONT color=#0000ff>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if</FONT>(<FONT color=#808080>m_uTimer</FONT> == 0)</P><P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {</P><P><FONT color=#808080> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; m_uTimer</FONT> = <FONT color=#c00000>SetTimer</FONT>(<FONT color=#808080>m_nTimerEvent</FONT>, 300, <FONT color=#c000c0>NULL</FONT>);</P><P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</P><P><FONT color=#808080>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_nClicks</FONT>++;</P><P><FONT color=#808080>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_lTemp</FONT> = <FONT color=#808080>lParam</FONT>;</P><P><FONT color=#0000ff>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return</FONT> <FONT color=#c000c0>TRUE</FONT>;</P><P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</P><P><FONT color=#0000ff>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; break</FONT>;</P><P>&nbsp;&nbsp; }</P><P><FONT color=#0000ff>&nbsp;&nbsp; return</FONT> 0;</P><P>}</P><P>&nbsp;</P><FONT color=#0000ff><P>void</FONT> <FONT color=#c00000>CDeviceView</FONT>::<FONT color=#c00000>OnTimer</FONT>(<FONT color=#c00000>UINT</FONT> <FONT color=#808080>nIDEvent</FONT>) </P><P>{</P><P><FONT color=#0000ff>&nbsp;&nbsp; if</FONT>(<FONT color=#808080>nIDEvent</FONT> == <FONT color=#808080>m_nTimerEvent</FONT>)</P><P>&nbsp;&nbsp; {</P><P><FONT color=#c00000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LONG</FONT> <FONT color=#808080>lParam</FONT> = <FONT color=#808080>m_lTemp</FONT>;</P><P></P><P><FONT color=#c00000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; KillTimer</FONT>(<FONT color=#808080>nIDEvent</FONT>);</P><P><FONT color=#808080>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_uTimer</FONT> = 0;</P><P><FONT color=#0000ff>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if</FONT>(<FONT color=#808080>m_nClicks</FONT> == 1)</P><P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {</P><P><FONT color=#808080>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_nClicks</FONT> = 0;</P><P><FONT color=#008000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // Device selection changed, tell mainframe to relay this to active child frame...</P></FONT><P><FONT color=#c00000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CXTPTaskPanelGroupItem</FONT>* <FONT color=#808080>pItem</FONT> = (<FONT color=#c00000>CXTPTaskPanelGroupItem</FONT>*)<FONT color=#808080>lParam</FONT>;</P><P><FONT color=#c00000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AfxGetMainWnd</FONT>()-&gt;<FONT color=#c000c0>SendMessage</FONT>(<FONT color=#c000c0>WCTMSG_LOCALDEVICE_SETTINGS_CHANGE</FONT>,<FONT color=#808080>pItem</FONT>-&gt;<FONT color=#c00000>GetID</FONT>(), 0L);</P><P><FONT color=#c000c0>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TRACE</FONT>("Single Click Only\n");</P><P>&nbsp;&nbsp;&nbsp;&nbsp; }</P><P><FONT color=#0000ff>&nbsp;&nbsp;&nbsp;&nbsp; else</FONT> <FONT color=#0000ff>if</FONT>(<FONT color=#808080>m_nClicks</FONT> &gt;= 2)</P><P>&nbsp;&nbsp; {</P><P><FONT color=#808080>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; m_nClicks</FONT> = 0;</P><P><FONT color=#0000ff>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if</FONT>(<FONT color=#808080>theApp</FONT>.<FONT color=#808080>m_bOkToCreateNewTestViewOnDbleClick</FONT>)</P><P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {</P><P><FONT color=#0000ff>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if</FONT>((((<FONT color=#c00000>CMainFrame</FONT> *) <FONT color=#c00000>AfxGetMainWnd</FONT>())-&gt;<FONT color=#808080>m_TestViewEntries</FONT>.<FONT color=#c00000>GetNumberOfOpenTestViews</FONT>() &lt; <FONT color=#c000c0>MAX_OPEN_TESTS</FONT>))</P><P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {</P><P><FONT color=#808080> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; theApp</FONT>.<FONT color=#c00000>OnFileNewDevice</FONT>(); <FONT color=#008000>// double click creates a new test view</P></FONT><P><FONT color=#008000> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; // Device selection changed, tell mainframe to relay this to active child frame...</P></FONT><P><FONT color=#c00000> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; CXTPTaskPanelGroupItem</FONT>* <FONT color=#808080>pItem</FONT> = (<FONT color=#c00000>CXTPTaskPanelGroupItem</FONT>*)<FONT color=#808080>lParam</FONT>;</P><P><FONT color=#c00000> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp; AfxGetMainWnd</FONT>()-&gt;<FONT color=#c000c0>SendMessage</FONT>(<FONT color=#c000c0>WCTMSG_LOCALDEVICE_SETTINGS_CHANGE</FONT>,<FONT color=#808080>pItem</FONT>-&gt;<FONT color=#c00000>GetID</FONT>(), 0L);</P><P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</P><P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</P><P><FONT color=#c000c0>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TRACE</FONT>("Double Click Only\n");</P><P>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</P><P>&nbsp;&nbsp; }</P><P><FONT color=#c00000>&nbsp;&nbsp; CWnd</FONT>::<FONT color=#c00000>OnTimer</FONT>(<FONT color=#808080>nIDEvent</FONT>);</P><P>}</P>]]>
   </description>
   <pubDate>Tue, 16 Aug 2005 10:09:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2723&amp;PID=8163&amp;title=taskpanel-xtp-tpn-dblclick-and-click-msgs#8163</guid>
  </item> 
  <item>
   <title><![CDATA[TaskPanel XTP_TPN_DBLCLICK and CLICK Msgs :  Hi, How do you see this? Task...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2723&amp;PID=8148&amp;title=taskpanel-xtp-tpn-dblclick-and-click-msgs#8148</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 2723<br /><strong>Posted:</strong> 16 August 2005 at 2:39am<br /><br /><P>&nbsp;</P><P>Hi,</P><P>How do you see this? Task Panel&nbsp;must read mind of user after first click to know if he want to click again for Double click ?</P><P>&nbsp;</P><P>i'm serious :)</P>]]>
   </description>
   <pubDate>Tue, 16 Aug 2005 02:39:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2723&amp;PID=8148&amp;title=taskpanel-xtp-tpn-dblclick-and-click-msgs#8148</guid>
  </item> 
  <item>
   <title><![CDATA[TaskPanel XTP_TPN_DBLCLICK and CLICK Msgs : Hi All, Is there any way to ensure...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=2723&amp;PID=8135&amp;title=taskpanel-xtp-tpn-dblclick-and-click-msgs#8135</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1338">Hazelnut</a><br /><strong>Subject:</strong> 2723<br /><strong>Posted:</strong> 15 August 2005 at 12:25pm<br /><br /><P>Hi All,</P><P>Is there any way to ensure that when a user double clicks on a Task Panel Item, only the XTP_TPN_DBLCLICK message is sent? Right now, double clicking on an item sends both the XTP_TPN_CLICK and XTP_TPN_DBLCLICK messages which really messes up the logic in my application based on the two different messages.</P><P>Here is part of the switch statement code...</P><P><FONT face="Courier New, Courier, mono"><FONT size=2><FONT color=#0000ff>case</FONT> <FONT color=#808080>XTP_TPN_DBLCLICK</FONT>:</FONT></FONT></P><P><FONT face="Courier New, Courier, mono" size=2>{</FONT></P><P><FONT face="Courier New, Courier, mono"><FONT size=2><FONT color=#0000ff>&nbsp;&nbsp; if</FONT>(<FONT color=#808080>theApp</FONT>.<FONT color=#808080>m_bOkToCreateNewTestViewOnDbleClick</FONT>)</FONT></FONT></P><P><FONT face="Courier New, Courier, mono" size=2>&nbsp;&nbsp; {</FONT></P><P><FONT face="Courier New, Courier, mono"><FONT size=2><FONT color=#0000ff>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if</FONT>((((<FONT color=#c00000>CMainFrame</FONT> *) <FONT color=#c00000>AfxGetMainWnd</FONT>())-&gt;<FONT color=#808080>m_TestViewEntries</FONT>.<FONT color=#c00000>GetNumberOfOpenTestViews</FONT>() &lt; <FONT color=#c000c0>MAX_OPEN_TESTS</FONT>))</FONT></FONT></P><P><FONT face="Courier New, Courier, mono" size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {</FONT></P><P><FONT face="Courier New, Courier, mono"><FONT size=2><FONT color=#808080>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; theApp</FONT>.<FONT color=#c00000>OnFileNewDevice</FONT>(); <FONT color=#008000>// double click creates a new test view</P></FONT></FONT></FONT><P><FONT color=#008000><FONT face="Courier New, Courier, mono" size=2>// Device selection changed, tell mainframe to relay this to active child frame...</FONT></P></FONT><P><FONT face="Courier New, Courier, mono"><FONT size=2><FONT color=#c00000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; CXTPTaskPanelGroupItem</FONT>* <FONT color=#808080>pItem</FONT> = (<FONT color=#c00000>CXTPTaskPanelGroupItem</FONT>*)<FONT color=#808080>lParam</FONT>;</FONT></FONT></P><P><FONT face="Courier New, Courier, mono"><FONT size=2><FONT color=#c00000>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; AfxGetMainWnd</FONT>()-&gt;<FONT color=#c000c0>SendMessage</FONT>(<FONT color=#c000c0>WCTMSG_DEVICE_SETTINGS_CHANGED</FONT>, <FONT color=#808080>pItem</FONT>-&gt;<FONT color=#c00000>GetID</FONT>(), 0L);</FONT></FONT></P><P><FONT face="Courier New, Courier, mono" size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</FONT></P><P><FONT face="Courier New, Courier, mono" size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }</FONT></P><P><FONT face="Courier New, Courier, mono"><FONT size=2><FONT color=#0000ff>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; return</FONT> <FONT color=#c000c0>TRUE</FONT>;</FONT></FONT></P><P><FONT face="Courier New, Courier, mono" size=2>&nbsp;&nbsp; }</FONT></P><P><FONT face="Courier New, Courier, mono"><FONT size=2><FONT color=#0000ff>break</FONT>;</FONT></FONT></P><P><FONT face="Courier New, Courier, mono" size=2></FONT></P><P><FONT face="Courier New, Courier, mono"><FONT size=2><FONT color=#0000ff>case</FONT> <FONT color=#808080>XTP_TPN_CLICK</FONT>:</FONT></FONT></P><P><FONT face="Courier New, Courier, mono" size=2>{</FONT></P><P><FONT color=#008000><FONT face="Courier New, Courier, mono" size=2>&nbsp;&nbsp; // Device selection changed, tell mainframe to relay this to active child frame...</FONT></P></FONT><P><FONT face="Courier New, Courier, mono"><FONT size=2><FONT color=#c00000>&nbsp;&nbsp; CXTPTaskPanelGroupItem</FONT>* <FONT color=#808080>pItem</FONT> = (<FONT color=#c00000>CXTPTaskPanelGroupItem</FONT>*)<FONT color=#808080>lParam</FONT>;</FONT></FONT></P><P><FONT face="Courier New, Courier, mono"><FONT size=2><FONT color=#c00000>&nbsp;&nbsp; AfxGetMainWnd</FONT>()-&gt;<FONT color=#c000c0>SendMessage</FONT>(<FONT color=#c000c0>WCTMSG_DEVICE_SETTINGS_CHANGED</FONT>, <FONT color=#808080>pItem</FONT>-&gt;<FONT color=#c00000>GetID</FONT>(), 0L);</FONT></FONT></P><P><FONT face="Courier New, Courier, mono"><FONT size=2><FONT color=#0000ff>&nbsp;&nbsp; return</FONT> <FONT color=#c000c0>TRUE</FONT>;</FONT></FONT></P><P><FONT face="Courier New, Courier, mono" size=2>&nbsp;&nbsp; }</FONT></P><P><FONT face="Courier New, Courier, mono"><FONT size=2><FONT color=#0000ff>break</FONT>;</FONT></FONT></P><P><FONT color=#808080>Thanks!</FONT></P><P><FONT color=#808080>&nbsp;</P></FONT><span style="font-size:10px"><br /><br />Edited by Hazelnut</span>]]>
   </description>
   <pubDate>Mon, 15 Aug 2005 12:25:22 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=2723&amp;PID=8135&amp;title=taskpanel-xtp-tpn-dblclick-and-click-msgs#8135</guid>
  </item> 
 </channel>
</rss>