<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ramblings of a Coder&#039;s Mind &#187; C#</title>
	<atom:link href="http://karunab.com/tag/c/feed/" rel="self" type="application/rss+xml" />
	<link>http://karunab.com</link>
	<description>Got Tech? Will Hack.</description>
	<lastBuildDate>Thu, 06 Oct 2011 10:48:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>[Release] RSWC 1.00</title>
		<link>http://karunab.com/2009/03/15/release-rswc-100/</link>
		<comments>http://karunab.com/2009/03/15/release-rswc-100/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 17:43:14 +0000</pubDate>
		<dc:creator>Karun</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Project]]></category>
		<category><![CDATA[RSWC]]></category>

		<guid isPermaLink="false">http://karunab.com/?p=112</guid>
		<description><![CDATA[My new laptop is a work box and doesn&#8217;t inherit the obsessive compulsiveness of File naming and sorting that my desktop hard disks have. I have, for this reason, dumped all wallpapers which are applicable to be used with my desktop (wallpapers with aspect ratio 16:9) into my &#8220;My Pictures&#8221; folder. Randomly, I have an <a href='http://karunab.com/2009/03/15/release-rswc-100/' class='excerpt-more'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>My new laptop is a work box and doesn&#8217;t inherit the obsessive compulsiveness of File naming and sorting that my desktop hard disks have. I have, for this reason, dumped all wallpapers which are applicable to be used with my desktop (wallpapers with aspect ratio 16:9) into my &#8220;My Pictures&#8221; folder. Randomly, I have an urge to change the wallpaper and I really don&#8217;t want to go select one. So I thought I should have something that would change my wallpaper to a random image. I tried finding something but most such applications were installables and would change the wallpapers after periodic time intervals, something i didn&#8217;t want.</p>
<p>Thus was born the <strong>Random Selection Wallpaper Changer</strong> (RSWC). An extremely simplistic, single exe application that does what is required.</p>
<p><strong><span style="text-decoration: underline;">Default Values</span>:</strong></p>
<ul>
<li>RSWC takes images (bmp, jpg, png) from the user&#8217;s <em>My Pictures</em> folder.</li>
<li>It sets this image as your desktop wallpaper using stretched mode.</li>
</ul>
<p><strong><span style="text-decoration: underline;">Pre-Requisite</span>: </strong>A pre-requisite is that you have .NET 2.0 installed on your machine.</p>
<p><strong><span style="text-decoration: underline;">Future Plans</span>: </strong>The exe is 416kb, something I wish to reduce. I might rewrite the code in C++ to get rid of the .NET dependency (despite Microsoft claiming .NET is common enough to no longer be a  &#8220;requirement&#8221; and even reduce the file size. Also, I <em>might</em> contemplate creating a light weight application to change wallpapers at regular time intervals as well. (People requesting for such things would certainly compel me. I&#8217;m not motivated to do this for personal usage :))</p>
<p>If someone requires it, I might work a way in to set the source folder and mode of setting the wallpaper and <strong>still</strong> keep it portable and single filed. I could write to registry but that isn&#8217;t really portable in my opinion. Ideas/Suggestions/Feedback/Advanced Critique is always welcome ;)</p>
<p><strong><span style="text-decoration: underline;">Known Limitation</span>:</strong> Setting png wallpapers sets the desktop to a plain coloured background (your <a title="Sample Image: Change Background Color" href="http://karunab.com/wp-content/uploads/2009/03/change-background-color.jpg" target="_blank">default background color</a>) because Windows doesn&#8217;t support png wallpapers. It converts pngs into jpgs and then applies them and I shall do the same in the next update.</p>
<p><strong><span style="text-decoration: underline;">Download</span>:</strong> <a title="Download RSWC 1.00" href="http://karunab.com/dls/Random%20Selection%20Wallpaper%20Changer%20v1.00.exe">Random Selection Wallpaper Changer (RSWC) v1.00</a> (416 KB)</p>
]]></content:encoded>
			<wfw:commentRss>http://karunab.com/2009/03/15/release-rswc-100/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

