<?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 : Tooltips with CXTPToolBar in ActiveX Ctrl</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : Tooltips with CXTPToolBar in ActiveX Ctrl]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 20 Apr 2026 20:27:28 +0000</pubDate>
  <lastBuildDate>Mon, 24 Jan 2005 20:33:13 +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=1655</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[Tooltips with CXTPToolBar in ActiveX Ctrl : Thank you! Thank you! Thank...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1655&amp;PID=4827&amp;title=tooltips-with-cxtptoolbar-in-activex-ctrl#4827</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=942">kturner</a><br /><strong>Subject:</strong> 1655<br /><strong>Posted:</strong> 24 January 2005 at 8:33pm<br /><br />Thank you!<br>Thank you!<br>Thank you!<br><img src="http://forum.codejock.com/smileys/smiley19.gif" border="0"> ... it's so beautiful, makes me want to cry. I finally have tooltips. <br>Seriously, kudos. <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0"><br>]]>
   </description>
   <pubDate>Mon, 24 Jan 2005 20:33:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1655&amp;PID=4827&amp;title=tooltips-with-cxtptoolbar-in-activex-ctrl#4827</guid>
  </item> 
  <item>
   <title><![CDATA[Tooltips with CXTPToolBar in ActiveX Ctrl :  Tooltips don&amp;#039;t workina...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=1655&amp;PID=4690&amp;title=tooltips-with-cxtptoolbar-in-activex-ctrl#4690</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=846">lallard</a><br /><strong>Subject:</strong> 1655<br /><strong>Posted:</strong> 11 January 2005 at 7:42am<br /><br /><FONT size=2><P>Tooltips don't work&nbsp;in&nbsp;a CXTPToolBar in an&nbsp;ActiveX Control.&nbsp; I asked support for advice and couldn't get an answer.&nbsp; Well, I managed to make it work.&nbsp; So if this can help, here is how I solved my problem:&nbsp; </P><P>I created a subclass of CXTPToolBar where I declared an override of OnMouseMove and RelayEvent.</P><FONT color=#0000ff size=2><P>void</FONT><FONT size=2> clToolBarInControl::OnMouseMove(UINT nFlags, CPoint point)</P><P>{</P><P>&nbsp;&nbsp; RelayEvent(WM_MOUSEMOVE, (WPARAM)nFlags,</P><P> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MAKELPARAM(LOWORD(point.x), LOWORD(point.y)));</P><P>&nbsp;&nbsp; CXTPToolBar::OnMouseMove(nFlags, point);</P><P>}</P><FONT color=#0000ff size=2><P>void</FONT><FONT size=2> clToolBarInControl::RelayEvent(UINT message, WPARAM wParam, LPARAM</P><P>lParam)</P><P>{</P><P>&nbsp;&nbsp; MSG msg;</P><P></P><P>&nbsp;&nbsp; msg.hwnd= m_hWnd;</P><P>&nbsp;&nbsp; msg.message= message;</P><P>&nbsp;&nbsp; msg.wParam= wParam;</P><P>&nbsp;&nbsp; msg.lParam= lParam;</P><P>&nbsp;&nbsp; msg.time= 0;</P><P>&nbsp;&nbsp; CPoint point;</P><P></P><P>&nbsp;&nbsp; point.x = LOWORD (lParam);</P><P>&nbsp;&nbsp; point.y = HIWORD (lParam);</P><P></P><P></FONT><FONT color=#008000 size=2>&nbsp;&nbsp; // FilterToolTipMessage calls ScreenToClient on the Point so we need </P></FONT><FONT size=2><P></FONT><FONT color=#008000 size=2>&nbsp; // to make sure the Point coordinates are in Client coordinates.</P></FONT><FONT size=2><P>&nbsp;&nbsp; ::ClientToScreen( m_hWnd, &amp;point );</P><P>&nbsp;&nbsp; msg.pt = point;</P><P>&nbsp;&nbsp; FilterToolTipMessage(&amp;msg);</P><P>}</P><P>&nbsp;</P><P>I hope this can help someone with the same problem.</P><P>Cheers!</P><P>Linda</P></FONT></FONT></FONT>]]>
   </description>
   <pubDate>Tue, 11 Jan 2005 07:42:41 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=1655&amp;PID=4690&amp;title=tooltips-with-cxtptoolbar-in-activex-ctrl#4690</guid>
  </item> 
 </channel>
</rss>