<?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/"
	xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Sunny's</title>
	<atom:link href="http://sunny22.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://sunny22.wordpress.com</link>
	<description>Technology Updates</description>
	<lastBuildDate>Thu, 25 Jun 2009 04:45:19 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='sunny22.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/c4470943dedf3edeb9cf8b3982ab7444?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Sunny's</title>
		<link>http://sunny22.wordpress.com</link>
	</image>
			<item>
		<title>Some C#.NET nice basic functionalities</title>
		<link>http://sunny22.wordpress.com/2009/06/19/some-c-net-cool-functionalities/</link>
		<comments>http://sunny22.wordpress.com/2009/06/19/some-c-net-cool-functionalities/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 09:47:07 +0000</pubDate>
		<dc:creator>sunny22</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Windows Form .NET]]></category>

		<guid isPermaLink="false">http://sunny22.wordpress.com/?p=142</guid>
		<description><![CDATA[C# beginner like me?
Go through basic codes-

http://bit.ly/c9tAV
http://bit.ly/qWMBH (Great collections at one place!)

More nice functionalities:

Remove duplicate elements from the array.

eg.
using System.Linq;
string[] sampleArray={&#8220;1&#8243;,&#8221;2&#8243;,&#8221;3&#8243;,&#8221;2&#8243;,&#8221;2&#8243;,&#8221;3&#8243;,&#8221;2&#8243;};
sampleArray =sampleArray.Distinct().ToArray();
//now sampleArray contains 1,2,3




to be continued..
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunny22.wordpress.com&blog=2172617&post=142&subd=sunny22&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sunny22.wordpress.com/2009/06/19/some-c-net-cool-functionalities/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b9e99d5f1906566bbdfed4cc7ae73474?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sunny22</media:title>
		</media:content>
	</item>
		<item>
		<title>Find any link in a webpage and click/navigate using WebBrowser Class</title>
		<link>http://sunny22.wordpress.com/2009/06/17/find-any-link-in-a-webpage-and-clicknavigate-using-webbrowser-class/</link>
		<comments>http://sunny22.wordpress.com/2009/06/17/find-any-link-in-a-webpage-and-clicknavigate-using-webbrowser-class/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 12:00:47 +0000</pubDate>
		<dc:creator>sunny22</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Windows Form .NET]]></category>

		<guid isPermaLink="false">http://sunny22.wordpress.com/?p=132</guid>
		<description><![CDATA[First of all, i would like to say I was not able to post from Jan-June&#8230;as it was a hectic period.I am back now..:)
P.S.:
codes given below worked for me,u all need to find the code snippets to include from debugging.I have striked the parts that need to be changed.

If the link/button to be clicked has [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunny22.wordpress.com&blog=2172617&post=132&subd=sunny22&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sunny22.wordpress.com/2009/06/17/find-any-link-in-a-webpage-and-clicknavigate-using-webbrowser-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b9e99d5f1906566bbdfed4cc7ae73474?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sunny22</media:title>
		</media:content>
	</item>
		<item>
		<title>Generic Host Process for Win32 Services error?</title>
		<link>http://sunny22.wordpress.com/2009/01/25/generic-host-process-for-win32-services-error/</link>
		<comments>http://sunny22.wordpress.com/2009/01/25/generic-host-process-for-win32-services-error/#comments</comments>
		<pubDate>Sun, 25 Jan 2009 09:20:35 +0000</pubDate>
		<dc:creator>sunny22</dc:creator>
				<category><![CDATA[Etc]]></category>

		<guid isPermaLink="false">http://sunny22.wordpress.com/?p=120</guid>
		<description><![CDATA[Note:The soln. given below will disable windows network files and printer sharing.
You connect to internet,after few mins following error comes:
Error message 
Generic Host Process for Win32 Services has encountered a problem and needs to close. We are sorry for the inconvenience
and you press Ok or Don&#8217;t Send,in either case your internet gets disconnected or worse [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunny22.wordpress.com&blog=2172617&post=120&subd=sunny22&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sunny22.wordpress.com/2009/01/25/generic-host-process-for-win32-services-error/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b9e99d5f1906566bbdfed4cc7ae73474?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sunny22</media:title>
		</media:content>
	</item>
		<item>
		<title>Connect multiple pcs in BSNL dataone (broadband connections)</title>
		<link>http://sunny22.wordpress.com/2009/01/06/connect-multiple-pcs/</link>
		<comments>http://sunny22.wordpress.com/2009/01/06/connect-multiple-pcs/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 19:00:59 +0000</pubDate>
		<dc:creator>sunny22</dc:creator>
				<category><![CDATA[BSNL]]></category>
		<category><![CDATA[Etc]]></category>

		<guid isPermaLink="false">http://sunny22.wordpress.com/?p=105</guid>
		<description><![CDATA[Originally from Calcutta Telephones
Different broadband ISP in India or anywhere else in the world has different settings as far as modem settings and internet connection is concerned.
Airtel provides internet connection that do not requires dialing,as the username,password is stored in modem&#8217;s firmware.But by default BSNL provides internet connection that requires dialing.
Here is what has to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunny22.wordpress.com&blog=2172617&post=105&subd=sunny22&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sunny22.wordpress.com/2009/01/06/connect-multiple-pcs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b9e99d5f1906566bbdfed4cc7ae73474?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sunny22</media:title>
		</media:content>
	</item>
		<item>
		<title>Repair corrupted registry(windows is not booting..corrupted \WINDOWS\SYSTEM32\CONFIG\&#8230;)</title>
		<link>http://sunny22.wordpress.com/2008/11/18/repair-corrupted-registrywindows-is-not-bootingcorrupted-windowssystem32config/</link>
		<comments>http://sunny22.wordpress.com/2008/11/18/repair-corrupted-registrywindows-is-not-bootingcorrupted-windowssystem32config/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 17:47:53 +0000</pubDate>
		<dc:creator>sunny22</dc:creator>
				<category><![CDATA[Etc]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://sunny22.wordpress.com/?p=87</guid>
		<description><![CDATA[Originally from http://support.microsoft.com/kb/307545
Download this.,extract it and follow the steps in read.txt.Steps are as follows:
copy the files default.bat and restore.bat files in the pendrive.Insert it into usb port.
&#62;&#62;default.bat::
To restore windows registry to default(all drivers,softwares,user account etc settings will be loaded to default i.e.drivers,softwares,user accounts have to be installed again)
1&#62;Insert XP professional CD,(see that boot order is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunny22.wordpress.com&blog=2172617&post=87&subd=sunny22&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sunny22.wordpress.com/2008/11/18/repair-corrupted-registrywindows-is-not-bootingcorrupted-windowssystem32config/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b9e99d5f1906566bbdfed4cc7ae73474?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sunny22</media:title>
		</media:content>
	</item>
		<item>
		<title>Group Policy(gpedit.msc) for Windows XP home edition</title>
		<link>http://sunny22.wordpress.com/2008/09/28/group-policygpeditmsc-for-windows-xp-home-edition/</link>
		<comments>http://sunny22.wordpress.com/2008/09/28/group-policygpeditmsc-for-windows-xp-home-edition/#comments</comments>
		<pubDate>Sat, 27 Sep 2008 21:58:37 +0000</pubDate>
		<dc:creator>sunny22</dc:creator>
				<category><![CDATA[Etc]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://sunny22.wordpress.com/?p=68</guid>
		<description><![CDATA[Windows XP home edition do not have Group Policy installed by default.But it can be done.
Download from here.Extract,run execute.exe.
Now,start&#62;&#62;run type gpedit.msc
Done!!
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunny22.wordpress.com&blog=2172617&post=68&subd=sunny22&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sunny22.wordpress.com/2008/09/28/group-policygpeditmsc-for-windows-xp-home-edition/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b9e99d5f1906566bbdfed4cc7ae73474?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sunny22</media:title>
		</media:content>
	</item>
		<item>
		<title>Few more troubleshoots in Windows&gt;&gt;</title>
		<link>http://sunny22.wordpress.com/2008/08/15/few-more-troubleshoots-in-windows/</link>
		<comments>http://sunny22.wordpress.com/2008/08/15/few-more-troubleshoots-in-windows/#comments</comments>
		<pubDate>Fri, 15 Aug 2008 17:09:08 +0000</pubDate>
		<dc:creator>sunny22</dc:creator>
				<category><![CDATA[Etc]]></category>
		<category><![CDATA[Operating system]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://sunny22.wordpress.com/?p=59</guid>
		<description><![CDATA[Home/avg. office  users run Windows in administrative mode only.Thus problem arises when any file downloaded from internet or copied from pen drives contains Trojans/viruses that changes registry entries and/or copies viruses (in system32 folders or in other areas replacing/corrupting system files) without any confirmation from the user.Thus if a windows user(who is a very active [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunny22.wordpress.com&blog=2172617&post=59&subd=sunny22&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sunny22.wordpress.com/2008/08/15/few-more-troubleshoots-in-windows/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b9e99d5f1906566bbdfed4cc7ae73474?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sunny22</media:title>
		</media:content>
	</item>
		<item>
		<title>.exe not opening??</title>
		<link>http://sunny22.wordpress.com/2008/07/21/exe-not-opening/</link>
		<comments>http://sunny22.wordpress.com/2008/07/21/exe-not-opening/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 07:35:45 +0000</pubDate>
		<dc:creator>sunny22</dc:creator>
				<category><![CDATA[Etc]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://sunny22.wordpress.com/?p=50</guid>
		<description><![CDATA[None of the windows application (.exe ) is  opening.eg.Open With window etc is coming.
Do the following:
Download this,extract.open exe_work.cmd
Done!!
OR,
Open Command Prompt by typing command in RUN.
type cd\windows
now in c:\windows&#62;
type regedit
navigate to HKEY_CLASSES_ROOT\.exe
In right-side pane, change value of Default key to exefile
Now navigate:
HKEY_CLASSES_ROOT\exefile\shell\open\command
In right-side pane, change value of Default key to:
&#8220;%1&#8243; %*
Done!!
     [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunny22.wordpress.com&blog=2172617&post=50&subd=sunny22&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sunny22.wordpress.com/2008/07/21/exe-not-opening/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b9e99d5f1906566bbdfed4cc7ae73474?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sunny22</media:title>
		</media:content>
	</item>
		<item>
		<title>Enable IIS to run 32-bit applications on 64-bit Windows</title>
		<link>http://sunny22.wordpress.com/2008/06/23/enable-iis-60-to-run-32-bit-applications-on-64-bit-windows/</link>
		<comments>http://sunny22.wordpress.com/2008/06/23/enable-iis-60-to-run-32-bit-applications-on-64-bit-windows/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 11:43:18 +0000</pubDate>
		<dc:creator>sunny22</dc:creator>
				<category><![CDATA[Etc]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://sunny22.wordpress.com/?p=48</guid>
		<description><![CDATA[In Microsoft Windows Server 2003 R2 Standard x64 Edition(or any 64bit Windows)&#8230;connecting MS Access to ASP pages&#8230;by using following code&#60;scripting language used is javascript&#62;:
cn= Server.CreateObject(&#8220;ADODB.Connection&#8221;);
cn.ConnectionString=&#8221;DRIVER={Microsoft Access Driver (*.mdb)}; DBQ= &#8220;+ Server.MapPath(&#8220;any.mdb&#8221;)
cn.Open;

gives error:
ADODB.Connection error &#8216;800a0ea9&#8242;
Provider is not specified and there is no designated default provider
As the MS Access driver is 32bit&#8230;and is being accessed by 64bit [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunny22.wordpress.com&blog=2172617&post=48&subd=sunny22&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sunny22.wordpress.com/2008/06/23/enable-iis-60-to-run-32-bit-applications-on-64-bit-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b9e99d5f1906566bbdfed4cc7ae73474?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sunny22</media:title>
		</media:content>
	</item>
		<item>
		<title>Ubuntu-install as a windows progam</title>
		<link>http://sunny22.wordpress.com/2008/06/04/ubuntu-804-install-as-a-windows-progam/</link>
		<comments>http://sunny22.wordpress.com/2008/06/04/ubuntu-804-install-as-a-windows-progam/#comments</comments>
		<pubDate>Tue, 03 Jun 2008 20:21:54 +0000</pubDate>
		<dc:creator>sunny22</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Operating system]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://sunny22.wordpress.com/?p=43</guid>
		<description><![CDATA[You are:
A Windows user&#8211;curious to try Linux&#8211;do not want to go into details of partitioning drives and long installation steps&#8211;do not want  to burn cd as well&#8211;want to remove Linux&#60;just in case&#62;just by a click&#8211;
Read on:
Easiest method to install any operating system ever&#8230;.
Download Ubuntu http://www.ubuntu.com/GetUbuntu/download&#8211;select desktop edition,x86,location&#60;select any of US,as the server is reliable [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=sunny22.wordpress.com&blog=2172617&post=43&subd=sunny22&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://sunny22.wordpress.com/2008/06/04/ubuntu-804-install-as-a-windows-progam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/b9e99d5f1906566bbdfed4cc7ae73474?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">sunny22</media:title>
		</media:content>

		<media:content url="http://sunny22.files.wordpress.com/2008/06/untit.jpg?w=300" medium="image" />

		<media:content url="http://sunny22.files.wordpress.com/2008/06/un.jpg?w=300" medium="image" />

		<media:content url="http://sunny22.files.wordpress.com/2008/06/untitled.jpg?w=300" medium="image" />
	</item>
	</channel>
</rss>