<?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 : C&#111;ntext Sensitive help(.chm) in MFC</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : General Discussion : C&#111;ntext Sensitive help(.chm) in MFC]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 01:25:31 +0000</pubDate>
  <lastBuildDate>Tue, 04 Jan 2005 23:11:17 +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=508</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[C&#111;ntext Sensitive help(.chm) in MFC : Hi, I have seen the HelpContext...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=508&amp;PID=4608&amp;title=context-sensitive-help-chm-in-mfc#4608</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=922">Boogh</a><br /><strong>Subject:</strong> 508<br /><strong>Posted:</strong> 04 January 2005 at 11:11pm<br /><br /><P>Hi,</P><P>I have seen the HelpContext MDI sample and have not found it helpful. My problem is as follows:</P><P>I have&nbsp; a docking frame MDI application built using latest ToolKitPro. In my different panes I have CTreeCtrls derived controls and want to be able to capture WM_CONTEXTMENU message in my own derived classes.</P><P>It appears that almost all of the messages I have tried including WM_RBUTTONDOWN gets routed appropriately, but this is not true for WM_CONTEXTMENU. Strangely enough, the member function capturing WM_CONTEXTMENU, gets called when I double click right mouse button- this of course happen when I do not capture WM_RBUTTONDOWN.</P><P>FYI, I have not modified the base code created by the wizard, and I do have context sesitive help on. Also, I have seen the message handling routines in ActivePane, and am not using it- the example is for SDI and I thing I would need to modify the child frame. Finally, I am not using the template CDockPaneWnd because when I do that scrolbars on CEdit controls do not work properly, so instead I am deriving my own classes from standard controls.</P><P>I would appreciate your input on this.</P><P>If I am missing something obvious I apologize, I have started with this for only 2 days. Please treat me as a newbie. :)</P><P>Thanks.</P>]]>
   </description>
   <pubDate>Tue, 04 Jan 2005 23:11:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=508&amp;PID=4608&amp;title=context-sensitive-help-chm-in-mfc#4608</guid>
  </item> 
  <item>
   <title><![CDATA[C&#111;ntext Sensitive help(.chm) in MFC : Iam mapping my id&amp;#039;s as static...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=508&amp;PID=1311&amp;title=context-sensitive-help-chm-in-mfc#1311</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=406">AnnJS</a><br /><strong>Subject:</strong> 508<br /><strong>Posted:</strong> 12 March 2004 at 9:32am<br /><br /><P>I&nbsp;am mapping my id's as static DWORD myarray&#091;&#093; = {<BR>IDC_BUTTON_EDIT, 1,<BR>IDC_CUSTOM, 2,<BR>IDC_STATIC,3,<BR>0,0<BR>};</P><P>HH_TP_HELP_WM_HELP/HH_TP_HELP_CONTEXT_MENU: No help id's matches control id #0 is the Erro message generated by the help author. </P><P>Help is displayed for IDC_BUTTON_EDIT and IDC_CUSTOM. But not for the static field. How can I display help for a static field?</P><P>I am writing the API in OnContextMenu() Function</P><P>&nbsp;</P><P>Thakns,</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Fri, 12 Mar 2004 09:32:29 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=508&amp;PID=1311&amp;title=context-sensitive-help-chm-in-mfc#1311</guid>
  </item> 
  <item>
   <title><![CDATA[C&#111;ntext Sensitive help(.chm) in MFC : I have seen many samples for Context...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=508&amp;PID=1303&amp;title=context-sensitive-help-chm-in-mfc#1303</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=406">AnnJS</a><br /><strong>Subject:</strong> 508<br /><strong>Posted:</strong> 11 March 2004 at 10:05pm<br /><br /><P>I have seen many samples for Context sensitive help, but in all the help button(the ?) is on the title bar. If that si the case, the OnHelpInfo() function hets triggered. But my case is different. I have the help on a toolbar in the mainframe. This toolabr will be visible for during all the runtime of the application.I have to generate an event that gets activated whenever the user clicks this and anywhere else on his project.</P><P>&nbsp;</P><P>Thanks,</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Thu, 11 Mar 2004 22:05:02 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=508&amp;PID=1303&amp;title=context-sensitive-help-chm-in-mfc#1303</guid>
  </item> 
  <item>
   <title><![CDATA[C&#111;ntext Sensitive help(.chm) in MFC : Don&amp;#039;t you see HelpContext...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=508&amp;PID=1283&amp;title=context-sensitive-help-chm-in-mfc#1283</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 508<br /><strong>Posted:</strong> 10 March 2004 at 1:35pm<br /><br />Don't you see HelpContext sample?]]>
   </description>
   <pubDate>Wed, 10 Mar 2004 13:35:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=508&amp;PID=1283&amp;title=context-sensitive-help-chm-in-mfc#1283</guid>
  </item> 
  <item>
   <title><![CDATA[C&#111;ntext Sensitive help(.chm) in MFC : Hello, I have a Context sensitive...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=508&amp;PID=1276&amp;title=context-sensitive-help-chm-in-mfc#1276</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=406">AnnJS</a><br /><strong>Subject:</strong> 508<br /><strong>Posted:</strong> 10 March 2004 at 12:45am<br /><br /><P>Hello,</P><P>I have a Context sensitive buton on the toolbar. I ahev an application with multiple Dialogues. Presently, my help(Context Sensitive popup help)&nbsp;is getting activated only when I press F1. I want the same thing to happen when I click on the help toolbutton and anywhere on my application.How can I do this?</P><P>Additional info: I have used Htmlhelp workshop1.3 from microsoft for developing the help projetc. I have popup.h( which maps the control id to the help id)&nbsp;and popup.txt (which has the text to be displayed when the particular control is clicked).</P><P>I need detailed help coz Ive tried almost everything, but nothing worked.</P><P>Thanks,</P><P>Ann</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Wed, 10 Mar 2004 00:45:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=508&amp;PID=1276&amp;title=context-sensitive-help-chm-in-mfc#1276</guid>
  </item> 
 </channel>
</rss>