<?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 : Menu Tracking - Windows 95/98/ME</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Menu Tracking - Windows 95/98/ME]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 14:25:53 +0000</pubDate>
  <lastBuildDate>Thu, 28 Oct 2004 09:35:15 +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=1333</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[Menu Tracking - Windows 95/98/ME : Oleg Yes, that does work.  ...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1333&amp;PID=3748&amp;title=menu-tracking-windows-95-98-me#3748</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=537">Kenneth</a><br /><strong>Subject:</strong> 1333<br /><strong>Posted:</strong> 28 October 2004 at 9:35am<br /><br /><P>Oleg</P><P>Yes, that does work.</P><P>&nbsp;</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 28 Oct 2004 09:35:15 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1333&amp;PID=3748&amp;title=menu-tracking-windows-95-98-me#3748</guid>
  </item> 
  <item>
   <title><![CDATA[Menu Tracking - Windows 95/98/ME : call CXTPFrameWnd::OnWndMsg instead...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1333&amp;PID=3733&amp;title=menu-tracking-windows-95-98-me#3733</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1333<br /><strong>Posted:</strong> 28 October 2004 at 6:39am<br /><br /><P>call C<strong>XTP</strong>FrameWnd::OnWndMsg instead of CWnd::OnWndMsg. I think it must solve your problem.</P>]]>
   </description>
   <pubDate>Thu, 28 Oct 2004 06:39:39 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1333&amp;PID=3733&amp;title=menu-tracking-windows-95-98-me#3733</guid>
  </item> 
  <item>
   <title><![CDATA[Menu Tracking - Windows 95/98/ME : Oleg I had CFrameWnd before,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1333&amp;PID=3727&amp;title=menu-tracking-windows-95-98-me#3727</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=537">Kenneth</a><br /><strong>Subject:</strong> 1333<br /><strong>Posted:</strong> 28 October 2004 at 12:07am<br /><br /><P>Oleg</P><P>I had CFrameWnd before, and changed to CWnd just to see if it made any difference.&nbsp; But I had the same problem.&nbsp; The logic works as far as resolving the Windows 95/98/Me menu problem, but prevents ON_XTP_EXECUTE&nbsp;from working on all systems, including XP.&nbsp; However keep in mind that I believe this only affects programs compiled with Unicode with Unicows support.</P>]]>
   </description>
   <pubDate>Thu, 28 Oct 2004 00:07:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1333&amp;PID=3727&amp;title=menu-tracking-windows-95-98-me#3727</guid>
  </item> 
  <item>
   <title><![CDATA[Menu Tracking - Windows 95/98/ME : copy code from XTPFrameWnd.h. What...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1333&amp;PID=3726&amp;title=menu-tracking-windows-95-98-me#3726</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 1333<br /><strong>Posted:</strong> 27 October 2004 at 11:44pm<br /><br /><P>copy code from XTPFrameWnd.h.</P><P>What is base class for CMainFrame? Why you call <strong>CWnd</strong>::OnWndMsg(message,wParam,lParam,pResult); instead of <strong>CFrameWnd </strong>I think it is cause of your problem.<BR></P>]]>
   </description>
   <pubDate>Wed, 27 Oct 2004 23:44:33 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1333&amp;PID=3726&amp;title=menu-tracking-windows-95-98-me#3726</guid>
  </item> 
  <item>
   <title><![CDATA[Menu Tracking - Windows 95/98/ME : I found a better and more reliable...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1333&amp;PID=3724&amp;title=menu-tracking-windows-95-98-me#3724</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=537">Kenneth</a><br /><strong>Subject:</strong> 1333<br /><strong>Posted:</strong> 27 October 2004 at 6:17pm<br /><br /><P>I found a better and more reliable method to take care of this problem.&nbsp; Boy, Unicows/Unicode and this Tookkit Pro sure does clash a lot!&nbsp; Never had these problems with Xtreme toolkit.</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Wed, 27 Oct 2004 18:17:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1333&amp;PID=3724&amp;title=menu-tracking-windows-95-98-me#3724</guid>
  </item> 
  <item>
   <title><![CDATA[Menu Tracking - Windows 95/98/ME : When you compile an app using...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1333&amp;PID=3723&amp;title=menu-tracking-windows-95-98-me#3723</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=537">Kenneth</a><br /><strong>Subject:</strong> 1333<br /><strong>Posted:</strong> 27 October 2004 at 2:22pm<br /><br /><P>When you compile an app using Unicows, the ability to properly close the menu is lost on Windows 95/98 and ME.&nbsp; The only way to close an expanded menu is to left mouse click on the title bar.&nbsp; I added the following code to the application, which resolves the problem.&nbsp; However, adding the OnWndMsg override prevents any ON_XTP_EXECUTE to work.&nbsp; Is there a solution to this?</P><P>Added code:</P><P>BOOL CMainFrame::OnWndMsg(UINT message,WPARAM wParam,LPARAM lParam,LRESULT* pResult)<BR>&nbsp;{<BR>&nbsp;// Handles Menu problem on Windows 9x when using UNICODE/UNICOWS<BR>&nbsp;if(XTPMouseManager()-&gt;IsTrackedLock())<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; switch(message)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case WM_ACTIVATEAPP:<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if(!wParam) <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTPMouseManager()-&gt;SendTrackLost();<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return(FALSE);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case WM_SYSCOMMAND:<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if(wParam == 0 || LOWORD(wParam) != 0)<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTPMouseManager()-&gt;SendTrackLost();<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return(FALSE);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; case WM_COMMAND:<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if(wParam == 0 || (LOWORD(wParam) != 0 &amp;&amp; HIWORD(wParam) == 0))<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; XTPMouseManager()-&gt;SendTrackLost();<BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; return(FALSE);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<BR>&nbsp;return CWnd::OnWndMsg(message,wParam,lParam,pResult);<BR>&nbsp;}</P>]]>
   </description>
   <pubDate>Wed, 27 Oct 2004 14:22:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1333&amp;PID=3723&amp;title=menu-tracking-windows-95-98-me#3723</guid>
  </item> 
 </channel>
</rss>