<?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 : Task Panel Gradient Colors</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Task Panel : Task Panel Gradient Colors]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 05:40:48 +0000</pubDate>
  <lastBuildDate>Sun, 07 May 2006 22:20:50 +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=4012</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[Task Panel Gradient Colors : LOL. I had thought to respond...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4012&amp;PID=12753&amp;title=task-panel-gradient-colors#12753</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=884">DDJJ</a><br /><strong>Subject:</strong> 4012<br /><strong>Posted:</strong> 07 May 2006 at 10:20pm<br /><br /><P>LOL.</P><P>I had thought to respond with the same comment, but I really like Oleg's "understated" approach!</P><P>Cheers, Dan</P>]]>
   </description>
   <pubDate>Sun, 07 May 2006 22:20:50 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4012&amp;PID=12753&amp;title=task-panel-gradient-colors#12753</guid>
  </item> 
  <item>
   <title><![CDATA[Task Panel Gradient Colors : Any other &amp;#034;secrets&amp;#034;...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4012&amp;PID=12752&amp;title=task-panel-gradient-colors#12752</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=1446">apuhjee</a><br /><strong>Subject:</strong> 4012<br /><strong>Posted:</strong> 07 May 2006 at 10:10pm<br /><br />Any other "secrets" we should know about?  <img border="0" src="http://forum.codejock.com/smileys/smiley2.gif" border="0"><br /><br />Cheers ~ jp]]>
   </description>
   <pubDate>Sun, 07 May 2006 22:10:18 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4012&amp;PID=12752&amp;title=task-panel-gradient-colors#12752</guid>
  </item> 
  <item>
   <title><![CDATA[Task Panel Gradient Colors : Hi, therewas secret constant...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4012&amp;PID=12258&amp;title=task-panel-gradient-colors#12258</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 4012<br /><strong>Posted:</strong> 18 April 2006 at 1:03pm<br /><br /><P>Hi,</P><P>there&nbsp;was secret constant added:</P><P>.ColorSet.NormalGroupClient = &amp;H1FFFFFFF</P>]]>
   </description>
   <pubDate>Tue, 18 Apr 2006 13:03:10 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4012&amp;PID=12258&amp;title=task-panel-gradient-colors#12258</guid>
  </item> 
  <item>
   <title><![CDATA[Task Panel Gradient Colors : I had thought I would be able...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=4012&amp;PID=12220&amp;title=task-panel-gradient-colors#12220</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=884">DDJJ</a><br /><strong>Subject:</strong> 4012<br /><strong>Posted:</strong> 16 April 2006 at 3:25pm<br /><br /><P>I had thought I would be able to use a color gradient for the task panel with 10.1, but it doesn't appear to be working.&nbsp; Drop the following code into your Task Panel VB6 sample (at the end of the Form_Load event), and you'll see what I mean:</P><P>&nbsp;&nbsp; With wndTaskPanel<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .VisualTheme = xtpTaskPanelThemeToolboxWhidbey<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .Behaviour = xtpTaskPanelBehaviourExplorer<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .HotTrackStyle = xtpTaskPanelHighlightItem<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ItemLayout = xtpTaskItemLayoutImagesWithText<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .SelectItemOnFocus = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .SingleSelection = True<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ColorSet.BackgroundDark = 15001834<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ColorSet.BackgroundLight = &amp;H80000016<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ColorSet.HighlightBorderBottomRight = 6956042<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ColorSet.HighlightBorderTopLeft = 6956042<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ColorSet.HighlightHot = 13811126<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ColorSet.HighlightPressed = 11899525<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ColorSet.HighlightSelected = 14210516<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ColorSet.NormalGroupClient = 15001834<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ColorSet.NormalGroupClientBorder = 13160660<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ColorSet.NormalGroupClientLink = 0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ColorSet.NormalGroupClientLinkHot = 16711680<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ColorSet.NormalGroupClientLinkSelected = 0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ColorSet.NormalGroupClientText = 0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ColorSet.NormalGroupCaptionDark = &amp;H80000014<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ColorSet.NormalGroupCaptionLight = &amp;H80000016<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ColorSet.SpecialGroupClient = 15001834<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ColorSet.SpecialGroupClientBorder = 13160660<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ColorSet.SpecialGroupClientLink = 0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ColorSet.SpecialGroupClientLinkHot = 16711680<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ColorSet.SpecialGroupClientLinkSelected = 0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .ColorSet.SpecialGroupClientText = 0<BR>&nbsp;&nbsp;&nbsp; End With</P><P>Although the Backcolor works correctly, the client areas do not "blend" in with the background.&nbsp; Can anybody see what I'm doing wrong here?</P><P>Thanks!</P><P>&nbsp;</P>]]>
   </description>
   <pubDate>Sun, 16 Apr 2006 15:25:51 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=4012&amp;PID=12220&amp;title=task-panel-gradient-colors#12220</guid>
  </item> 
 </channel>
</rss>