<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" version="2.0">
  <channel>
    <title>The Code Project Latest Articles</title>
    <link>http://www.codeproject.com</link>
    <description>Latest Articles from The Code Project</description>
    <language>en-us</language>
    <image>
      <title>The Code Project</title>
      <url>http://www.codeproject.com/images/codeproject100x30.gif</url>
      <link>http://www.codeproject.com</link>
      <width>100</width>
      <height>30</height>
      <description>The Code Project</description>
    </image>
    <copyright>Copyright &amp;copy; CodeProject, 1999-2009</copyright>
    <webMaster>webmaster@codeproject.com</webMaster>
    <lastBuildDate>Fri, 20 Nov 2009 17:07:00 GMT</lastBuildDate>
    <ttl>20</ttl>
    <generator>C# Hand-coded goodness</generator>
    <item xsi:type="article">
      <title>Popup Window Finder and Mouse Tracker in C#</title>
      <description>An article on retrieving information from popup windows by using low level keyboard and mouse hooks, user32.dll and kernel32.dll APIs, etc.</description>
      <link>http://www.codeproject.com/KB/cs/MouseTracker.aspx</link>
      <author>Dianyang Wu</author>
      <category>C#</category>
      <category>Windows</category>
      <category>.NET</category>
      <category>Visual Studio</category>
      <category>WinForms</category>
      <category>Dev</category>
      <pubDate>Fri, 20 Nov 2009 17:24:00 GMT</pubDate>
      <subject>C#</subject>
      <GUID>http://www.codeproject.com/KB/cs/MouseTracker.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>CaptureConsole.DLL - A Universal Console Output Redirector for all Compilers</title>
      <description>Capture Console Output</description>
      <link>http://www.codeproject.com/KB/threads/CaptureConsole.aspx</link>
      <author>Elmue</author>
      <category>C++</category>
      <category>C#</category>
      <category>Java</category>
      <category>VB 6</category>
      <category>.NET</category>
      <pubDate>Fri, 20 Nov 2009 17:07:00 GMT</pubDate>
      <subject>Threads, Processes &amp; IPC</subject>
      <GUID>http://www.codeproject.com/KB/threads/CaptureConsole.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>WPF: IconButton</title>
      <description>Creating a little push button from an icon</description>
      <link>http://www.codeproject.com/KB/WPF/WPF-IconButton.aspx</link>
      <author>DavidSchmitt</author>
      <category>C#</category>
      <category>Windows</category>
      <category>.NET</category>
      <category>XAML</category>
      <category>WPF</category>
      <category>Dev</category>
      <category>Design</category>
      <pubDate>Fri, 20 Nov 2009 16:51:00 GMT</pubDate>
      <subject>Windows Presentation Foundation</subject>
      <GUID>http://www.codeproject.com/KB/WPF/WPF-IconButton.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Strongly Typed DataSet Generator</title>
      <description>Generate strongly typed datasets.</description>
      <link>http://www.codeproject.com/KB/database/typeddatasetgenerator.aspx</link>
      <author>Akram Mellice</author>
      <category>C#</category>
      <category>XML</category>
      <category>SQL</category>
      <category>.NET</category>
      <category>SQL Server</category>
      <category>ADO.NET</category>
      <pubDate>Fri, 20 Nov 2009 16:08:00 GMT</pubDate>
      <subject>Database</subject>
      <GUID>http://www.codeproject.com/KB/database/typeddatasetgenerator.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Silverlight 4: Capturing Video from Default Webcam</title>
      <description>Silverlight 4 Beta 1 has been released by Microsoft on 18th November 2009. Among the new features, I will demonstrate one of them “Accessing Default Webcam using Silverlight 4”.</description>
      <link>http://www.codeproject.com/KB/silverlight/SL4VideoCamDemo1.aspx</link>
      <author>KunalChowdhury</author>
      <category>C# 3.0</category>
      <category>C# 4.0.NET 3.5</category>
      <category>.NET 4.0</category>
      <category>XAML</category>
      <category>Silverlight</category>
      <category>Dev</category>
      <pubDate>Fri, 20 Nov 2009 15:55:00 GMT</pubDate>
      <subject>Silverlight</subject>
      <GUID>http://www.codeproject.com/KB/silverlight/SL4VideoCamDemo1.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Insert a new record using ListView with a GridView-like interface</title>
      <description>This article talks about inserting a new record in a ListView which has a GridView as a user interface. It also explains inline edit and delete functionality.</description>
      <link>http://www.codeproject.com/KB/webforms/Explore_ListView.aspx</link>
      <author>Ramakrishna Pillai</author>
      <category>VB</category>
      <category>Javascript</category>
      <category>XML</category>
      <category>.NET</category>
      <category>ASP.NET</category>
      <category>Dev</category>
      <pubDate>Fri, 20 Nov 2009 13:47:00 GMT</pubDate>
      <subject>ASP.NET Controls</subject>
      <GUID>http://www.codeproject.com/KB/webforms/Explore_ListView.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Wrapping a Treeview's Nodes property to provide extra functionality (such as sorting)</title>
      <description>Workarounds for not being able to inherit from TreeViewCollection, and for having a read-only Nodes property</description>
      <link>http://www.codeproject.com/KB/tree/sortedtreeview.aspx</link>
      <author>J.Guyette</author>
      <category>C#</category>
      <category>.NET</category>
      <pubDate>Fri, 20 Nov 2009 13:19:00 GMT</pubDate>
      <subject>Tree Controls</subject>
      <GUID>http://www.codeproject.com/KB/tree/sortedtreeview.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>2D FFT of an Image in C#</title>
      <description>Two dimensional Fast Fourier Transform of an image in C#.</description>
      <link>http://www.codeproject.com/KB/GDI/FFT.aspx</link>
      <author>Vinayak Bharadi</author>
      <category>C#.NET 2.0</category>
      <category>GDI</category>
      <category>GDI+</category>
      <category>Dev</category>
      <pubDate>Fri, 20 Nov 2009 11:55:00 GMT</pubDate>
      <subject>GDI</subject>
      <GUID>http://www.codeproject.com/KB/GDI/FFT.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>WPF Book Reader</title>
      <description>A WPF book reader for cbz/cbr files</description>
      <link>http://www.codeproject.com/KB/WPF/Wpf_Book_Reader.aspx</link>
      <author>chameau</author>
      <category>C#</category>
      <category>.NET (.NET 3.5)</category>
      <category>WPF</category>
      <category>WinForms</category>
      <category>Dev</category>
      <pubDate>Fri, 20 Nov 2009 11:28:00 GMT</pubDate>
      <subject>Windows Presentation Foundation</subject>
      <GUID>http://www.codeproject.com/KB/WPF/Wpf_Book_Reader.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Draggable Popup Window in Silverlight 3</title>
      <description>Allows a user to drag a popup to any location in the Silverlight window.</description>
      <link>http://www.codeproject.com/KB/silverlight/PopupDragDrop.aspx</link>
      <author>dsmolen</author>
      <category>C#</category>
      <category>.NET</category>
      <category>Silverlight</category>
      <category>Dev</category>
      <pubDate>Fri, 20 Nov 2009 01:23:00 GMT</pubDate>
      <subject>Silverlight</subject>
      <GUID>http://www.codeproject.com/KB/silverlight/PopupDragDrop.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Calculate Difference Between Two Dates in Day, Week, Month and Year Parts </title>
      <description>Calculate difference between two dates in day, week, month and year parts</description>
      <link>http://www.codeproject.com/KB/datetime/DateDifferenceCalculator.aspx</link>
      <author>Mahmoud Fathy Afify</author>
      <category>C#</category>
      <category>.NET</category>
      <pubDate>Fri, 20 Nov 2009 00:43:00 GMT</pubDate>
      <subject>Date and Time</subject>
      <GUID>http://www.codeproject.com/KB/datetime/DateDifferenceCalculator.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>ImageMagic - WPF Image Sharpening</title>
      <description>An article on using WPF to sharpen images</description>
      <link>http://www.codeproject.com/KB/WPF/ImageMagicImageSharpening.aspx</link>
      <author>Doug Wyrembek</author>
      <category>C# (C# 3.0)</category>
      <category>Windows</category>
      <category>.NET (.NET 3.5)</category>
      <category>Dev</category>
      <pubDate>Thu, 19 Nov 2009 21:35:00 GMT</pubDate>
      <subject>Windows Presentation Foundation</subject>
      <GUID>http://www.codeproject.com/KB/WPF/ImageMagicImageSharpening.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Managed Fusion</title>
      <description>Managed Fusion - A managed API to view and manipulate the Global Assembly Cache</description>
      <link>http://www.codeproject.com/KB/dotnet/ManagedFusion.aspx</link>
      <author>Simon Allaeys</author>
      <category>C# 3.0.NET 3.5</category>
      <category>Win32</category>
      <category>Dev</category>
      <pubDate>Thu, 19 Nov 2009 20:54:00 GMT</pubDate>
      <subject>.NET Framework</subject>
      <GUID>http://www.codeproject.com/KB/dotnet/ManagedFusion.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>CAMLBuilder Expressions</title>
      <description>Building CAML queries programmatically using Expressions</description>
      <link>http://www.codeproject.com/KB/sharepoint/CAMLBuilder-Expressions.aspx</link>
      <author>Tamas Koszoru</author>
      <category>C# (C# 2.0)</category>
      <category>Windows</category>
      <category>.NET (.NET 2.0</category>
      <category>.NET 3.0</category>
      <category>.NET 3.5)</category>
      <category>Architect</category>
      <category>Dev</category>
      <category>Design</category>
      <pubDate>Thu, 19 Nov 2009 19:34:00 GMT</pubDate>
      <subject>SharePoint Server</subject>
      <GUID>http://www.codeproject.com/KB/sharepoint/CAMLBuilder-Expressions.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>ExifLibrary for .NET</title>
      <description>An Exif Metadata library for the .NET Framework</description>
      <link>http://www.codeproject.com/KB/graphics/ExifLibrary.aspx</link>
      <author>Ozgur Ozcitak</author>
      <category>C#</category>
      <category>.NET (.NET 2.0)</category>
      <category>Dev</category>
      <pubDate>Thu, 19 Nov 2009 13:58:00 GMT</pubDate>
      <subject>General Graphics</subject>
      <GUID>http://www.codeproject.com/KB/graphics/ExifLibrary.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>The Practical Guide to Multithreading - Part 1</title>
      <description>Learn from this guide how and when - as well as when not - to use multithreading.</description>
      <link>http://www.codeproject.com/KB/threads/mtguide_1.aspx</link>
      <author>Ajay Vijayvargiya</author>
      <category>C++</category>
      <category>C#</category>
      <category>Windows</category>
      <category>.NET</category>
      <category>Linux</category>
      <category>Win32</category>
      <category>MFC</category>
      <category>MVC</category>
      <category>Dev</category>
      <pubDate>Thu, 19 Nov 2009 04:07:00 GMT</pubDate>
      <subject>Threads, Processes &amp; IPC</subject>
      <GUID>http://www.codeproject.com/KB/threads/mtguide_1.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Silverlight Clipboard Access</title>
      <description>This article shows you how to access the system clipboard from Silverlight.</description>
      <link>http://www.codeproject.com/KB/silverlight/SilverlightClipboard.aspx</link>
      <author>Frank W. Wu</author>
      <category>C#</category>
      <category>.NET</category>
      <category>XAML</category>
      <category>Silverlight</category>
      <category>Architect</category>
      <category>Dev</category>
      <category>Design</category>
      <pubDate>Thu, 19 Nov 2009 03:29:00 GMT</pubDate>
      <subject>Silverlight</subject>
      <GUID>http://www.codeproject.com/KB/silverlight/SilverlightClipboard.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Using SharePoint and log4net in harmony</title>
      <description>A look at getting log4net working in harmony with SharePoint.</description>
      <link>http://www.codeproject.com/KB/sharepoint/SharepointLog4Net.aspx</link>
      <author>TheCodeKing</author>
      <category>C#.NET 1.0</category>
      <category>.NET 1.1</category>
      <category>.NET 2.0</category>
      <category>.NET 3.0</category>
      <category>.NET 3.5</category>
      <category>ASP.NET</category>
      <category>Dev</category>
      <pubDate>Wed, 18 Nov 2009 21:02:00 GMT</pubDate>
      <subject>SharePoint Server</subject>
      <GUID>http://www.codeproject.com/KB/sharepoint/SharepointLog4Net.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>DBKeeperNet - Keeps Your DB Schema Up-to-date</title>
      <description>An article describing a simple .NET library which simply keeps your database schema up-to-date</description>
      <link>http://www.codeproject.com/KB/dotnet/DbKeeperNet.aspx</link>
      <author>voloda2</author>
      <category>C# (C# 1.0</category>
      <category>C# 2.0</category>
      <category>C# 3.0)</category>
      <category>.NET (.NET 2.0</category>
      <category>.NET 3.0</category>
      <category>.NET 3.5)</category>
      <category>ADO.NET</category>
      <category>Dev</category>
      <category>Design</category>
      <pubDate>Wed, 18 Nov 2009 20:39:00 GMT</pubDate>
      <subject>.NET Framework</subject>
      <GUID>http://www.codeproject.com/KB/dotnet/DbKeeperNet.aspx</GUID>
    </item>
    <item xsi:type="article">
      <title>Enterprise configuration management</title>
      <description>Configuration of .net applications using database</description>
      <link>http://www.codeproject.com/KB/architecture/EntconfigMgt.aspx</link>
      <author>gaurav_verma_mca</author>
      <category>C# (C# 2.0</category>
      <category>C# 3.0</category>
      <category>C# 4.0)</category>
      <category>.NET (.NET 2.0</category>
      <category>.NET 3.0</category>
      <category>.NET 3.5</category>
      <category>.NET 4.0)</category>
      <category>ASP.NET</category>
      <category>SQL Server (SQL 2005</category>
      <category>SQL 2008)</category>
      <category>IIS (IIS 6</category>
      <category>IIS 7)</category>
      <category>ADO.NET</category>
      <category>Architect</category>
      <category>Design</category>
      <pubDate>Wed, 18 Nov 2009 17:05:00 GMT</pubDate>
      <subject>Design and Architecture</subject>
      <GUID>http://www.codeproject.com/KB/architecture/EntconfigMgt.aspx</GUID>
    </item>
  </channel>
</rss>