<?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>Pramod's Exploration of Software Development</title>
	<atom:link href="http://pramodpallath.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pramodpallath.wordpress.com</link>
	<description>A blog that walks through my daily life. Automating things around me Exploring new technologies</description>
	<lastBuildDate>Thu, 30 Apr 2009 08:59:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='pramodpallath.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Pramod's Exploration of Software Development</title>
		<link>http://pramodpallath.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://pramodpallath.wordpress.com/osd.xml" title="Pramod&#039;s Exploration of Software Development" />
	<atom:link rel='hub' href='http://pramodpallath.wordpress.com/?pushpress=hub'/>
		<item>
		<title>WPF : How Window.Owner &amp; Window.OwnedWindows saved the day.</title>
		<link>http://pramodpallath.wordpress.com/2009/04/30/wpf-how-windowowner-windowownedwindows-saved-the-day/</link>
		<comments>http://pramodpallath.wordpress.com/2009/04/30/wpf-how-windowowner-windowownedwindows-saved-the-day/#comments</comments>
		<pubDate>Thu, 30 Apr 2009 08:59:00 +0000</pubDate>
		<dc:creator>Pramod Pallath Vasudevan</dc:creator>
				<category><![CDATA[WPF]]></category>

		<guid isPermaLink="false">http://pramodpallath.wordpress.com/?p=13</guid>
		<description><![CDATA[Using the Window.Owner property to implement a MDI Like application in WPF<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pramodpallath.wordpress.com&amp;blog=5423961&amp;post=13&amp;subd=pramodpallath&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I had a requirement to create a MDI like UI in wpf.. want it to be like the desktop of my windows, and here i am detailing a roadblock that i came across&#8230;&#8230;.</p>
<p><strong>Scenario:</strong></p>
<p>                  I have a main window [maximised] which has a set of buttons from which new windows are created. Now the issue is when i open 2 child forms, the first opened window goes behind the main window.</p>
<p><strong>Investigation :</strong></p>
<p><strong>                  </strong>If it was a Win forms then this issue could have been solved by setting the IsMdlChild property of the child form to true. But wpf doesnt have the  concept of mdi.</p>
<p><strong>Solution:</strong></p>
<p>Looking through the available properties of a WPF window, i came across &#8220;<em>OwnedWindows&#8221;</em> property. A search in msdn led me to this description <em>&#8220;Gets a collection of windows for which this window is the owner.&#8221; </em>and this clue led me to &#8220;<em>Window.Owner&#8221; </em></p>
<p>So for each child form i created i just set its owner as the parent form and voila it worked, and guess what it works just like the MDI.. when parent is closed all the children are also closed.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pramodpallath.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pramodpallath.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pramodpallath.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pramodpallath.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pramodpallath.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pramodpallath.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pramodpallath.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pramodpallath.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pramodpallath.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pramodpallath.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pramodpallath.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pramodpallath.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pramodpallath.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pramodpallath.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pramodpallath.wordpress.com&amp;blog=5423961&amp;post=13&amp;subd=pramodpallath&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pramodpallath.wordpress.com/2009/04/30/wpf-how-windowowner-windowownedwindows-saved-the-day/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9a0084a425687418561405ba092b94f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pramod_pv</media:title>
		</media:content>
	</item>
		<item>
		<title>Learning about Addins for sql server management Studio(SMSS)</title>
		<link>http://pramodpallath.wordpress.com/2008/11/18/learning-about-addins-for-sql-server-management-studiosmss/</link>
		<comments>http://pramodpallath.wordpress.com/2008/11/18/learning-about-addins-for-sql-server-management-studiosmss/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 09:37:27 +0000</pubDate>
		<dc:creator>Pramod Pallath Vasudevan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pramodpallath.wordpress.com/?p=6</guid>
		<description><![CDATA[Now to do the things mentioned in my earlier post we need to have an addin that registers in the Sql Server Management studio. This addin will be responsible for hosting the set of customized features that i require in SMSS. So doing a google on &#8220;sql server management studio addin c#&#8221; left me with [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pramodpallath.wordpress.com&amp;blog=5423961&amp;post=6&amp;subd=pramodpallath&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Now to do the things mentioned in my earlier <a href="http://pramodpallath.wordpress.com/2008/11/06/make-the-sql-server-managment-studio-remember-things-for-me/">post</a> we need to have an addin that registers in the Sql Server Management studio. This addin will be responsible for hosting the set of customized features that i require in SMSS.</p>
<p>So doing a google on <strong>&#8220;sql server management studio addin c#&#8221; </strong>left me with</p>
<p><a href="http://www.karpach.com/SQL-Server-Managment-Studio-Object-Explorer-Search-Add-In.htm"><em>SQL Server Managment Studio Object Explorer Search Add-In</em></a></p>
<p>The initial part of building the addin was based upon <a href="http://jcooney.net/archive/2007/11/26/55358.aspx">this blog by Joseph Cooney</a>, and <a href="http://aspalliance.com/1374_Extend_Functionality_in_SQL_Server_2005_Management_Studio_with_Addins.all">this article by Ameet Phadnis.</a></p>
<p>Now to begin with what i had done.</p>
<p>Opened visual studio 2005, Added a new project of the type Visual Studio Add-in located in the Extensibility project type.</p>
<p>Then added to the Registry the following data</p>
<p>[HKEY_CURRENT_USER\Software\Microsoft\Microsoft SQL Server\90\Tools\Shell\Addins\SqlServerManagementStudioEx.Connect]<br />
&#8220;CommandLineSafe&#8221;=dword:00000000<br />
&#8220;LoadBehavior&#8221;=dword:00000001<br />
&#8220;ProductDescription&#8221;=&#8221;Tag Comment your database objects&#8221;<br />
&#8220;ProductName&#8221;=&#8221;SqlServerManagementStudioEx&#8221;<br />
&#8220;SatelliteDllName&#8221;=&#8221;SqlServerManagementStudioEx.dll&#8221;<br />
&#8220;SatelliteDllPath&#8221;=&#8221;C:\\test addin\\SqlServerManagementStudioEx\\&#8221;</p>
<p>Now set take the project properties and in the debug tab. check the</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pramodpallath.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pramodpallath.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pramodpallath.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pramodpallath.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pramodpallath.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pramodpallath.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pramodpallath.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pramodpallath.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pramodpallath.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pramodpallath.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pramodpallath.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pramodpallath.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pramodpallath.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pramodpallath.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pramodpallath.wordpress.com&amp;blog=5423961&amp;post=6&amp;subd=pramodpallath&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pramodpallath.wordpress.com/2008/11/18/learning-about-addins-for-sql-server-management-studiosmss/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9a0084a425687418561405ba092b94f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pramod_pv</media:title>
		</media:content>
	</item>
		<item>
		<title>Make the SQL Server Managment Studio remember things for me.</title>
		<link>http://pramodpallath.wordpress.com/2008/11/06/make-the-sql-server-managment-studio-remember-things-for-me/</link>
		<comments>http://pramodpallath.wordpress.com/2008/11/06/make-the-sql-server-managment-studio-remember-things-for-me/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 06:19:27 +0000</pubDate>
		<dc:creator>Pramod Pallath Vasudevan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[I have a reputation for having a memory like a RAM and being lazy, and now i feel that it is time i taught the SQL Server Management studio to help me reduce my memory load and do tasks for me. Let me get my requirements straight. My requirements : 1. Tag database items. 2. Add Comments to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pramodpallath.wordpress.com&amp;blog=5423961&amp;post=1&amp;subd=pramodpallath&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I have a reputation for having a memory like a RAM and being lazy, and now i feel that it is time i taught the SQL Server Management studio to help me reduce my memory load and do tasks for me. Let me get my requirements straight.</p>
<p><strong>My requirements :</strong><br />
1. Tag database items.<br />
2. Add Comments to database items.<br />
3&#8230;. Oh god&#8230;. I forgot what i need, Anyway I will add it in my next post. </p>
<p>Now i have to implement this. Have to try addins for SSMS..<br />
 </p>
<p> </p>
<p><strong></strong></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/pramodpallath.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/pramodpallath.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/pramodpallath.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/pramodpallath.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/pramodpallath.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/pramodpallath.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/pramodpallath.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/pramodpallath.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/pramodpallath.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/pramodpallath.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/pramodpallath.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/pramodpallath.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/pramodpallath.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/pramodpallath.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=pramodpallath.wordpress.com&amp;blog=5423961&amp;post=1&amp;subd=pramodpallath&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://pramodpallath.wordpress.com/2008/11/06/make-the-sql-server-managment-studio-remember-things-for-me/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/c9a0084a425687418561405ba092b94f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">pramod_pv</media:title>
		</media:content>
	</item>
	</channel>
</rss>
