<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Veracity Solutions Blog</title>
	<atom:link href="http://blogs.veracitysolutions.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.veracitysolutions.com</link>
	<description>Software That Rocks</description>
	<lastBuildDate>Sun, 07 Mar 2010 03:15:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Creating a Programmatic Path in Silverlight (or WPF) by Stan Padillo</title>
		<link>http://blogs.veracitysolutions.com/creating-a-programmatic-path-in-silverlight-or-wpf/comment-page-1/#comment-820</link>
		<dc:creator>Stan Padillo</dc:creator>
		<pubDate>Sun, 07 Mar 2010 03:15:54 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.veracitysolutions.com/?p=620#comment-820</guid>
		<description>Hey, I came across this blog article while looking for help with Microsoft Silverlight. I have recently changed internet browser from Google Chrome to Microsoft Internet Explorer 5. Just recently I seem to have a problem with loading sites that use Microsoft Silverlight. Everytime I go on a page that requires Microsoft Silverlight, the page does not load and I get a &quot;npctrl.dll&quot; error. I cannot seem to find out how to fix the problem. Any aid getting Microsoft Silverlight to function is greatly appreciated! Thanks</description>
		<content:encoded><![CDATA[<p>Hey, I came across this blog article while looking for help with Microsoft Silverlight. I have recently changed internet browser from Google Chrome to Microsoft Internet Explorer 5. Just recently I seem to have a problem with loading sites that use Microsoft Silverlight. Everytime I go on a page that requires Microsoft Silverlight, the page does not load and I get a &#8220;npctrl.dll&#8221; error. I cannot seem to find out how to fix the problem. Any aid getting Microsoft Silverlight to function is greatly appreciated! Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Styling A ComboBox In Silverlight 3 by Abhishek</title>
		<link>http://blogs.veracitysolutions.com/styling-a-combobox-in-silverlight-3/comment-page-1/#comment-810</link>
		<dc:creator>Abhishek</dc:creator>
		<pubDate>Thu, 25 Feb 2010 07:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.veracitysolutions.com/?p=590#comment-810</guid>
		<description>Thanks a lot :)</description>
		<content:encoded><![CDATA[<p>Thanks a lot <img src='http://blogs.veracitysolutions.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Use a ListView or DataGrid In a ComboBox Drop Down (Without A Line Of Code) by Briar</title>
		<link>http://blogs.veracitysolutions.com/how-to-use-a-listview-or-datagrid-in-a-combobox-drop-down-without-a-line-of-code/comment-page-1/#comment-809</link>
		<dc:creator>Briar</dc:creator>
		<pubDate>Wed, 24 Feb 2010 09:54:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/2008/10/01/how-to-use-a-listview-or-datagrid-in-a-combobox-drop-down-without-a-line-of-code/#comment-809</guid>
		<description>I am very glad I found your site on digg. Thank you for the sensible critique. Me and my friend were just preparing to do some research about this. I am glad to see such reliable information being shared freely out there.
Best Regards,
Byron from Denver city</description>
		<content:encoded><![CDATA[<p>I am very glad I found your site on digg. Thank you for the sensible critique. Me and my friend were just preparing to do some research about this. I am glad to see such reliable information being shared freely out there.<br />
Best Regards,<br />
Byron from Denver city</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Create a PART in Your Silverlight Custom Control by Pedro</title>
		<link>http://blogs.veracitysolutions.com/how-to-create-a-part-in-your-silverlight-custom-control/comment-page-1/#comment-802</link>
		<dc:creator>Pedro</dc:creator>
		<pubDate>Thu, 11 Feb 2010 11:26:02 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.veracitysolutions.com/?p=656#comment-802</guid>
		<description>Seems like my XAML comment didnt appear...

The code would be a simple button declaration with a Name tag on it, just like you used in your post.

Button x:Name=&quot;PART_MyButton&quot; with lower than and greater than signs.</description>
		<content:encoded><![CDATA[<p>Seems like my XAML comment didnt appear&#8230;</p>
<p>The code would be a simple button declaration with a Name tag on it, just like you used in your post.</p>
<p>Button x:Name=&#8221;PART_MyButton&#8221; with lower than and greater than signs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Create a PART in Your Silverlight Custom Control by Pedro</title>
		<link>http://blogs.veracitysolutions.com/how-to-create-a-part-in-your-silverlight-custom-control/comment-page-1/#comment-801</link>
		<dc:creator>Pedro</dc:creator>
		<pubDate>Thu, 11 Feb 2010 11:21:35 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.veracitysolutions.com/?p=656#comment-801</guid>
		<description>Hey, nice post, but what&#039;s the difference between doing this and accessing the object directly by its name?

For example:

XAML:
 

C#:
PART_MyButton.Click += blablabla;</description>
		<content:encoded><![CDATA[<p>Hey, nice post, but what&#8217;s the difference between doing this and accessing the object directly by its name?</p>
<p>For example:</p>
<p>XAML:</p>
<p>C#:<br />
PART_MyButton.Click += blablabla;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Create A ListBox with CheckBoxes (or RadioButtons) In Silverlight 3 by stester</title>
		<link>http://blogs.veracitysolutions.com/how-to-create-a-listbox-with-checkboxes-or-radiobuttons-in-silverlight-3/comment-page-1/#comment-799</link>
		<dc:creator>stester</dc:creator>
		<pubDate>Wed, 10 Feb 2010 23:53:29 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.veracitysolutions.com/?p=612#comment-799</guid>
		<description>Did u figure it out how to get the values of the selected checkboxes? I am stuck as well :(</description>
		<content:encoded><![CDATA[<p>Did u figure it out how to get the values of the selected checkboxes? I am stuck as well <img src='http://blogs.veracitysolutions.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Use a ListView or DataGrid In a ComboBox Drop Down (Without A Line Of Code) by Mireya Cooper</title>
		<link>http://blogs.veracitysolutions.com/how-to-use-a-listview-or-datagrid-in-a-combobox-drop-down-without-a-line-of-code/comment-page-1/#comment-793</link>
		<dc:creator>Mireya Cooper</dc:creator>
		<pubDate>Tue, 02 Feb 2010 02:53:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.designerwpf.com/2008/10/01/how-to-use-a-listview-or-datagrid-in-a-combobox-drop-down-without-a-line-of-code/#comment-793</guid>
		<description>Thank you very much for your help, this has been a great respite from the books,</description>
		<content:encoded><![CDATA[<p>Thank you very much for your help, this has been a great respite from the books,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Color Image Scale with RGB Values by Charla</title>
		<link>http://blogs.veracitysolutions.com/color-image-scale-with-rgb-values/comment-page-1/#comment-791</link>
		<dc:creator>Charla</dc:creator>
		<pubDate>Fri, 22 Jan 2010 00:39:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.veracitysolutions.com/?p=674#comment-791</guid>
		<description>Hi, Matthias:

Really thanks for the efforts.
It helps me a lot!

I&#039;d like to learn more about the process you translate those “hue/tone” into RGB values.
Can you tell me the detail please?
Did you use some conversion formulas like these http://en.wikipedia.org/wiki/HSL_and_HSV#Conversion_from_HSV_to_RGB ?
Thank you in advance.</description>
		<content:encoded><![CDATA[<p>Hi, Matthias:</p>
<p>Really thanks for the efforts.<br />
It helps me a lot!</p>
<p>I&#8217;d like to learn more about the process you translate those “hue/tone” into RGB values.<br />
Can you tell me the detail please?<br />
Did you use some conversion formulas like these <a href="http://en.wikipedia.org/wiki/HSL_and_HSV#Conversion_from_HSV_to_RGB" rel="nofollow">http://en.wikipedia.org/wiki/HSL_and_HSV#Conversion_from_HSV_to_RGB</a> ?<br />
Thank you in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Create a PART in Your Silverlight Custom Control by Jill</title>
		<link>http://blogs.veracitysolutions.com/how-to-create-a-part-in-your-silverlight-custom-control/comment-page-1/#comment-790</link>
		<dc:creator>Jill</dc:creator>
		<pubDate>Thu, 21 Jan 2010 09:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.veracitysolutions.com/?p=656#comment-790</guid>
		<description>Have you ever considered adding more videos to your blog posts to keep the readers more entertained? I mean I just read through the entire article of yours and it was quite good but since I&#039;m more of a visual learner,I found that to be more helpful well let me know how it turns out. This is good...thanks for sharing</description>
		<content:encoded><![CDATA[<p>Have you ever considered adding more videos to your blog posts to keep the readers more entertained? I mean I just read through the entire article of yours and it was quite good but since I&#8217;m more of a visual learner,I found that to be more helpful well let me know how it turns out. This is good&#8230;thanks for sharing</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How To Create A ListBox with CheckBoxes (or RadioButtons) In Silverlight 3 by Hamza Shahid</title>
		<link>http://blogs.veracitysolutions.com/how-to-create-a-listbox-with-checkboxes-or-radiobuttons-in-silverlight-3/comment-page-1/#comment-789</link>
		<dc:creator>Hamza Shahid</dc:creator>
		<pubDate>Tue, 19 Jan 2010 10:46:20 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.veracitysolutions.com/?p=612#comment-789</guid>
		<description>How to get which checkboxes are selected??? and how to add the Items Dynamically to the List Box?? I mean not from xaml but from the code behind at Runtime ???</description>
		<content:encoded><![CDATA[<p>How to get which checkboxes are selected??? and how to add the Items Dynamically to the List Box?? I mean not from xaml but from the code behind at Runtime ???</p>
]]></content:encoded>
	</item>
</channel>
</rss>
