<?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 : Custom Draw object disappear on hover [Beta bug?]</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Command Bars : Custom Draw object disappear on hover [Beta bug?]]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 11 Jun 2026 00:25:07 +0000</pubDate>
  <lastBuildDate>Fri, 02 Nov 2007 09:48: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=8551</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[Custom Draw object disappear on hover [Beta bug?] : Nevermind. I created a font and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8551&amp;PID=28018&amp;title=custom-draw-object-disappear-on-hover-beta-bug#28018</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3323">indices</a><br /><strong>Subject:</strong> 8551<br /><strong>Posted:</strong> 02 November 2007 at 9:48am<br /><br /><P>Nevermind. I created a font and got it to work as desired. </P>]]>
   </description>
   <pubDate>Fri, 02 Nov 2007 09:48:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8551&amp;PID=28018&amp;title=custom-draw-object-disappear-on-hover-beta-bug#28018</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Draw object disappear on hover [Beta bug?] : Is there a way I can make the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8551&amp;PID=28017&amp;title=custom-draw-object-disappear-on-hover-beta-bug#28017</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3323">indices</a><br /><strong>Subject:</strong> 8551<br /><strong>Posted:</strong> 02 November 2007 at 9:35am<br /><br />Is there a way I can make the text bold or change the color?]]>
   </description>
   <pubDate>Fri, 02 Nov 2007 09:35:17 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8551&amp;PID=28017&amp;title=custom-draw-object-disappear-on-hover-beta-bug#28017</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Draw object disappear on hover [Beta bug?] : Nevermind. I figured out that...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8551&amp;PID=27890&amp;title=custom-draw-object-disappear-on-hover-beta-bug#27890</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3323">indices</a><br /><strong>Subject:</strong> 8551<br /><strong>Posted:</strong> 30 October 2007 at 12:37pm<br /><br />Nevermind. I figured out that I had to use SetRect to specify the Rect and then pass that. <DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Tue, 30 Oct 2007 12:37:11 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8551&amp;PID=27890&amp;title=custom-draw-object-disappear-on-hover-beta-bug#27890</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Draw object disappear on hover [Beta bug?] : I must be doing something wrong...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8551&amp;PID=27889&amp;title=custom-draw-object-disappear-on-hover-beta-bug#27889</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3323">indices</a><br /><strong>Subject:</strong> 8551<br /><strong>Posted:</strong> 30 October 2007 at 12:27pm<br /><br />I must be doing something wrong then:<DIV>&nbsp;</DIV><DIV>In the drawitem event I have</DIV><DIV>&nbsp;</DIV><DIV>Dim rc as Rect&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rc.Top = Y<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rc.Left = X<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rc.Bottom = cy<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rc.Right = cx<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; DrawText HDC, Item.Caption, -1, rc, 0&amp;<BR></DIV><DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; handled=True</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>I see the first item caption in the list but not the others. Any suggestions?</DIV>]]>
   </description>
   <pubDate>Tue, 30 Oct 2007 12:27:45 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8551&amp;PID=27889&amp;title=custom-draw-object-disappear-on-hover-beta-bug#27889</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Draw object disappear on hover [Beta bug?] : Hi,  Public Declare Function...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8551&amp;PID=27878&amp;title=custom-draw-object-disappear-on-hover-beta-bug#27878</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8551<br /><strong>Posted:</strong> 30 October 2007 at 10:14am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>Public Declare Function DrawText Lib "user32" Alias "DrawTextA" (ByVal hdc As Long, ByVal lpStr As String, ByVal nCount As Long, lpRect As RECT, ByVal wFormat As Long) As Long<BR></DIV>]]>
   </description>
   <pubDate>Tue, 30 Oct 2007 10:14:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8551&amp;PID=27878&amp;title=custom-draw-object-disappear-on-hover-beta-bug#27878</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Draw object disappear on hover [Beta bug?] : What is the recommended API way...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8551&amp;PID=27866&amp;title=custom-draw-object-disappear-on-hover-beta-bug#27866</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3323">indices</a><br /><strong>Subject:</strong> 8551<br /><strong>Posted:</strong> 30 October 2007 at 8:27am<br /><br />What is the recommended API way to draw text on a custom draw item?]]>
   </description>
   <pubDate>Tue, 30 Oct 2007 08:27:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8551&amp;PID=27866&amp;title=custom-draw-object-disappear-on-hover-beta-bug#27866</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Draw object disappear on hover [Beta bug?] : Thank you. ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8551&amp;PID=27838&amp;title=custom-draw-object-disappear-on-hover-beta-bug#27838</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3323">indices</a><br /><strong>Subject:</strong> 8551<br /><strong>Posted:</strong> 29 October 2007 at 3:03pm<br /><br />Thank you.]]>
   </description>
   <pubDate>Mon, 29 Oct 2007 15:03:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8551&amp;PID=27838&amp;title=custom-draw-object-disappear-on-hover-beta-bug#27838</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Draw object disappear on hover [Beta bug?] : Hello,  Selected value will be...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8551&amp;PID=27831&amp;title=custom-draw-object-disappear-on-hover-beta-bug#27831</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8551<br /><strong>Posted:</strong> 29 October 2007 at 1:54pm<br /><br />Hello, <DIV><FONT face=Arial size=2>Selected value will be True.</DIV></FONT>]]>
   </description>
   <pubDate>Mon, 29 Oct 2007 13:54:57 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8551&amp;PID=27831&amp;title=custom-draw-object-disappear-on-hover-beta-bug#27831</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Draw object disappear on hover [Beta bug?] : Sorry, what I meant was - how...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8551&amp;PID=27829&amp;title=custom-draw-object-disappear-on-hover-beta-bug#27829</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3323">indices</a><br /><strong>Subject:</strong> 8551<br /><strong>Posted:</strong> 29 October 2007 at 1:09pm<br /><br /><P><FONT face="Arial, Helvetica, sans-serif" size=2>Sorry, what I meant was - how can I determine when the user is hovering over an item?</FONT></P><DIV><FONT face="Arial, Helvetica, sans-serif" size=2>ByVal Enabled As Boolean, ByVal Selected As Boolean, ByVal Pressed As Boolean, ByVal Checked As Boolean</FONT></DIV><DIV><FONT face="Arial, Helvetica, sans-serif" size=2></FONT>&nbsp;</DIV><DIV><FONT face="Arial, Helvetica, sans-serif" size=2>As far as I can see, only Enabled turns up true when the DrawItem event is fired. I want redraw the item when it hovering over an item but how can I differentiate?</FONT></DIV>]]>
   </description>
   <pubDate>Mon, 29 Oct 2007 13:09:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8551&amp;PID=27829&amp;title=custom-draw-object-disappear-on-hover-beta-bug#27829</guid>
  </item> 
  <item>
   <title><![CDATA[Custom Draw object disappear on hover [Beta bug?] : Hi,  use PaintManager.DrawRectangle...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8551&amp;PID=27826&amp;title=custom-draw-object-disappear-on-hover-beta-bug#27826</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8551<br /><strong>Posted:</strong> 29 October 2007 at 12:51pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>use PaintManager.DrawRectangle method.</DIV>]]>
   </description>
   <pubDate>Mon, 29 Oct 2007 12:51:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8551&amp;PID=27826&amp;title=custom-draw-object-disappear-on-hover-beta-bug#27826</guid>
  </item> 
 </channel>
</rss>