<?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 : COM - VB - XAML Colourpicker Combo</title>
  <link>http://forum.codejock.com/</link>
  <description><![CDATA[This is an XML content feed of; Codejock Developer Community : Samples and Demo Applications : COM - VB - XAML Colourpicker Combo]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Wed, 13 May 2026 00:14:21 +0000</pubDate>
  <lastBuildDate>Mon, 19 May 2008 21:54:27 +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=10631</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[COM - VB - XAML Colourpicker Combo : This site has a little info and...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10631&amp;PID=35437&amp;title=com-vb-xaml-colourpicker-combo#35437</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 10631<br /><strong>Posted:</strong> 19 May 2008 at 9:54pm<br /><br />This site has a little info and loads of links:<br><br><a href="http://www.xaml.net/index.html" target="_blank">http://www.xaml.net/index.html</a><br>]]>
   </description>
   <pubDate>Mon, 19 May 2008 21:54:27 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10631&amp;PID=35437&amp;title=com-vb-xaml-colourpicker-combo#35437</guid>
  </item> 
  <item>
   <title><![CDATA[COM - VB - XAML Colourpicker Combo : Hi,  That worked a treat!!   I...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10631&amp;PID=35412&amp;title=com-vb-xaml-colourpicker-combo#35412</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3092">Boris</a><br /><strong>Subject:</strong> 10631<br /><strong>Posted:</strong> 19 May 2008 at 10:21am<br /><br />Hi,<DIV>&nbsp;</DIV><DIV>That worked a treat!!&nbsp;&nbsp; <img src="https://forum.codejock.com/smileys/smiley32.gif" border="0"></DIV><DIV>&nbsp;</DIV><DIV>I am having trouble with this as I have never used markup before. I have always managed to avoid&nbsp;using it. Could you point me to somewhere where I could get some online help in understanding mark up.?</DIV><DIV>&nbsp;</DIV><DIV>Regards</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 19 May 2008 10:21:04 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10631&amp;PID=35412&amp;title=com-vb-xaml-colourpicker-combo#35412</guid>
  </item> 
  <item>
   <title><![CDATA[COM - VB - XAML Colourpicker Combo : Try the following sub to add each...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10631&amp;PID=35339&amp;title=com-vb-xaml-colourpicker-combo#35339</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=2113">ijwelch</a><br /><strong>Subject:</strong> 10631<br /><strong>Posted:</strong> 16 May 2008 at 11:13pm<br /><br />Try the following sub to add each item to list:<br><br><font color="#006600">Private Sub pAddComboItem(lColor As Long, sText As String, Optional lData As Long = 0)<br>Dim sColor As String<br>Dim lRed As Long, lGreen As Long, lBlue As Long<br><br>lRed = lColor And &amp;HFF<br>lGreen = (lColor And &amp;HFF00&amp;) \ &amp;H100&amp;<br>lBlue = (lColor And &amp;HFF0000) \ &amp;H10000<br><br>sColor = Right$("0" &amp; Hex$(lRed), 2) &amp; Right$("0" &amp; Hex$(lGreen), 2) &amp; Right$("0" &amp; Hex$(lBlue), 2)<br><br>ComboBoxMarkup.AddItem "&lt;StackPanel Orientation='Horizontal'&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;Rectangle&nbsp; Fill='#" &amp; sColor &amp; "' Stroke='#000000' Width='14' Height='14'/&gt;" &amp; _<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "&lt;TextBlock Padding = '2' VerticalAlignment='Center'&gt;" &amp; sText &amp; "&lt;/TextBlock&gt;&lt;/StackPanel&gt;"<br>ComboBoxMarkup.ItemData(ComboBoxMarkup.NewIndex) = lData<br>&nbsp;&nbsp; <br>End Sub</font><br>]]>
   </description>
   <pubDate>Fri, 16 May 2008 23:13:16 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10631&amp;PID=35339&amp;title=com-vb-xaml-colourpicker-combo#35339</guid>
  </item> 
  <item>
   <title><![CDATA[COM - VB - XAML Colourpicker Combo : Hi Oleg, Thanks for your recent...]]></title>
   <link>http://forum.codejock.com/forum_posts.asp?TID=10631&amp;PID=35225&amp;title=com-vb-xaml-colourpicker-combo#35225</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="http://forum.codejock.com/member_profile.asp?PF=3092">Boris</a><br /><strong>Subject:</strong> 10631<br /><strong>Posted:</strong> 15 May 2008 at 5:14am<br /><br />Hi Oleg, Thanks for your recent help with Markup. <DIV>&nbsp;</DIV><DIV>Can you also point me in the right direction to create a small block of colour before any text appears in the list&nbsp;when using a combo with markup. I need to show a user defined colour before some text which is also user defined. Something like the attached image .... The control I am using here is from vbaccellerator and is the OwnerDrawComboList.&nbsp; I need to create these colours when the combo loads as the user can change the colours&nbsp;in system settings so icons etc are out. Can you help I'm rather stumped?</DIV><P align=left><img src="https://forum.codejock.com/uploads/20080515_042738_screen.jpg" border="0"></P><DIV>Regards</DIV>]]>
   </description>
   <pubDate>Thu, 15 May 2008 05:14:07 +0000</pubDate>
   <guid isPermaLink="true">http://forum.codejock.com/forum_posts.asp?TID=10631&amp;PID=35225&amp;title=com-vb-xaml-colourpicker-combo#35225</guid>
  </item> 
 </channel>
</rss>