<?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 : AddToolTip in CTabCtrlEx</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Toolkit Pro : AddToolTip in CTabCtrlEx]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 13 Jun 2026 22:44:46 +0000</pubDate>
  <lastBuildDate>Mon, 18 Dec 2006 10:31:28 +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=5824</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[AddToolTip in CTabCtrlEx : Hi, Try UpdateToolTip(int nIDTab,...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5824&amp;PID=18333&amp;title=addtooltip-in-ctabctrlex#18333</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 5824<br /><strong>Posted:</strong> 18 December 2006 at 10:31am<br /><br />Hi,<DIV>Try UpdateToolTip(int nIDTab, LPCTSTR lpszText) for another items.</DIV>]]>
   </description>
   <pubDate>Mon, 18 Dec 2006 10:31:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5824&amp;PID=18333&amp;title=addtooltip-in-ctabctrlex#18333</guid>
  </item> 
  <item>
   <title><![CDATA[AddToolTip in CTabCtrlEx : I add 4 lines &amp;#034;AddToolTip&amp;#034;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=5824&amp;PID=18318&amp;title=addtooltip-in-ctabctrlex#18318</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2598">czlai</a><br /><strong>Subject:</strong> 5824<br /><strong>Posted:</strong> 18 December 2006 at 4:52am<br /><br />I add 4 lines "AddToolTip" in TabCtrl_vc60 sample program as followed.<DIV>&nbsp;</DIV><DIV>&nbsp;if (!m_tabCtrl.AddView(_T("View One - HTML"), RUNTIME_CLASS(CView1), NULL, NULL, 0, 0))<BR>&nbsp;{<BR>&nbsp;&nbsp;TRACE0("Failed to create CView1.\n");<BR>&nbsp;&nbsp;return -1;<BR>&nbsp;}<BR>&nbsp;m_tabCtrl.AddToolTip(0, "Hello 0");</DIV><DIV>&nbsp;if (!m_tabCtrl.AddView(_T("View Two"), RUNTIME_CLASS(CView2), NULL, NULL, 1, 1))<BR>&nbsp;{<BR>&nbsp;&nbsp;TRACE0("Failed to create CView2.\n");<BR>&nbsp;&nbsp;return -1;<BR>&nbsp;}<BR>&nbsp;m_tabCtrl.AddToolTip(1, "Hello 1");</DIV><DIV>&nbsp;if (!m_tabCtrl.AddView(_T("View Three"), RUNTIME_CLASS(CView3), NULL, NULL, 2, 2))<BR>&nbsp;{<BR>&nbsp;&nbsp;TRACE0("Failed to create CView3.\n");<BR>&nbsp;&nbsp;return -1;<BR>&nbsp;}<BR>&nbsp;m_tabCtrl.AddToolTip(2, "Hello 2");</DIV><DIV>&nbsp;if (!m_tabCtrl.AddControl(_T("View Four - Edit List"), &amp;m_listBox, 3, 3))<BR>&nbsp;{<BR>&nbsp;&nbsp;TRACE0("Failed to create edit list.\n");<BR>&nbsp;&nbsp;return -1;<BR>&nbsp;}<BR>&nbsp;m_tabCtrl.AddToolTip(3, "Hello 3");<BR></DIV><DIV>It does not work currectly. It showes tooltip "Hello 0" on tab 0, but showes tab names on other tabs.</DIV>]]>
   </description>
   <pubDate>Mon, 18 Dec 2006 04:52:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=5824&amp;PID=18318&amp;title=addtooltip-in-ctabctrlex#18318</guid>
  </item> 
 </channel>
</rss>