<?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 : Help field &amp; scrollbar/tooltip</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Property Grid : Help field &amp; scrollbar/tooltip]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 09:07:03 +0000</pubDate>
  <lastBuildDate>Thu, 06 Apr 2006 02:29:01 +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=3917</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[Help field &amp; scrollbar/tooltip : Thank you,  Now it work.  greetings...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3917&amp;PID=11995&amp;title=help-field-scrollbar-tooltip#11995</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 3917<br /><strong>Posted:</strong> 06 April 2006 at 2:29am<br /><br />Thank you,<br><br>Now it work.<br><br>greetings from austria<br>&nbsp;&nbsp;&nbsp; Jimmy<br><br>]]>
   </description>
   <pubDate>Thu, 06 Apr 2006 02:29:01 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3917&amp;PID=11995&amp;title=help-field-scrollbar-tooltip#11995</guid>
  </item> 
  <item>
   <title><![CDATA[Help field &amp; scrollbar/tooltip : Hello, code: class CPropertyGrid...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3917&amp;PID=11897&amp;title=help-field-scrollbar-tooltip#11897</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3917<br /><strong>Posted:</strong> 03 April 2006 at 8:08am<br /><br /><P>Hello,</P><P>code:</P><P>class CPropertyGrid : public CXTPPropertyGrid<BR>{<BR>public:<BR>&nbsp;CPropertyGrid()<BR>&nbsp;{<BR>&nbsp;&nbsp;m_pToolTipContext = new CXTPToolTipContext;<BR>&nbsp;&nbsp;m_pToolTipContext-&gt;SetMaxTipWidth(200);</P><P>&nbsp;&nbsp;m_pToolTipContext-&gt;ShowTitleAndDescription(TR UE);<BR>&nbsp;&nbsp;//m_pToolTipContext-&gt;SetStyle(xtpToolTipBallo on);</P><P>}<BR>&nbsp;<BR>&nbsp;~CPropertyGrid()<BR>&nbsp;{<BR> &nbsp;&nbsp;CMDTARGET_RELEASE(m_pToolTipContext);&nbsp;&nbsp ; ;<BR>&nbsp;}</P><P>&nbsp;BOOL OnWndMsg(UINT message, WPARAM wParam, LPARAM lParam, LRESULT* pResult)<BR>&nbsp;{<BR>&nbsp;&nbsp;if (m_pToolTipContext)<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;m_pToolTipContext-&gt;FilterToolTipMessage (this, message, wParam, lParam);<BR>&nbsp;&nbsp;}<BR>&nbsp;&nbsp;<BR>&nbsp;&nbsp;return CWnd::OnWndMsg(message, wParam, lParam, pResult);<BR>&nbsp;}</P><P>&nbsp;INT_PTR OnToolHitTest(CPoint point, TOOLINFO* pTI) const<BR>&nbsp;{<BR>&nbsp;&nbsp;<BR>&nbsp;&nbsp;ASSERT_VALID(this);<BR>&nbsp;&nbsp;ASSERT(::IsWindow(m_hWnd));<BR>&nbsp;&nbsp;<BR>&nbsp;&nbsp;// check child windows first by calling CControlBar<BR>&nbsp;&nbsp;INT_PTR nHit = CWnd::OnToolHitTest(point, pTI);<BR>&nbsp;&nbsp;if (nHit != -1)<BR>&nbsp;&nbsp;&nbsp;return nHit;<BR>&nbsp;&nbsp;<BR>&nbsp;&nbsp;if (!IsHelpVisible() || !GetSelectedItem())<BR>&nbsp;&nbsp;&nbsp;return -1;</P><P>&nbsp;&nbsp;int nID = GetSelectedItem()-&gt;GetID();</P><P>&nbsp;&nbsp;CXTPClientRect rc(m_hWnd);<BR>&nbsp;&nbsp;CRect rcHelp(rc.left, rc.bottom - m_nHelpHeight, rc.right, rc.bottom);</P><P>&nbsp;&nbsp;if (rcHelp.PtInRect(point))<BR>&nbsp;&nbsp;{<BR>&nbsp;&nbsp;&nbsp;CXTPToolTipContext::FillInToolInfo(pTI, m_hWnd, rcHelp,<BR>&nbsp;&nbsp;&nbsp;&nbsp;nID, GetSelectedItem()-&gt;GetDescription(), GetSelectedItem()-&gt;GetCaption(), GetSelectedItem()-&gt;GetDescription());</P><P>&nbsp;&nbsp;&nbsp;return nID;<BR>&nbsp;&nbsp;}<BR>&nbsp;<BR>&nbsp;&nbsp;return -1;<BR>&nbsp;}</P><P>protected:<BR>&nbsp;CXTPToolTipContext* m_pToolTipContext;<BR>};<BR></P><P>&nbsp;</P><P>usage:</P><P>CPropertyGrid m_wndPropertyGrid;</P><P>&nbsp;</P><P>&nbsp;</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Mon, 03 Apr 2006 08:08:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3917&amp;PID=11897&amp;title=help-field-scrollbar-tooltip#11897</guid>
  </item> 
  <item>
   <title><![CDATA[Help field &amp; scrollbar/tooltip : Hello,  But it don&amp;#039;t show...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3917&amp;PID=11889&amp;title=help-field-scrollbar-tooltip#11889</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 3917<br /><strong>Posted:</strong> 03 April 2006 at 4:45am<br /><br />Hello,<br><br>But it don't show multiline-tooltip-<br><br>greetings from austria<br>&nbsp;&nbsp;&nbsp; jimmy<br><br>]]>
   </description>
   <pubDate>Mon, 03 Apr 2006 04:45:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3917&amp;PID=11889&amp;title=help-field-scrollbar-tooltip#11889</guid>
  </item> 
  <item>
   <title><![CDATA[Help field &amp; scrollbar/tooltip : Hello, You can override CXTPPropertyGrid...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3917&amp;PID=11861&amp;title=help-field-scrollbar-tooltip#11861</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 3917<br /><strong>Posted:</strong> 31 March 2006 at 7:47am<br /><br /><P>Hello,</P><P>You can override CXTPPropertyGrid and catch MFC's OnToolHitTest...</P>]]>
   </description>
   <pubDate>Fri, 31 Mar 2006 07:47:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3917&amp;PID=11861&amp;title=help-field-scrollbar-tooltip#11861</guid>
  </item> 
  <item>
   <title><![CDATA[Help field &amp; scrollbar/tooltip : Hello,  i use V9.81. Is there...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=3917&amp;PID=11858&amp;title=help-field-scrollbar-tooltip#11858</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=233">jimmy</a><br /><strong>Subject:</strong> 3917<br /><strong>Posted:</strong> 31 March 2006 at 5:04am<br /><br />Hello,<br><br>i use V9.81.<br>Is there a way to add a scrollbar to the help field.<br>Or how can i add a tooltip to the help field, if<br>the text is to large.<br>Also show tooltip with multiline.<br><br>&nbsp;&nbsp;&nbsp; Jimmy<br><br>]]>
   </description>
   <pubDate>Fri, 31 Mar 2006 05:04:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=3917&amp;PID=11858&amp;title=help-field-scrollbar-tooltip#11858</guid>
  </item> 
 </channel>
</rss>