<?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 : [Solved]Hex color</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Report Control : [Solved]Hex color]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 14 May 2026 22:26:45 +0000</pubDate>
  <lastBuildDate>Fri, 10 Dec 2010 03:42:12 +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=17497</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[[Solved]Hex color : The function RGB converts the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17497&amp;PID=61757&amp;title=solvedhex-color#61757</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2531">Baldur</a><br /><strong>Subject:</strong> 17497<br /><strong>Posted:</strong> 10 December 2010 at 3:42am<br /><br />The function RGB converts the color to OLE_COLOR, this is really BGR in Hex.<DIV>Other languages works with native RGB-hexvalues (like htm), for normal windowscontrols you have to convert to OLE_COLOR.</DIV><DIV>This is not a problem of CJ, this is default for Windows.</DIV>]]>
   </description>
   <pubDate>Fri, 10 Dec 2010 03:42:12 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17497&amp;PID=61757&amp;title=solvedhex-color#61757</guid>
  </item> 
  <item>
   <title><![CDATA[[Solved]Hex color : Thanks Aaron and Jantje.   This...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17497&amp;PID=61458&amp;title=solvedhex-color#61458</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4559">mar72vin</a><br /><strong>Subject:</strong> 17497<br /><strong>Posted:</strong> 18 November 2010 at 7:11pm<br /><br />Thanks Aaron and Jantje. <br><br>This works for me. ".PaintManager.HighlightBackColor = 0x00A5FF;"<br><br>I didn't need to reverse each value, just switch them to suit BGR. Seems a bit backwards but at least it works!<img src="http://forum.codejock.com/smileys/smiley1.gif" border="0" alt="Smile" title="Smile" />]]>
   </description>
   <pubDate>Thu, 18 Nov 2010 19:11:05 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17497&amp;PID=61458&amp;title=solvedhex-color#61458</guid>
  </item> 
  <item>
   <title><![CDATA[[Solved]Hex color :   JantjeKeizer wrote:in long...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17497&amp;PID=61446&amp;title=solvedhex-color#61446</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 17497<br /><strong>Posted:</strong> 18 November 2010 at 10:21am<br /><br /><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Originally posted by JantjeKeizer" alt="Originally posted by JantjeKeizer" style="vertical-align: text-bottom;" /> <strong>JantjeKeizer wrote:</strong><br /><br />in long notation it's always BGR</td></tr></table> <DIV></DIV><DIV></DIV><DIV></DIV>Hi, <DIV>&nbsp;</DIV><DIV>Does it also&nbsp;mean that all values have to be reversed? I only could get orange with &amp;H5AFF &nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Like this:&nbsp;</DIV><DIV>FF <strong>A5</strong> 00&nbsp;&nbsp;&nbsp; &gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; 00 <strong>5A</strong> FF</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 18 Nov 2010 10:21:13 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17497&amp;PID=61446&amp;title=solvedhex-color#61446</guid>
  </item> 
  <item>
   <title><![CDATA[[Solved]Hex color : in long notation it&amp;#039;s always...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17497&amp;PID=61440&amp;title=solvedhex-color#61440</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3745">JantjeKeizer</a><br /><strong>Subject:</strong> 17497<br /><strong>Posted:</strong> 18 November 2010 at 5:35am<br /><br />in long notation it's always BGR]]>
   </description>
   <pubDate>Thu, 18 Nov 2010 05:35:36 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17497&amp;PID=61440&amp;title=solvedhex-color#61440</guid>
  </item> 
  <item>
   <title><![CDATA[[Solved]Hex color : Hi,  You didn&amp;#039;t miss anything......]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17497&amp;PID=61434&amp;title=solvedhex-color#61434</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 17497<br /><strong>Posted:</strong> 18 November 2010 at 2:10am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>You didn't miss anything... It's showing blue indeed.</DIV><DIV>Strange though, when using value (converted) hex to RGB it shows orange: &nbsp;<strong>RGB(255,165,0)</strong>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Maybe CJ support can&nbsp;enlighten us <img src="http://forum.codejock.com/smileys/smiley2.gif" height="17" width="17" border="0" alt="Wink" title="Wink" /></DIV><DIV>&nbsp;</DIV><DIV>Thanks</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 18 Nov 2010 02:10:00 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17497&amp;PID=61434&amp;title=solvedhex-color#61434</guid>
  </item> 
  <item>
   <title><![CDATA[[Solved]Hex color :  Hi,I am trying to set the report...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17497&amp;PID=61191&amp;title=solvedhex-color#61191</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=4559">mar72vin</a><br /><strong>Subject:</strong> 17497<br /><strong>Posted:</strong> 27 October 2010 at 11:03pm<br /><br />Hi,<br>I am trying to set the report controls HighlightBackColor to orange using<br><br>control.PaintManager.HighlightBackColor = 0xFFA500<br><br>When testing this out the hightlight color shows blue not orange... am I missing something?<br><br>thanks!<br>]]>
   </description>
   <pubDate>Wed, 27 Oct 2010 23:03:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17497&amp;PID=61191&amp;title=solvedhex-color#61191</guid>
  </item> 
 </channel>
</rss>