<?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 : Change Text Color</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Task Panel : Change Text Color]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 12:28:40 +0000</pubDate>
  <lastBuildDate>Tue, 27 Nov 2007 12:01:55 +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=8909</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[Change Text Color : Thanks again for your help!  ]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8909&amp;PID=28916&amp;title=change-text-color#28916</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3528">spbrady</a><br /><strong>Subject:</strong> 8909<br /><strong>Posted:</strong> 27 November 2007 at 12:01pm<br /><br />Thanks again for your help!]]>
   </description>
   <pubDate>Tue, 27 Nov 2007 12:01:55 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8909&amp;PID=28916&amp;title=change-text-color#28916</guid>
  </item> 
  <item>
   <title><![CDATA[Change Text Color : Oleg I figured it out.I wanted...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8909&amp;PID=28915&amp;title=change-text-color#28915</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3528">spbrady</a><br /><strong>Subject:</strong> 8909<br /><strong>Posted:</strong> 27 November 2007 at 12:01pm<br /><br />Oleg I figured it out.<br><br>I wanted Blue which was 0x0000FF<br><br>I thought that it was in the FORMAT R,G,B.<br><br>It is actually B,G,R.<br><br>So when I put 0xFF0000 I get blue!<br><br>Do I normally need to put colors in this way?<br><br>Thanks<br>]]>
   </description>
   <pubDate>Tue, 27 Nov 2007 12:01:20 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8909&amp;PID=28915&amp;title=change-text-color#28915</guid>
  </item> 
  <item>
   <title><![CDATA[Change Text Color : try  Item.TextColor = (uint)(0xFF0000);...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8909&amp;PID=28912&amp;title=change-text-color#28912</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8909<br /><strong>Posted:</strong> 27 November 2007 at 11:49am<br /><br /><P>try</P><DIV>&nbsp;</DIV><DIV>Item.TextColor = (uint)(0xFF0000);<BR></DIV>]]>
   </description>
   <pubDate>Tue, 27 Nov 2007 11:49:56 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8909&amp;PID=28912&amp;title=change-text-color#28912</guid>
  </item> 
  <item>
   <title><![CDATA[Change Text Color : Thanks Oleg,I am able to change...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8909&amp;PID=28907&amp;title=change-text-color#28907</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3528">spbrady</a><br /><strong>Subject:</strong> 8909<br /><strong>Posted:</strong> 27 November 2007 at 11:04am<br /><br /><br>Thanks Oleg,<br><br>I am able to change colors, but if I use the hex value for blue, the color that shows up is not blue.&nbsp; Why is this<br><br>Blue = 0x0000FF<br>So I use Item.TextColor = (uint)(0x0000FF);<br><br>What am I doing wrong.<br><br>I am using this page to pick my colors:<br>http://cloford.com/resources/colours/500col.htm<br><br>Thanks<br>]]>
   </description>
   <pubDate>Tue, 27 Nov 2007 11:04:40 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8909&amp;PID=28907&amp;title=change-text-color#28907</guid>
  </item> 
  <item>
   <title><![CDATA[Change Text Color : I mean don&amp;#039;t use ToArgb use...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8909&amp;PID=28897&amp;title=change-text-color#28897</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8909<br /><strong>Posted:</strong> 27 November 2007 at 10:05am<br /><br /><P>I mean don't use ToArgb use some hex value:</P><DIV><FONT size=2>Item.TextColor = (</FONT><FONT color=#0000ff size=2>uint</FONT><FONT size=2>)(0xff00ff);</DIV></FONT>]]>
   </description>
   <pubDate>Tue, 27 Nov 2007 10:05:28 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8909&amp;PID=28897&amp;title=change-text-color#28897</guid>
  </item> 
  <item>
   <title><![CDATA[Change Text Color : So how would I add and item and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8909&amp;PID=28895&amp;title=change-text-color#28895</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3528">spbrady</a><br /><strong>Subject:</strong> 8909<br /><strong>Posted:</strong> 27 November 2007 at 9:36am<br /><br />So how would I add and item and then change the text color.&nbsp; I don't see a difference between yours and mine except for the color.<br><br>Thanks for your quick reply!<br>]]>
   </description>
   <pubDate>Tue, 27 Nov 2007 09:36:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8909&amp;PID=28895&amp;title=change-text-color#28895</guid>
  </item> 
  <item>
   <title><![CDATA[Change Text Color : Hi,  Think its bit-order-problem....]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8909&amp;PID=28866&amp;title=change-text-color#28866</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6851">Oleg</a><br /><strong>Subject:</strong> 8909<br /><strong>Posted:</strong> 27 November 2007 at 1:04am<br /><br /><P>Hi,</P><DIV>&nbsp;</DIV><DIV>Think its bit-order-problem. try</DIV><DIV>&nbsp;</DIV><DIV>Color C = Color.Green;<BR>Item.TextColor = (uint)(C.ToArgb());<BR></DIV>]]>
   </description>
   <pubDate>Tue, 27 Nov 2007 01:04:34 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8909&amp;PID=28866&amp;title=change-text-color#28866</guid>
  </item> 
  <item>
   <title><![CDATA[Change Text Color : Hello,I can&amp;#039;t seem to change...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=8909&amp;PID=28863&amp;title=change-text-color#28863</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3528">spbrady</a><br /><strong>Subject:</strong> 8909<br /><strong>Posted:</strong> 26 November 2007 at 6:08pm<br /><br />Hello,<br><br>I can't seem to change the text color of one of my items in TaskPanel.<br><br>I am using VS.NET 2005<br><br>Item = Group.Items.Add(0, "TEXT 1", XTPTaskPanelItemType.xtpTaskItemTypeLink, -1);<br><br>Color C = Color.Red;<br>Item.TextColor = (uint)(C.ToArgb());<br><br>What am I missing?<br><br>Any help would be greatly appreciated, I feel like I am doing something stupid.<br><br>Thanks<br>]]>
   </description>
   <pubDate>Mon, 26 Nov 2007 18:08:46 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=8909&amp;PID=28863&amp;title=change-text-color#28863</guid>
  </item> 
 </channel>
</rss>