<?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] Colour Picker Control</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Controls : [SOLVED] Colour Picker Control]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 30 Apr 2026 21:07:13 +0000</pubDate>
  <lastBuildDate>Fri, 22 Oct 2010 04:06:07 +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=17406</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] Colour Picker Control : D&amp;#039;oh! I knew there&amp;#039;d...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17406&amp;PID=61089&amp;title=solved-colour-picker-control#61089</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6296">Hemesh</a><br /><strong>Subject:</strong> 17406<br /><strong>Posted:</strong> 22 October 2010 at 4:06am<br /><br />D'oh! I knew there'd be somewhere.... come on CJ, show us what the magic number is!&nbsp;<img src="http://forum.codejock.com/smileys/smiley20.gif" border="0" alt="Thumbs Up" title="Thumbs Up" />]]>
   </description>
   <pubDate>Fri, 22 Oct 2010 04:06:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17406&amp;PID=61089&amp;title=solved-colour-picker-control#61089</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Colour Picker Control : Hi,   It sounded almost to good...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17406&amp;PID=61088&amp;title=solved-colour-picker-control#61088</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 17406<br /><strong>Posted:</strong> 22 October 2010 at 4:04am<br /><br />Hi, <DIV>&nbsp;</DIV><DIV>It sounded almost to good to be true <img src="http://forum.codejock.com/smileys/smiley2.gif" height="17" width="17" border="0" alt="Wink" title="Wink" /></DIV><DIV>&nbsp;</DIV><DIV>Try to pick some light green color...</DIV><DIV>&nbsp;</DIV><DIV><img src="http://forum.codejock.com/uploads/3701/ColorsHemesh.bmp" height="325" width="329" border="0" /></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Foreground will be white but the ColorPicker foreground is still black (as it should be)</DIV><DIV>&nbsp;</DIV><DIV>But in most cases, you are right <img src="http://forum.codejock.com/smileys/smiley2.gif" height="17" width="17" border="0" alt="Wink" title="Wink" /></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Fri, 22 Oct 2010 04:04:37 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17406&amp;PID=61088&amp;title=solved-colour-picker-control#61088</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Colour Picker Control : Worked it out now as I got put...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17406&amp;PID=61087&amp;title=solved-colour-picker-control#61087</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6296">Hemesh</a><br /><strong>Subject:</strong> 17406<br /><strong>Posted:</strong> 22 October 2010 at 3:33am<br /><br />Worked it out now as I got put under pressure to sort it out! Kind of obvious now I think about it <img src="http://forum.codejock.com/smileys/smiley36.gif" border="0" alt="LOL" title="LOL" />..<br><br><font face="Courier New, Courier, mono">Private Function Get_ForeColour(ByVal lngBackColour As Long) As Long<br>&nbsp;&nbsp;&nbsp; If lngBackColour &gt; RGB(128, 128, 128) Then<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get_ForeColour = vbBlack<br>&nbsp;&nbsp;&nbsp; Else<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Get_ForeColour = vbWhite<br>&nbsp;&nbsp;&nbsp; End If<br>End Function</font><br><br>Would be easier to just grab it from the control though... <img src="http://forum.codejock.com/smileys/smiley2.gif" border="0" alt="Wink" title="Wink" />... put in the option CJ :)<br>]]>
   </description>
   <pubDate>Fri, 22 Oct 2010 03:33:32 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17406&amp;PID=61087&amp;title=solved-colour-picker-control#61087</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Colour Picker Control : Hi,  OK, now I know what you...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17406&amp;PID=61079&amp;title=solved-colour-picker-control#61079</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 17406<br /><strong>Posted:</strong> 21 October 2010 at 1:54pm<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>OK, now I know what you mean <img src="http://forum.codejock.com/smileys/smiley36.gif" height="17" width="17" border="0" alt="LOL" title="LOL" /></DIV><DIV>&nbsp;</DIV><DIV>I don't see how to get the ForeColor from the ColorPicker control. The font object isn't returning color either. Maybe CJ can shed a light on this <img src="http://forum.codejock.com/smileys/smiley2.gif" height="17" width="17" border="0" alt="Wink" title="Wink" />&nbsp;Would be nice though if a label or text automatically changes the forecolor when selecting a dark color from ColorPicker.</DIV><DIV>&nbsp;</DIV><DIV>Good luck !</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Thu, 21 Oct 2010 13:54:30 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17406&amp;PID=61079&amp;title=solved-colour-picker-control#61079</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Colour Picker Control : D&amp;#039;OH, didn&amp;#039;t have email...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17406&amp;PID=61077&amp;title=solved-colour-picker-control#61077</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6296">Hemesh</a><br /><strong>Subject:</strong> 17406<br /><strong>Posted:</strong> 21 October 2010 at 11:12am<br /><br />D'OH, didn't have email notification on... <br><br>The CJ Colour picker will change the font colour from black to white when it's a certain darkness of colour. I want to essentially grab the font colour from the picker to use elsewhere but as I can't see how to do that, I think it might be something based on a certain darkness of colour before it changes the font from black to white, and that's what I'm after :)<br><br>... unless we can grab the font colour from the colour picker? :D<br>]]>
   </description>
   <pubDate>Thu, 21 Oct 2010 11:12:23 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17406&amp;PID=61077&amp;title=solved-colour-picker-control#61077</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Colour Picker Control : Hi,  I don&amp;#039;t understand...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17406&amp;PID=60944&amp;title=solved-colour-picker-control#60944</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3701">Aaron</a><br /><strong>Subject:</strong> 17406<br /><strong>Posted:</strong> 16 October 2010 at 3:11am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>I don't understand your first post... and maybe second either... <img src="http://forum.codejock.com/smileys/smiley2.gif" height="17" width="17" border="0" alt="Wink" title="Wink" /></DIV><DIV>&nbsp;</DIV><DIV>Black = 0</DIV><DIV>White = 16777215</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Sat, 16 Oct 2010 03:11:48 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17406&amp;PID=60944&amp;title=solved-colour-picker-control#60944</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Colour Picker Control : Alternatively... If anyone knows...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17406&amp;PID=60805&amp;title=solved-colour-picker-control#60805</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6296">Hemesh</a><br /><strong>Subject:</strong> 17406<br /><strong>Posted:</strong> 12 October 2010 at 5:52am<br /><br />Alternatively... If anyone knows the correct colour number to switch from Black to White, then that'd be just as good :)]]>
   </description>
   <pubDate>Tue, 12 Oct 2010 05:52:03 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17406&amp;PID=60805&amp;title=solved-colour-picker-control#60805</guid>
  </item> 
  <item>
   <title><![CDATA[[SOLVED] Colour Picker Control :   Is there a way to get the...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=17406&amp;PID=60802&amp;title=solved-colour-picker-control#60802</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=6296">Hemesh</a><br /><strong>Subject:</strong> 17406<br /><strong>Posted:</strong> 12 October 2010 at 3:28am<br /><br />Is there a way to get the font colour on the colour picker? I like the fact that it picks up the appropriate font colour automatically depending on what colour is picked :)<br><br><img src="http://forum.codejock.com/smileys/smiley32.gif" border="0" alt="Clap" title="Clap" /><br>]]>
   </description>
   <pubDate>Tue, 12 Oct 2010 03:28:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=17406&amp;PID=60802&amp;title=solved-colour-picker-control#60802</guid>
  </item> 
 </channel>
</rss>