<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Venu's Den</title>
	<atom:link href="http://jitukrish.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jitukrish.wordpress.com</link>
	<description>Just my views</description>
	<lastBuildDate>Thu, 30 Jul 2009 12:32:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jitukrish.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/c4767dfa70a480902d864e052a69e862?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Venu's Den</title>
		<link>http://jitukrish.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jitukrish.wordpress.com/osd.xml" title="Venu&#039;s Den" />
	<atom:link rel='hub' href='http://jitukrish.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Back into SilverLight</title>
		<link>http://jitukrish.wordpress.com/2009/07/30/back-into-silverlight/</link>
		<comments>http://jitukrish.wordpress.com/2009/07/30/back-into-silverlight/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 12:28:08 +0000</pubDate>
		<dc:creator>jitukrish</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[OOB in silverlight 3]]></category>
		<category><![CDATA[out of browser in SilverLight 3]]></category>
		<category><![CDATA[SilverLight 3]]></category>
		<category><![CDATA[standalone silverlight]]></category>

		<guid isPermaLink="false">http://jitukrish.wordpress.com/2009/07/30/back-into-silverlight/</guid>
		<description><![CDATA[After a long break, I am back into the blogging world.&#160; It was quite a bit of hectic work and I’ll definitely include them in my coming blogs. After a long wait, the Silverlight 3 or SL3 in short has been released earlier this month.&#160; I was eager to check it out but my situations [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jitukrish.wordpress.com&amp;blog=5051664&amp;post=82&amp;subd=jitukrish&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After a long break, I am back into the blogging world.&#160; It was quite a bit of hectic work and I’ll definitely include them in my coming blogs.</p>
<p>After a long wait, the Silverlight 3 or SL3 in short has been released earlier this month.&#160; I was eager to check it out but my situations prevent me from trying it.&#160; Finally, I got some time and checked on the new version.&#160; I was shocked.</p>
<p>All the OOB applications that I developed using the beta simply refused to start!&#160; So I decided to try out new one.&#160; But to my dismay, I CANNOT CREATE ONE!&#160; I was frustrated because, it was the most exciting feature for me, as I am a guy who was trying to develop a smart client.&#160; I was wondering why MS had removed that.&#160; I was damn sure that they won’t.&#160; So I checked further and checked the application properties.&#160; Then, the knots begin to loose.</p>
<p>In fact they had made it pretty easier now.&#160; They had added it to the properties itself, so the developer doesn’t need to manipulate any xml file.&#160; The thing is, they had introduced a new file called <strong>OutOfBrowserSettings.xml.</strong>&#160; This file is created automatically when you edit the properties page. </p>
<p>The properties page will look like</p>
<p><a href="http://jitukrish.files.wordpress.com/2009/07/prop.jpg"><img style="display:inline;border-width:0;" title="prop" border="0" alt="prop" src="http://jitukrish.files.wordpress.com/2009/07/prop_thumb.jpg?w=488&#038;h=315" width="488" height="315" /></a>&#160;&#160; </p>
<p>Highlighted is the out of browser settings.</p>
<p>Once we click this, we will get something like,</p>
<p><a href="http://jitukrish.files.wordpress.com/2009/07/prop1.jpg"><img style="display:inline;border-width:0;" title="prop1" border="0" alt="prop1" src="http://jitukrish.files.wordpress.com/2009/07/prop1_thumb.jpg?w=380&#038;h=385" width="380" height="385" /></a> </p>
<p>Once we click ok, we are done and a new xml file is created in properties.</p>
<p><a href="http://jitukrish.files.wordpress.com/2009/07/prop2.jpg"><img style="display:inline;border-width:0;" title="prop2" border="0" alt="prop2" src="http://jitukrish.files.wordpress.com/2009/07/prop2_thumb.jpg?w=253&#038;h=330" width="253" height="330" /></a> </p>
<p>the file contents will look like, </p>
<blockquote><p align="left"></p>
</blockquote>
<pre class="code"><span style="color:blue;">&lt;</span><span style="color:#a31515;">OutOfBrowserSettings </span><span style="color:red;">ShortName</span><span style="color:blue;">=</span>&quot;<span style="color:blue;">newOOB Application</span>&quot; <span style="color:red;">EnableGPUAcceleration</span><span style="color:blue;">=</span>&quot;<span style="color:blue;">False</span>&quot; <span style="color:red;">ShowInstallMenuItem</span><span style="color:blue;">=</span>&quot;<span style="color:blue;">True</span>&quot;<span style="color:blue;">&gt;
  &lt;</span><span style="color:#a31515;">OutOfBrowserSettings.Blurb</span><span style="color:blue;">&gt;</span>newOOB Application on your desktop; at home, at work or on the go.<span style="color:blue;">&lt;/</span><span style="color:#a31515;">OutOfBrowserSettings.Blurb</span><span style="color:blue;">&gt;
  &lt;</span><span style="color:#a31515;">OutOfBrowserSettings.WindowSettings</span><span style="color:blue;">&gt;
    &lt;</span><span style="color:#a31515;">WindowSettings </span><span style="color:red;">Title</span><span style="color:blue;">=</span>&quot;<span style="color:blue;">newOOB Application</span>&quot; <span style="color:blue;">/&gt;
  &lt;/</span><span style="color:#a31515;">OutOfBrowserSettings.WindowSettings</span><span style="color:blue;">&gt;
  &lt;</span><span style="color:#a31515;">OutOfBrowserSettings.Icons </span><span style="color:blue;">/&gt;
&lt;/</span><span style="color:#a31515;">OutOfBrowserSettings</span><span style="color:blue;">&gt;</span></pre>
<p><a href="http://11011.net/software/vspaste"></a></p>
</p>
<p>So, finally, I am relaxed and happy!<img style="border-bottom:0;border-left:0;border-top:0;border-right:0;" border="0" alt="smile_regular" src="http://spaces.live.com/rte/emoticons/smile_regular.gif" /></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jitukrish.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jitukrish.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jitukrish.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jitukrish.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jitukrish.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jitukrish.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jitukrish.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jitukrish.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jitukrish.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jitukrish.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jitukrish.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jitukrish.wordpress.com/82/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jitukrish.wordpress.com/82/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jitukrish.wordpress.com/82/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jitukrish.wordpress.com&amp;blog=5051664&amp;post=82&amp;subd=jitukrish&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jitukrish.wordpress.com/2009/07/30/back-into-silverlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jitukrish</media:title>
		</media:content>

		<media:content url="http://jitukrish.files.wordpress.com/2009/07/prop_thumb.jpg" medium="image">
			<media:title type="html">prop</media:title>
		</media:content>

		<media:content url="http://jitukrish.files.wordpress.com/2009/07/prop1_thumb.jpg" medium="image">
			<media:title type="html">prop1</media:title>
		</media:content>

		<media:content url="http://jitukrish.files.wordpress.com/2009/07/prop2_thumb.jpg" medium="image">
			<media:title type="html">prop2</media:title>
		</media:content>

		<media:content url="http://spaces.live.com/rte/emoticons/smile_regular.gif" medium="image">
			<media:title type="html">smile_regular</media:title>
		</media:content>
	</item>
		<item>
		<title>Tip of The Day</title>
		<link>http://jitukrish.wordpress.com/2009/05/04/tip-of-the-day-2/</link>
		<comments>http://jitukrish.wordpress.com/2009/05/04/tip-of-the-day-2/#comments</comments>
		<pubDate>Mon, 04 May 2009 14:33:24 +0000</pubDate>
		<dc:creator>jitukrish</dc:creator>
				<category><![CDATA[Tip of the Day]]></category>

		<guid isPermaLink="false">http://jitukrish.wordpress.com/2009/05/04/tip-of-the-day-2/</guid>
		<description><![CDATA[To create a picture watermark in Word, the easiest way is to add a picture to the header, change its layout to “Behind the Text” and stretch it fully over the page.&#160; This will look faded in the body! If not, then adjust its color settings… You can remove hard page breaks in word, using [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jitukrish.wordpress.com&amp;blog=5051664&amp;post=72&amp;subd=jitukrish&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li>To create a picture watermark in Word, the easiest way is to add a picture to the header, change its layout to “Behind the Text” and stretch it fully over the page.&#160; This will look faded in the body! If not, then adjust its color settings… </li>
<li>You can remove hard page breaks in word, using the Replace command. Use the keyboard shortcut Ctrl+H, or find Replace in the Editing group of the Home tab in 2007 and the Edit menu in 2003. If you do not see Special on the Find and Replace dialog, click the More button. Click Special, and then select Manual Page breaks in the list. Leave Replace With blank and select Replace All. Otherwise, choose Find Next to find any hard breaks. </li>
<li>I guess you might had heard of MOSA [Microsoft Outlook SMS add-in]. It helps us to type sms from the outlook editor and send it through the connected mobile! more details are <a href="http://office.microsoft.com/en-us/outlook/HA011519491033.aspx" target="_blank">here</a></li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jitukrish.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jitukrish.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jitukrish.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jitukrish.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jitukrish.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jitukrish.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jitukrish.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jitukrish.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jitukrish.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jitukrish.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jitukrish.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jitukrish.wordpress.com/72/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jitukrish.wordpress.com/72/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jitukrish.wordpress.com/72/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jitukrish.wordpress.com&amp;blog=5051664&amp;post=72&amp;subd=jitukrish&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jitukrish.wordpress.com/2009/05/04/tip-of-the-day-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jitukrish</media:title>
		</media:content>
	</item>
		<item>
		<title>Its been Long</title>
		<link>http://jitukrish.wordpress.com/2009/05/04/its-been-long/</link>
		<comments>http://jitukrish.wordpress.com/2009/05/04/its-been-long/#comments</comments>
		<pubDate>Mon, 04 May 2009 13:48:19 +0000</pubDate>
		<dc:creator>jitukrish</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jitukrish.wordpress.com/2009/05/04/its-been-long/</guid>
		<description><![CDATA[I don’t know what is happening around me!&#160; Busiest days and running and running.&#160; Believe me, I learned some Cocoa programming! I just developed an app in MAC using Cocoa, which hosts a SL2 application and allows it to save a file to the user’s favorite location!&#160; Cool na…&#160; So I was much much happy [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jitukrish.wordpress.com&amp;blog=5051664&amp;post=71&amp;subd=jitukrish&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I don’t know what is happening around me!&#160; Busiest days and running and running.&#160; Believe me, I learned some Cocoa programming! I just developed an app in MAC using Cocoa, which hosts a SL2 application and allows it to save a file to the user’s favorite location!&#160; Cool na…&#160; So I was much much happy last week and took a break from my work for 4 days last week.&#160; It was much a refreshment, of course.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jitukrish.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jitukrish.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jitukrish.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jitukrish.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jitukrish.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jitukrish.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jitukrish.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jitukrish.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jitukrish.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jitukrish.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jitukrish.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jitukrish.wordpress.com/71/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jitukrish.wordpress.com/71/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jitukrish.wordpress.com/71/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jitukrish.wordpress.com&amp;blog=5051664&amp;post=71&amp;subd=jitukrish&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jitukrish.wordpress.com/2009/05/04/its-been-long/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jitukrish</media:title>
		</media:content>
	</item>
		<item>
		<title>Tips of the day</title>
		<link>http://jitukrish.wordpress.com/2009/04/13/tips-of-the-day-6/</link>
		<comments>http://jitukrish.wordpress.com/2009/04/13/tips-of-the-day-6/#comments</comments>
		<pubDate>Mon, 13 Apr 2009 10:38:39 +0000</pubDate>
		<dc:creator>jitukrish</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jitukrish.wordpress.com/?p=68</guid>
		<description><![CDATA[You might had noticed that Excel will not recogonize a single &#8216;&#38;&#8217; in headers and footers.  It just takes &#8216;&#38;&#8217; as an escape character.  If you want it to be inserted, just add it twice like &#8216;&#38;&#38;&#8217; [Without quotes]. When you receive a mail that asks you to set up a meeting request, you don&#8217;t [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jitukrish.wordpress.com&amp;blog=5051664&amp;post=68&amp;subd=jitukrish&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li>You might had noticed that Excel will not recogonize a single &#8216;&amp;&#8217; in headers and footers.  It just takes &#8216;&amp;&#8217; as an escape character.  If you want it to be inserted, just add it twice like &#8216;&amp;&amp;&#8217; [Without quotes].</li>
<li>When you receive a mail that asks you to set up a meeting request, you don&#8217;t have to switch views.  Just move the message into Calendar[Through menus in 2003 and Actions segment of ribbon in 2007] and a new appointment dialog with the mail will pop-up and you can enter the details and save.</li>
<li>Using the &#8220;Paragraph&#8221; option in the context menu or Format menu is more helpful for indentation than tab in word</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jitukrish.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jitukrish.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jitukrish.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jitukrish.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jitukrish.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jitukrish.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jitukrish.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jitukrish.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jitukrish.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jitukrish.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jitukrish.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jitukrish.wordpress.com/68/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jitukrish.wordpress.com/68/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jitukrish.wordpress.com/68/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jitukrish.wordpress.com&amp;blog=5051664&amp;post=68&amp;subd=jitukrish&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jitukrish.wordpress.com/2009/04/13/tips-of-the-day-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jitukrish</media:title>
		</media:content>
	</item>
		<item>
		<title>A Tiny Peek into SilverLight 3 Beta</title>
		<link>http://jitukrish.wordpress.com/2009/04/11/a-tiny-peek-into-silverlight-3-beta/</link>
		<comments>http://jitukrish.wordpress.com/2009/04/11/a-tiny-peek-into-silverlight-3-beta/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 06:31:00 +0000</pubDate>
		<dc:creator>jitukrish</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[new in SilverLight 3]]></category>
		<category><![CDATA[OOB in silverlight 3]]></category>
		<category><![CDATA[SilverLight 3]]></category>
		<category><![CDATA[standalone silverlight]]></category>

		<guid isPermaLink="false">http://jitukrish.wordpress.com/2009/04/11/a-tiny-peek-into-silverlight-3-beta/</guid>
		<description><![CDATA[I cannot tell you how excited I became, when I started on the SilverLight 3 Beta.  There are whole new features, which we had dreamed of for long.  Let me just say about some of the features that I loved in SL3. Of all the features, the feature that I like most is the Out [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jitukrish.wordpress.com&amp;blog=5051664&amp;post=62&amp;subd=jitukrish&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I cannot tell you how excited I became, when I started on the SilverLight 3 Beta.  There are whole new features, which we had dreamed of for long.  Let me just say about some of the features that I loved in SL3.</p>
<p>Of all the features, the feature that I like most is the Out of browser capability of SL 3.  I am a guy who is more interested in Smart Clients rather than web clients or windows application.  SL 3 beta works like a smart client.  WE COULD DOWNLOAD THAT SL APPLICATION TO OUR SYSTEM AND WORK FROM THERE WITHOUT BROWSER!!!!</p>
<p>When we right click on an SL3 application in browser, we will get a window like the one below.</p>
<p><a href="http://jitukrish.files.wordpress.com/2009/04/sl3oob1.jpg"><img style="display:inline;border-width:0;" title="sl3OOB1" src="http://jitukrish.files.wordpress.com/2009/04/sl3oob1-thumb.jpg?w=539&#038;h=407" border="0" alt="sl3OOB1" width="539" height="407" /></a></p>
<p>where as abc is my application name!</p>
<p>But this feature is disabled by default.  We need to do some modifications in <strong><span style="color:#800000;">AppManifest.xml</span></strong> file.Let me come to it later.  Before that, had you noticed the drop shadow effect of buttons?  Cool, isn’t it?</p>
<p>For making this application as a desktop one we need this small change in appManifest as I said before:</p>
<p><a href="http://jitukrish.files.wordpress.com/2009/04/sl3oob5.jpg"><img style="display:inline;border-width:0;" title="sl3OOB5" src="http://jitukrish.files.wordpress.com/2009/04/sl3oob5-thumb.jpg?w=560&#038;h=297" border="0" alt="sl3OOB5" width="560" height="297" /></a></p>
<p>Ok, now I am going to save this to desktop.</p>
<p><a href="http://jitukrish.files.wordpress.com/2009/04/sl3oob2.jpg"><img style="display:inline;border-width:0;" title="sl3OOB2" src="http://jitukrish.files.wordpress.com/2009/04/sl3oob2-thumb.jpg?w=559&#038;h=420" border="0" alt="sl3OOB2" width="559" height="420" /></a> </p>
<p>Here I go, then it asks me whether to save it to desktop or start menu and I am done!!</p>
<p><a href="http://jitukrish.files.wordpress.com/2009/04/sl3oob3.jpg"><img style="display:inline;border-width:0;" title="sl3OOB3" src="http://jitukrish.files.wordpress.com/2009/04/sl3oob3-thumb.jpg?w=566&#038;h=428" border="0" alt="sl3OOB3" width="566" height="428" /></a></p>
<p>here is the final look.</p>
<p><a href="http://jitukrish.files.wordpress.com/2009/04/sl3oob4.jpg"><img style="display:inline;border-width:0;" title="sl3OOB4" src="http://jitukrish.files.wordpress.com/2009/04/sl3oob4-thumb.jpg?w=567&#038;h=403" border="0" alt="sl3OOB4" width="567" height="403" /></a></p>
<p>Cool, isn’t it? </p>
<p>Another feature which I like most is the plane projection ability.  It gives you a 3D feel of things as in WPF. </p>
<p>See this this is a normal button.  I am going to sett its plane projection value.</p>
<p><a href="http://jitukrish.files.wordpress.com/2009/04/sl3planeproj4.jpg"><img style="display:inline;border-width:0;" title="sl3PlaneProj4" src="http://jitukrish.files.wordpress.com/2009/04/sl3planeproj4-thumb.jpg?w=380&#038;h=167" border="0" alt="sl3PlaneProj4" width="380" height="167" /></a></p>
<p><a href="http://jitukrish.files.wordpress.com/2009/04/sl3planeproj2.jpg"><img style="display:inline;border-width:0;" title="sl3PlaneProj2" src="http://jitukrish.files.wordpress.com/2009/04/sl3planeproj2-thumb.jpg?w=386&#038;h=131" border="0" alt="sl3PlaneProj2" width="386" height="131" /></a></p>
<p>there is also a save dialog in SL3.  We were using roundabouts for this in SL2.  But now things had become easier!</p>
<p><a href="http://jitukrish.files.wordpress.com/2009/04/sl3savefile.jpg"><img style="display:inline;border-width:0;" title="sl3SaveFile" src="http://jitukrish.files.wordpress.com/2009/04/sl3savefile-thumb.jpg?w=577&#038;h=398" border="0" alt="sl3SaveFile" width="577" height="398" /></a></p>
<p>This had become a rather big post.  So let me continue rest in other posts…</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jitukrish.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jitukrish.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jitukrish.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jitukrish.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jitukrish.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jitukrish.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jitukrish.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jitukrish.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jitukrish.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jitukrish.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jitukrish.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jitukrish.wordpress.com/62/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jitukrish.wordpress.com/62/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jitukrish.wordpress.com/62/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jitukrish.wordpress.com&amp;blog=5051664&amp;post=62&amp;subd=jitukrish&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jitukrish.wordpress.com/2009/04/11/a-tiny-peek-into-silverlight-3-beta/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jitukrish</media:title>
		</media:content>

		<media:content url="http://jitukrish.files.wordpress.com/2009/04/sl3oob1-thumb.jpg" medium="image">
			<media:title type="html">sl3OOB1</media:title>
		</media:content>

		<media:content url="http://jitukrish.files.wordpress.com/2009/04/sl3oob5-thumb.jpg" medium="image">
			<media:title type="html">sl3OOB5</media:title>
		</media:content>

		<media:content url="http://jitukrish.files.wordpress.com/2009/04/sl3oob2-thumb.jpg" medium="image">
			<media:title type="html">sl3OOB2</media:title>
		</media:content>

		<media:content url="http://jitukrish.files.wordpress.com/2009/04/sl3oob3-thumb.jpg" medium="image">
			<media:title type="html">sl3OOB3</media:title>
		</media:content>

		<media:content url="http://jitukrish.files.wordpress.com/2009/04/sl3oob4-thumb.jpg" medium="image">
			<media:title type="html">sl3OOB4</media:title>
		</media:content>

		<media:content url="http://jitukrish.files.wordpress.com/2009/04/sl3planeproj4-thumb.jpg" medium="image">
			<media:title type="html">sl3PlaneProj4</media:title>
		</media:content>

		<media:content url="http://jitukrish.files.wordpress.com/2009/04/sl3planeproj2-thumb.jpg" medium="image">
			<media:title type="html">sl3PlaneProj2</media:title>
		</media:content>

		<media:content url="http://jitukrish.files.wordpress.com/2009/04/sl3savefile-thumb.jpg" medium="image">
			<media:title type="html">sl3SaveFile</media:title>
		</media:content>
	</item>
		<item>
		<title>Tip of the day</title>
		<link>http://jitukrish.wordpress.com/2009/04/09/tip-of-the-day/</link>
		<comments>http://jitukrish.wordpress.com/2009/04/09/tip-of-the-day/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 11:50:50 +0000</pubDate>
		<dc:creator>jitukrish</dc:creator>
				<category><![CDATA[Tip of the Day]]></category>

		<guid isPermaLink="false">http://jitukrish.wordpress.com/?p=43</guid>
		<description><![CDATA[Ever wondered how to copy the row height of a row in Excel?  Suppose, you have a sheet, in which you need some rows to be in same size.  Then the format painter will help you&#8230;  Just select a row and click format painter button.  Now click the row number you need to set to same size and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jitukrish.wordpress.com&amp;blog=5051664&amp;post=43&amp;subd=jitukrish&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li>Ever wondered how to copy the row height of a row in Excel?  Suppose, you have a sheet, in which you need some rows to be in same size.  Then the format painter will help you&#8230;  Just select a row and click format painter button.  Now click the row number you need to set to same size and its done!!!</li>
<li>pressing Ctrl + ~ will display all formulas in a worksheet.  This is a toggle key.  So to turn it off, do that again. </li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jitukrish.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jitukrish.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jitukrish.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jitukrish.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jitukrish.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jitukrish.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jitukrish.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jitukrish.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jitukrish.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jitukrish.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jitukrish.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jitukrish.wordpress.com/43/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jitukrish.wordpress.com/43/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jitukrish.wordpress.com/43/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jitukrish.wordpress.com&amp;blog=5051664&amp;post=43&amp;subd=jitukrish&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jitukrish.wordpress.com/2009/04/09/tip-of-the-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jitukrish</media:title>
		</media:content>
	</item>
		<item>
		<title>Tips Of the Day</title>
		<link>http://jitukrish.wordpress.com/2009/04/08/tips-of-the-day-5/</link>
		<comments>http://jitukrish.wordpress.com/2009/04/08/tips-of-the-day-5/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 10:26:56 +0000</pubDate>
		<dc:creator>jitukrish</dc:creator>
				<category><![CDATA[Tip of the Day]]></category>

		<guid isPermaLink="false">http://jitukrish.wordpress.com/?p=40</guid>
		<description><![CDATA[Hmm&#8230;  It&#8217;s been long since I made a post.  Here come today&#8217;s Tips. We can sum the total of a column in Word tables just like we do in Excel.  All we need to do is to place the cursor in the last empty cell of the column, then click Table tools and then formulas.  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jitukrish.wordpress.com&amp;blog=5051664&amp;post=40&amp;subd=jitukrish&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hmm&#8230;  It&#8217;s been long since I made a post.  Here come today&#8217;s Tips.</p>
<ul>
<li>We can sum the total of a column in Word tables just like we do in Excel.  All we need to do is to place the cursor in the last empty cell of the column, then click Table tools and then formulas.  You are done.  But please do remember that unlike Excel, the value won&#8217;t change, if any of the cell is changed <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
<li>We can edit a document in its print preview mode, if we turn off the the magnifier property.  Also, there is no need to close the preview to access something from the toolbars[like standard toolbar].  Just right click on the toolbar and select it from the list in word 2003.  In 2007, this is not a problem as you can do almost everything with a right click.</li>
<li>Did you know that you can apply format painter to varios selections?  Yes, just double click it and voila! you are done.  Click it again to turn this off.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jitukrish.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jitukrish.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jitukrish.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jitukrish.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jitukrish.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jitukrish.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jitukrish.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jitukrish.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jitukrish.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jitukrish.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jitukrish.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jitukrish.wordpress.com/40/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jitukrish.wordpress.com/40/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jitukrish.wordpress.com/40/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jitukrish.wordpress.com&amp;blog=5051664&amp;post=40&amp;subd=jitukrish&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jitukrish.wordpress.com/2009/04/08/tips-of-the-day-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jitukrish</media:title>
		</media:content>
	</item>
		<item>
		<title>Tips Of The Day&#8230;</title>
		<link>http://jitukrish.wordpress.com/2009/03/26/tips-of-the-day-4/</link>
		<comments>http://jitukrish.wordpress.com/2009/03/26/tips-of-the-day-4/#comments</comments>
		<pubDate>Thu, 26 Mar 2009 13:56:46 +0000</pubDate>
		<dc:creator>jitukrish</dc:creator>
				<category><![CDATA[Tip of the Day]]></category>

		<guid isPermaLink="false">http://jitukrish.wordpress.com/?p=33</guid>
		<description><![CDATA[In Excel, the quickest way to create a chart is using F11 key.  Select the data range and press F11.  The chart will come and you can right click and change the settings then. To Change the default chart there is an option in Insert Chart Dialog of Excel 2007 and Chart type Dialog in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jitukrish.wordpress.com&amp;blog=5051664&amp;post=33&amp;subd=jitukrish&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li>In Excel, the quickest way to create a chart is using F11 key.  Select the data range and press F11.  The chart will come and you can right click and change the settings then.</li>
<li>To Change the default chart there is an option in Insert Chart Dialog of Excel 2007 and Chart type Dialog in 2003.</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jitukrish.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jitukrish.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jitukrish.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jitukrish.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jitukrish.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jitukrish.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jitukrish.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jitukrish.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jitukrish.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jitukrish.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jitukrish.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jitukrish.wordpress.com/33/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jitukrish.wordpress.com/33/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jitukrish.wordpress.com/33/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jitukrish.wordpress.com&amp;blog=5051664&amp;post=33&amp;subd=jitukrish&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jitukrish.wordpress.com/2009/03/26/tips-of-the-day-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jitukrish</media:title>
		</media:content>
	</item>
		<item>
		<title>Tips Of The Day</title>
		<link>http://jitukrish.wordpress.com/2009/03/25/tips-of-the-day-3/</link>
		<comments>http://jitukrish.wordpress.com/2009/03/25/tips-of-the-day-3/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 15:10:38 +0000</pubDate>
		<dc:creator>jitukrish</dc:creator>
				<category><![CDATA[Tip of the Day]]></category>

		<guid isPermaLink="false">http://jitukrish.wordpress.com/?p=31</guid>
		<description><![CDATA[We often feel frustated to navigate to the folders while opening or closing an office document.  These tips are related to this. If you are using Word 2007, start by clicking the Office button. Click on Word Options and then click Save. Click Browse next to the Default File Location box under Save Documents, and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jitukrish.wordpress.com&amp;blog=5051664&amp;post=31&amp;subd=jitukrish&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We often feel frustated to navigate to the folders while opening or closing an office document.  These tips are related to this.</p>
<ul>
<li>
<div class="MsoNormal" style="margin:0;"><span class="editorial1"><span style="font-family:Arial,sans-serif;color:#002850;font-size:10pt;">If you are using Word 2007, start by clicking the Office button. Click on Word Options and then click Save. Click Browse next to the Default File Location box under Save Documents, and then navigate to the location you want to set as your default. Click on your new default folder to select it, and then click OK.  </span></span><span class="editorial1"><span style="font-family:Arial,sans-serif;color:#002850;font-size:10pt;">In earlier versions of Word, go to Options from the Tools menu. Go to the File Locations tab and click on Documents under File Types. Click the Modify button. In the Look In field, find the folder you want to set as your default. Click to select it, click OK a couple times and you are good to go.</span></span></div>
</li>
<li>
<div class="MsoNormal" style="margin:0;"><span class="editorial1"><span style="font-family:Arial,sans-serif;color:#002850;font-size:10pt;">Another easy way is to create shortcuts for your frequently used folders in your &#8220;My documents&#8221; and select that in the dialog</span></span></div>
</li>
</ul>
<p><span style="font-family:Verdana,sans-serif;color:#002850;font-size:9pt;"></span> </p>
<p>Hope you find this useful&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jitukrish.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jitukrish.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jitukrish.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jitukrish.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jitukrish.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jitukrish.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jitukrish.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jitukrish.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jitukrish.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jitukrish.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jitukrish.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jitukrish.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jitukrish.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jitukrish.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jitukrish.wordpress.com&amp;blog=5051664&amp;post=31&amp;subd=jitukrish&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jitukrish.wordpress.com/2009/03/25/tips-of-the-day-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jitukrish</media:title>
		</media:content>
	</item>
		<item>
		<title>Creating Your Own Events Made Simple in C#</title>
		<link>http://jitukrish.wordpress.com/2009/03/25/creating-your-own-events-made-simple-in-c/</link>
		<comments>http://jitukrish.wordpress.com/2009/03/25/creating-your-own-events-made-simple-in-c/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 14:43:24 +0000</pubDate>
		<dc:creator>jitukrish</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://jitukrish.wordpress.com/?p=26</guid>
		<description><![CDATA[You may know already that to create an event, we need to create a delegate first and then an Eventhandler and then the event.  This is why many of us are hesistant to use custo events in our normal code. I am always fascinated by events and use them a lot.  Being a lazy guy, following [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jitukrish.wordpress.com&amp;blog=5051664&amp;post=26&amp;subd=jitukrish&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You may know already that to create an event, we need to create a delegate first and then an Eventhandler and then the event.  This is why many of us are hesistant to use custo events in our normal code.</p>
<p>I am always fascinated by events and use them a lot.  Being a lazy guy, following these many steps were real hurdles for me <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   Thank God, there is another short way in C#.<br />
<ins datetime="2009-03-25T14:42:17+00:00"></ins><br />
There is a standard Eventhandler in C#.  It is a delegate which takes the source as object type and an Eventhandler object.   So, I could create the events like</p>
<blockquote>
<p style="padding-left:150px;">public event EventHandler myEvent;</p>
</blockquote>
<p>And when I handle it, the function will look like,</p>
<blockquote>
<p style="padding-left:150px;">void Window1_myEvent(object sender, EventArgs e){ }</p>
</blockquote>
<p> But what if we have to pass our our own data?</p>
<p>We could create our own EventArgs:)  I&#8217;ll paste an example below</p>
<blockquote>
<p style="padding-left:150px;">public class myEventArgs : EventArgs</p>
<p style="padding-left:150px;">{</p>
<p style="padding-left:150px;">object myValue;</p>
<p style="padding-left:150px;">public object MyValue</p>
<p style="padding-left:180px;">{</p>
<p style="padding-left:210px;">get{return myValue;}</p>
<p style="padding-left:210px;">set{myValue=value;}</p>
<p style="padding-left:180px;">}</p>
<p style="padding-left:150px;">public myEventArgs()</p>
<p style="padding-left:180px;">{ }</p>
</blockquote>
<blockquote>
<p style="padding-left:150px;">}</p>
</blockquote>
<p>Only thing that we have to notice is that our class should inherit from EventArgs. </p>
<p>Fine, now we had created our EventArgs.  But how to use it?  It has answers for that too.  The Eventhandler declaration can take a type attribute too.  See below</p>
<p>public event EventHandler&lt;myEventArgs&gt; myEvent;</p>
<p>So here we say that our event will pass an object of type MyEventArgs.  So we can add our code.  Just like creating delegates and Eventhandler <img src='http://s2.wp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So, enjoy with Events&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jitukrish.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jitukrish.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jitukrish.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jitukrish.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jitukrish.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jitukrish.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jitukrish.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jitukrish.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jitukrish.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jitukrish.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jitukrish.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jitukrish.wordpress.com/26/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jitukrish.wordpress.com/26/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jitukrish.wordpress.com/26/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jitukrish.wordpress.com&amp;blog=5051664&amp;post=26&amp;subd=jitukrish&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jitukrish.wordpress.com/2009/03/25/creating-your-own-events-made-simple-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">jitukrish</media:title>
		</media:content>
	</item>
	</channel>
</rss>
