<?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>தமிழுக்கு அமுதென்று பேர்!</title>
	<atom:link href="http://chandrupal.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://chandrupal.wordpress.com</link>
	<description></description>
	<lastBuildDate>Wed, 28 May 2008 06:58:25 +0000</lastBuildDate>
	<language>ta</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='chandrupal.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/49dee2bdff8e3d4792784a932b0cd313?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>தமிழுக்கு அமுதென்று பேர்!</title>
		<link>http://chandrupal.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://chandrupal.wordpress.com/osd.xml" title="தமிழுக்கு அமுதென்று பேர்!" />
	<atom:link rel='hub' href='http://chandrupal.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Changing the Background colour of an MDI Form in C#.Net</title>
		<link>http://chandrupal.wordpress.com/2008/05/28/changing-the-background-colour-of-an-mdi-form-in-cnet/</link>
		<comments>http://chandrupal.wordpress.com/2008/05/28/changing-the-background-colour-of-an-mdi-form-in-cnet/#comments</comments>
		<pubDate>Wed, 28 May 2008 06:36:25 +0000</pubDate>
		<dc:creator>Chandramohan Palaniswamy</dc:creator>
				<category><![CDATA[Dot Net]]></category>
		<category><![CDATA[background colour]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[MDI]]></category>

		<guid isPermaLink="false">http://chandrupal.wordpress.com/?p=17</guid>
		<description><![CDATA[Dear Seeker, The original post is from this site. It is given in C++ and I&#8217;ve written the same for C#.Net. http://support.microsoft.com/kb/816184/en-us?spid=1249&#38;sid=122 Source Code to change the background colour of an MDI Form: Copy and paste this code in MDI Form&#8217;s Load Event: &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; private void frmMDI_Load(object sender, EventArgs e) { MdiClient ctlMDI; // Loop [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chandrupal.wordpress.com&amp;blog=1564638&amp;post=17&amp;subd=chandrupal&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Dear Seeker,</p>
<p>The original post is from this site. It is given in C++ and I&#8217;ve written the same for C#.Net.</p>
<p><a href="http://support.microsoft.com/kb/816184/en-us?spid=1249&amp;sid=122">http://support.microsoft.com/kb/816184/en-us?spid=1249&amp;sid=122</a></p>
<p>Source Code to change the background colour of an MDI Form:</p>
<p>Copy and paste this code in MDI Form&#8217;s Load Event:</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211;</p>
<p>private void frmMDI_Load(object sender, EventArgs e)</p>
<p>{</p>
<p>MdiClient ctlMDI;</p>
<p>// Loop through all the controls of the form controls looking for the control of type MdiClient.</p>
<p>IEnumerator iEnum = this.Controls.GetEnumerator();</p>
<p>while ( iEnum.MoveNext())</p>
<p>{</p>
<p>try</p>
<p>{</p>
<p>// Try to cast the control to type MdiClient.</p>
<p>System.Windows.Forms.Control pCtrl = (System.Windows.Forms.Control)iEnum.Current;</p>
<p>ctlMDI = (MdiClient)pCtrl;</p>
<p>}</p>
<p>catch ( InvalidCastException )</p>
<p>{</p>
<p>continue;</p>
<p>}</p>
<p>// Set the BackGround colour property of the MdiClient control.</p>
<p>ctlMDI.BackColor = this.BackColor;</p>
<p>break;</p>
<p>}</p>
<p>}</p>
<p> </p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-</p>
<p>Happy Coding&#8230;.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/chandrupal.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/chandrupal.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/chandrupal.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/chandrupal.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/chandrupal.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/chandrupal.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/chandrupal.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/chandrupal.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/chandrupal.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/chandrupal.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/chandrupal.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/chandrupal.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/chandrupal.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/chandrupal.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/chandrupal.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/chandrupal.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=chandrupal.wordpress.com&amp;blog=1564638&amp;post=17&amp;subd=chandrupal&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://chandrupal.wordpress.com/2008/05/28/changing-the-background-colour-of-an-mdi-form-in-cnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/18a27c3864680865ed77ad21833223e6?s=96&#38;d=http%3A%2F%2F1.gravatar.com%2Favatar%2Fad516503a11cd5ca435acc9bb6523536%3Fs%3D96&#38;r=G" medium="image">
			<media:title type="html">chandru.pal</media:title>
		</media:content>
	</item>
	</channel>
</rss>
