<?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>dePoPo.net</title>
	<atom:link href="http://www.dePoPo.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dePoPo.net</link>
	<description>a digital resource center</description>
	<lastBuildDate>Fri, 10 Feb 2012 10:24:18 +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>Dynamicaly adding sub menu items to a context menu</title>
		<link>http://www.dePoPo.net/2012/02/dynamicaly-adding-sub-menu-items-to-a-context-menu/</link>
		<comments>http://www.dePoPo.net/2012/02/dynamicaly-adding-sub-menu-items-to-a-context-menu/#comments</comments>
		<pubDate>Fri, 10 Feb 2012 09:55:49 +0000</pubDate>
		<dc:creator>dePoPo</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://www.dePoPo.net/?p=1482</guid>
		<description><![CDATA[Context menu&#8217;s are a standard component, but what if you want to add items dynamicaly to a sub menu at runtime from code (eg a user list from a database query) ? This sample is based around a small form that contains a standard menu bar at the top, and a context menu bount to [...]]]></description>
		<wfw:commentRss>http://www.dePoPo.net/2012/02/dynamicaly-adding-sub-menu-items-to-a-context-menu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing SQL Server 2008R2 or 2008R2 management tools ends in System.Configuration.ConfigurationErrorsException</title>
		<link>http://www.dePoPo.net/2012/02/installing-sql-server-2008r2-or-2008r2-management-tools-ends-in-system-configuration-configurationerrorsexception/</link>
		<comments>http://www.dePoPo.net/2012/02/installing-sql-server-2008r2-or-2008r2-management-tools-ends-in-system-configuration-configurationerrorsexception/#comments</comments>
		<pubDate>Fri, 03 Feb 2012 08:07:00 +0000</pubDate>
		<dc:creator>dePoPo</dc:creator>
				<category><![CDATA[Overflow]]></category>

		<guid isPermaLink="false">http://www.dePoPo.net/?p=1479</guid>
		<description><![CDATA[Installing SQL Server 2008R2, 2008R2 Express edition or the 2008R2 Management tools package throws an System.Configuration.ConfigurationErrorsException, and is unable to continue or complete. Exception details: System.Configuration.ConfigurationErrorsException: An error occurred creating the configuration section handler for userSettings/Microsoft.SqlServer.Configuration.LandingPage.Properties.Settings: Could not load file or assembly &#8216;System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&#8242; or one of its dependencies. Cause: This seems to [...]]]></description>
		<wfw:commentRss>http://www.dePoPo.net/2012/02/installing-sql-server-2008r2-or-2008r2-management-tools-ends-in-system-configuration-configurationerrorsexception/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ndoc3 for .net 4 assemblies</title>
		<link>http://www.dePoPo.net/2011/11/ndoc3-for-net-4-assemblies/</link>
		<comments>http://www.dePoPo.net/2011/11/ndoc3-for-net-4-assemblies/#comments</comments>
		<pubDate>Sat, 26 Nov 2011 12:36:17 +0000</pubDate>
		<dc:creator>dePoPo</dc:creator>
				<category><![CDATA[(re-)Builds]]></category>

		<guid isPermaLink="false">http://www.dePoPo.net/?p=1332</guid>
		<description><![CDATA[ndoc3 (link) is a great tool to quickly generate documentation pages from .net assemblies. The download attached to this document is the current version rebuild against the .net 4 platform, so it is capable of processing .net4 assemblies. Download binary NDoc 3 for NET4 assemblies]]></description>
		<wfw:commentRss>http://www.dePoPo.net/2011/11/ndoc3-for-net-4-assemblies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Perfoming calulations and edits on a partial read-only DXGrid</title>
		<link>http://www.dePoPo.net/2011/10/perfoming-calulations-and-edits-on-a-partial-read-only-dxgrid/</link>
		<comments>http://www.dePoPo.net/2011/10/perfoming-calulations-and-edits-on-a-partial-read-only-dxgrid/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 13:00:51 +0000</pubDate>
		<dc:creator>dePoPo</dc:creator>
				<category><![CDATA[DevExpress]]></category>

		<guid isPermaLink="false">http://www.dePoPo.net/?p=1303</guid>
		<description><![CDATA[Today&#8217;s writeup is was triggered by a question from a reader. While its something that probaly everyone archieved at some point using the standard Microsoft grid control, the sheer amount of features avaiable on the Devexpress DXGrid make things sometimes less obvious for those starting out with the the suite. So here is a complete [...]]]></description>
		<wfw:commentRss>http://www.dePoPo.net/2011/10/perfoming-calulations-and-edits-on-a-partial-read-only-dxgrid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Populating a Treelist control from code or data, and reacting to click events</title>
		<link>http://www.dePoPo.net/2011/06/pupulating-a-treelist-control-from-code-or-data-and-reacting-to-click-events/</link>
		<comments>http://www.dePoPo.net/2011/06/pupulating-a-treelist-control-from-code-or-data-and-reacting-to-click-events/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 10:35:27 +0000</pubDate>
		<dc:creator>dePoPo</dc:creator>
				<category><![CDATA[DevExpress]]></category>

		<guid isPermaLink="false">http://www.dePoPo.net/?p=1219</guid>
		<description><![CDATA[These samples will show the basic handling of the treelist control, to create a structure and react to clicks by the user. Used in this example is the treelist control from the DevExpress suit, but you can apply the same technique to basicaly any treelist control with minimal changes. The first example shows how to [...]]]></description>
		<wfw:commentRss>http://www.dePoPo.net/2011/06/pupulating-a-treelist-control-from-code-or-data-and-reacting-to-click-events/feed/</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
		<item>
		<title>Update a field with the sum value from another table</title>
		<link>http://www.dePoPo.net/2011/05/update-a-field-with-the-sum-value-from-another-table/</link>
		<comments>http://www.dePoPo.net/2011/05/update-a-field-with-the-sum-value-from-another-table/#comments</comments>
		<pubDate>Tue, 17 May 2011 08:44:31 +0000</pubDate>
		<dc:creator>dePoPo</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.dePoPo.net/?p=1217</guid>
		<description><![CDATA[UPDATE a field from a different table This snippet retrieves the value from table2.field2, and places it in table1.field1. update table1 set table1.field1 = table2.field2 from table1,table2 where table1.key = table2.key UPDATE a field with a SUM from a different table This snippet adds up multiple entry&#8217;s in the second table which have the correct [...]]]></description>
		<wfw:commentRss>http://www.dePoPo.net/2011/05/update-a-field-with-the-sum-value-from-another-table/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Controling the tray to use for printing with Devexpress XtraReports</title>
		<link>http://www.dePoPo.net/2011/05/controling-the-tray-to-use-for-printing-with-devexpress-xtrareports/</link>
		<comments>http://www.dePoPo.net/2011/05/controling-the-tray-to-use-for-printing-with-devexpress-xtrareports/#comments</comments>
		<pubDate>Mon, 16 May 2011 13:07:05 +0000</pubDate>
		<dc:creator>dePoPo</dc:creator>
				<category><![CDATA[DevExpress]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.dePoPo.net/?p=1210</guid>
		<description><![CDATA[This sample shows how to enumerate and select a specific tray to use for printing. The code works bij intercepting the oReport.PrintingSystem.StartPrint event, by adding a handler and sending it to a routine which enumerates the trays of the printer. There are a few pitfalls to take note off: My HP drivers insisted on having [...]]]></description>
		<wfw:commentRss>http://www.dePoPo.net/2011/05/controling-the-tray-to-use-for-printing-with-devexpress-xtrareports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot resolve the collation conflict while joining tables against temp tables on SQL Server</title>
		<link>http://www.dePoPo.net/2011/05/cannot-resolve-the-collation-conflict-while-joining-tables-against-temp-tables-on-sql-server/</link>
		<comments>http://www.dePoPo.net/2011/05/cannot-resolve-the-collation-conflict-while-joining-tables-against-temp-tables-on-sql-server/#comments</comments>
		<pubDate>Fri, 06 May 2011 08:27:28 +0000</pubDate>
		<dc:creator>dePoPo</dc:creator>
				<category><![CDATA[SQL]]></category>

		<guid isPermaLink="false">http://www.dePoPo.net/?p=1202</guid>
		<description><![CDATA[When writing long query&#8217;s or stored procedures using temporary tables, you may run into an error like: Cannot resolve the collation conflict between &#8220;Latin1_General_CI_AS&#8221; and &#8220;SQL_Latin1_General_CP1_CI_AS&#8221; in the equal to operation. The cause of this error is that the tables you are querying against have a different collation then the server default. This causes the [...]]]></description>
		<wfw:commentRss>http://www.dePoPo.net/2011/05/cannot-resolve-the-collation-conflict-while-joining-tables-against-temp-tables-on-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DevExpress &#8211; Coloring individual cells or rows in a Gridcontrol based on a cell value</title>
		<link>http://www.dePoPo.net/2011/04/devexpress-coloring-individual-cells-or-rows-in-a-gridcontrol-based-on-a-cell-value/</link>
		<comments>http://www.dePoPo.net/2011/04/devexpress-coloring-individual-cells-or-rows-in-a-gridcontrol-based-on-a-cell-value/#comments</comments>
		<pubDate>Wed, 20 Apr 2011 11:30:48 +0000</pubDate>
		<dc:creator>dePoPo</dc:creator>
				<category><![CDATA[DevExpress]]></category>

		<guid isPermaLink="false">http://www.dePoPo.net/?p=1199</guid>
		<description><![CDATA[DevExpress &#8211; Coloring individual cells or rows in a Gridcontrol based on a cell value. This sample hooks into the RowCellStyle event of the Gridview, and evaluates the value of the cell. Depending on the outcome, a background color is assigned to the cell. C# Sample This sample hooks into the RowCellStyle event of the [...]]]></description>
		<wfw:commentRss>http://www.dePoPo.net/2011/04/devexpress-coloring-individual-cells-or-rows-in-a-gridcontrol-based-on-a-cell-value/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Installing Windows 7 RSAT Tools on Windows 7 SP1</title>
		<link>http://www.dePoPo.net/2011/04/installing-windows-7-rsat-tools-on-windows-7-sp1/</link>
		<comments>http://www.dePoPo.net/2011/04/installing-windows-7-rsat-tools-on-windows-7-sp1/#comments</comments>
		<pubDate>Fri, 01 Apr 2011 06:42:20 +0000</pubDate>
		<dc:creator>dePoPo</dc:creator>
				<category><![CDATA[Overflow]]></category>

		<guid isPermaLink="false">http://www.dePoPo.net/?p=1185</guid>
		<description><![CDATA[From: http://social.technet.microsoft.com/Forums/en-US/w7itproSP/thread/0d763f12-30f8-4d13-8534-315d5c34dd0d Problem: The Windows 7 RSAT package is made for the Windows 7 RTM version and does not install on Windows 7 SP1 Solution: Manualy extract and install the package, bypassing the version check expand -f:*.* amd* pkgmgr /n:.Windows6.1-KB958830-x64.xml While no output is send to the screen, this does install in the background. After [...]]]></description>
		<wfw:commentRss>http://www.dePoPo.net/2011/04/installing-windows-7-rsat-tools-on-windows-7-sp1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Re-enabling user mode exception on 64 bit development machines</title>
		<link>http://www.dePoPo.net/2011/03/re-enabling-user-mode-exception-on-64-bit-development-machines/</link>
		<comments>http://www.dePoPo.net/2011/03/re-enabling-user-mode-exception-on-64-bit-development-machines/#comments</comments>
		<pubDate>Tue, 15 Mar 2011 09:44:29 +0000</pubDate>
		<dc:creator>dePoPo</dc:creator>
				<category><![CDATA[Overflow]]></category>

		<guid isPermaLink="false">http://www.dePoPo.net/?p=1182</guid>
		<description><![CDATA[With the release of Windows 7 SP1 a hotfix has been included that makes it possible to once again catch user mode exceptions on 64 bit development machines. (see the excelent writup &#8220;the case of the disappearing onload exception&#8221; here for details and an explanation of what is exactly going on. To disable the filtering [...]]]></description>
		<wfw:commentRss>http://www.dePoPo.net/2011/03/re-enabling-user-mode-exception-on-64-bit-development-machines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programmaticaly adding and populating an image column on a datagridview</title>
		<link>http://www.dePoPo.net/2011/03/programmaticaly-adding-and-populating-an-image-column-on-a-datagridview/</link>
		<comments>http://www.dePoPo.net/2011/03/programmaticaly-adding-and-populating-an-image-column-on-a-datagridview/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 18:31:05 +0000</pubDate>
		<dc:creator>dePoPo</dc:creator>
				<category><![CDATA[C#]]></category>

		<guid isPermaLink="false">http://www.dePoPo.net/?p=1171</guid>
		<description><![CDATA[I once made the mistake to solve the wish to have an image column in a datagridview by adding a VARBINARY field to the underlying database, and binding that column to the datagridview. Although the technique worked in the sense that it actualy does show the image that is now present in each and every [...]]]></description>
		<wfw:commentRss>http://www.dePoPo.net/2011/03/programmaticaly-adding-and-populating-an-image-column-on-a-datagridview/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programmatically formatting grid view columns MS vs. DevExpress</title>
		<link>http://www.dePoPo.net/2011/02/programmatically-formatting-grid-view-columns-ms-vs-devexpress/</link>
		<comments>http://www.dePoPo.net/2011/02/programmatically-formatting-grid-view-columns-ms-vs-devexpress/#comments</comments>
		<pubDate>Fri, 11 Feb 2011 10:51:16 +0000</pubDate>
		<dc:creator>dePoPo</dc:creator>
				<category><![CDATA[DevExpress]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.dePoPo.net/?p=1143</guid>
		<description><![CDATA[DevExpress &#039; --- Apply currency format GridView7.Columns(&#34;price&#34;).DisplayFormat.FormatString = &#34;c&#34; GridView7.Columns(&#34;price&#34;).DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom &#039; // &#039; --- Right align a column GridViewArtikelInslag.Columns(&#34;datum&#34;).AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far &#039; // &#039; --- Auto fit sizes to content GridView7.OptionsView.ColumnAutoWidth = False GridView7.BestFitColumns() &#039; // Default .NET Control &#039; --- Activate auto sizing DataGridViewA.AutoSizeColumnsMode = DataGridViewAutoSizeColumnMode.Fill &#039; // &#039;--- Apply currency format [...]]]></description>
		<wfw:commentRss>http://www.dePoPo.net/2011/02/programmatically-formatting-grid-view-columns-ms-vs-devexpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enabling and disabling the firewall for HYPER-V 2008 and Server 2008 from the command line</title>
		<link>http://www.dePoPo.net/2011/01/enabling-and-disabling-the-firewall-for-hyper-v-2008-and-server-2008-from-the-command-line/</link>
		<comments>http://www.dePoPo.net/2011/01/enabling-and-disabling-the-firewall-for-hyper-v-2008-and-server-2008-from-the-command-line/#comments</comments>
		<pubDate>Sun, 30 Jan 2011 18:29:48 +0000</pubDate>
		<dc:creator>dePoPo</dc:creator>
				<category><![CDATA[Overflow]]></category>

		<guid isPermaLink="false">http://www.dePoPo.net/?p=1138</guid>
		<description><![CDATA[During installation of especialy server core versions such as HYPER-V 2008 it can be cumbersome to reach the machine with the default secure settings. Below are the commands to disable and re-enable the firewall from the command line To disable the firewall in the currently running profile, you can issue the command: netsh advfirewall set [...]]]></description>
		<wfw:commentRss>http://www.dePoPo.net/2011/01/enabling-and-disabling-the-firewall-for-hyper-v-2008-and-server-2008-from-the-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DevExpress &#8211; sizing the columns of a gridcontrol to the content</title>
		<link>http://www.dePoPo.net/2011/01/devexpress-sizing-the-columns-of-a-gridcontrol-to-the-content/</link>
		<comments>http://www.dePoPo.net/2011/01/devexpress-sizing-the-columns-of-a-gridcontrol-to-the-content/#comments</comments>
		<pubDate>Tue, 18 Jan 2011 11:22:44 +0000</pubDate>
		<dc:creator>dePoPo</dc:creator>
				<category><![CDATA[DevExpress]]></category>
		<category><![CDATA[VB.NET]]></category>

		<guid isPermaLink="false">http://www.dePoPo.net/?p=1113</guid>
		<description><![CDATA[By default the DevExpress grid control will force all columsn to fit in the default view. These property&#8217;s can be used to change that behaviour and have teh columns size to the content of the cells and a scrollbar to appear. &#039; --- A blank grid control is present on the form, which will supply [...]]]></description>
		<wfw:commentRss>http://www.dePoPo.net/2011/01/devexpress-sizing-the-columns-of-a-gridcontrol-to-the-content/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

