<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with winforms</title>
    <description>the latest stories tagged with 'winforms' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>Logging Messages in Event Logs</title>
      <description>Microsoft Windows provides a built-in event logging system where informational messages, warnings, errors and audit details can be stored and viewed with the Event Viewer utility. This system is ideal for logging messages generated by a .NET application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blackwasp.co.uk%2fEventLog.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blackwasp.co.uk%2fEventLog.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Logging_Messages_in_Event_Logs</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Logging_Messages_in_Event_Logs</guid>
      <pubDate>Sun, 31 Aug 2008 20:51:39 GMT</pubDate>
    </item>
    <item>
      <title>Introducing Office 2007 style Conditional Formatting in SuperGridView</title>
      <description>This blog post describes how to use the cell conditional formatting in SuperGridView for Windows Forms. With this feature the data grid in your WinForms application will catch the eye of even the most demanding customers. The articles provides an example with a data bound hierarchical grid which renders a pivot table and paints the grid cells in different colors depending on their values. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.viblend.com%2fblog%2fpost%2f2008%2f08%2f25%2fIntroducing-Office-2007-style-Conditional-Formatting-in-SuperGridView.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.viblend.com%2fblog%2fpost%2f2008%2f08%2f25%2fIntroducing-Office-2007-style-Conditional-Formatting-in-SuperGridView.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Introducing_Office_2007_style_Conditional_Formatting_in_SuperGridView</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Introducing_Office_2007_style_Conditional_Formatting_in_SuperGridView</guid>
      <pubDate>Tue, 26 Aug 2008 06:26:14 GMT</pubDate>
    </item>
    <item>
      <title>Ways to set short cut keys for controls on a windows forms application</title>
      <description>Setting short cut keys for menus, buttons etc are very easy in the .net framework, you just have to set the ShortCut property for menu items. And for buttons etc, you can indicate the access key to be used for the control by putting a &amp;amp; sign just before the letter which should be used as the access key like, setting the text of the button control to "&amp;amp;Open" would set the shortcut key "Alt+O" for the button. However, if you want use other key combinations for the shortcut keys like Ctrl+a, Ctrl+F10 etc, for any controls other than menus or if you want to provide shortcut keys for textbox, you can't simply set any property or use the &amp;amp; sign to indicate it. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.nirandas.com%2fblog%2findex.php%2fways-to-set-short-cut-keys-for-controls-on-a-windows-forms-net-application%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.nirandas.com%2fblog%2findex.php%2fways-to-set-short-cut-keys-for-controls-on-a-windows-forms-net-application%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Ways_to_set_short_cut_keys_for_controls_on_a_windows_forms_application</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Ways_to_set_short_cut_keys_for_controls_on_a_windows_forms_application</guid>
      <pubDate>Sat, 23 Aug 2008 09:58:08 GMT</pubDate>
    </item>
    <item>
      <title>Error creating window handle</title>
      <description>I have been chasing a bug in a VB.NET Windows Forms application today. The error log was filled with Win32Exception Error creating window handle. Digging in the usage log I loacted the following code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmorten.lyhr.dk%2f2008%2f08%2ferror-creating-window-handle.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmorten.lyhr.dk%2f2008%2f08%2ferror-creating-window-handle.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Error_creating_window_handle</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Error_creating_window_handle</guid>
      <pubDate>Thu, 21 Aug 2008 19:17:52 GMT</pubDate>
    </item>
    <item>
      <title>Stopping Custom Controls from being added to Visual Studio Toolbox</title>
      <description>Useful attribute for adding to custom controls &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcodechimp.org%2fBlog%2fpost%2fStopping-Custom-Controls-from-being-added-to-Visual-Studio-Toolbox.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcodechimp.org%2fBlog%2fpost%2fStopping-Custom-Controls-from-being-added-to-Visual-Studio-Toolbox.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Stopping_Custom_Controls_from_being_added_to_Visual_Studio_Toolbox</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Stopping_Custom_Controls_from_being_added_to_Visual_Studio_Toolbox</guid>
      <pubDate>Thu, 21 Aug 2008 11:00:24 GMT</pubDate>
    </item>
    <item>
      <title>Over 60 Free Controls from DevExpress </title>
      <description>Once you register, you will be forwarded an Email with your login credentials to our product download portal. With this information in hand, you will be able to download and install all the controls and tools listed above free of charge. The applications you create with these controls can be distributed royalty free (see the EULA that accompanies the products for more information). Note that the installation you download will include evaluation versions of our entire product line. You can install these trials if you wish during the setup process.

Visual Studio 2005 and Visual Studio 2008 are fully supported. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devexpress.com%2fProducts%2fFree%2fWebRegistration60%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devexpress.com%2fProducts%2fFree%2fWebRegistration60%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Over_60_Free_Controls_from_DevExpress</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Over_60_Free_Controls_from_DevExpress</guid>
      <pubDate>Tue, 12 Aug 2008 16:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Over 60 Free Controls from DevExpress </title>
      <description>Once you register, you will be forwarded an Email with your login credentials to our product download portal. With this information in hand, you will be able to download and install all the controls and tools listed above free of charge. The applications you create with these controls can be distributed royalty free (see the EULA that accompanies the products for more information). Note that the installation you download will include evaluation versions of our entire product line. You can install these trials if you wish during the setup process.

Visual Studio 2005 and Visual Studio 2008 are fully supported. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.devexpress.com%2fProducts%2fFree%2fWebRegistration60%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.devexpress.com%2fProducts%2fFree%2fWebRegistration60%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Over_60_Free_Controls_from_DevExpress</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Over_60_Free_Controls_from_DevExpress</guid>
      <pubDate>Tue, 12 Aug 2008 16:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Custom configuration being loaded by a dll instead of an exe... </title>
      <description>Explains how you can load a configuration file for your own dll instead of loading the app.config &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.clauskonrad.net%2f2008%2f08%2fcustom-configuration-being-loaded-by.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.clauskonrad.net%2f2008%2f08%2fcustom-configuration-being-loaded-by.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Custom_configuration_being_loaded_by_a_dll_instead_of_an_exe</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Custom_configuration_being_loaded_by_a_dll_instead_of_an_exe</guid>
      <pubDate>Mon, 04 Aug 2008 13:51:55 GMT</pubDate>
    </item>
    <item>
      <title>DataGridView Custom Column Headings</title>
      <description>A quick tutorial covering the method I recently used on a project to control and generate the column headings for a DataGridView and modify the column headings to contain &amp;quot;full text&amp;quot; values. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2ftr3v.net%2ftutorials%2fdatagridviewcolumnheadings"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2ftr3v.net%2ftutorials%2fdatagridviewcolumnheadings" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/DataGridView_Custom_Column_Headings</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/DataGridView_Custom_Column_Headings</guid>
      <pubDate>Mon, 04 Aug 2008 08:03:11 GMT</pubDate>
    </item>
    <item>
      <title>Pivot Tables support in VIBlend SuperGridView</title>
      <description>How to create a Pivot Table in VIBlend SuperGridView for WinForms. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.viblend.com%2fblog%2fpost%2f2008%2f08%2f01%2fPivot-Tables-support-in-VIBlend-SuperGridView.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.viblend.com%2fblog%2fpost%2f2008%2f08%2f01%2fPivot-Tables-support-in-VIBlend-SuperGridView.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Pivot_Tables_support_in_VIBlend_SuperGridView</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Pivot_Tables_support_in_VIBlend_SuperGridView</guid>
      <pubDate>Sat, 02 Aug 2008 04:39:24 GMT</pubDate>
    </item>
    <item>
      <title>Frames per second in the DateTimePicker and TimeSpan editor</title>
      <description>Smart FieldPackEditor.Net adds a new &amp;quot;Frames per second&amp;quot; field for datetime and timespan types in their respective editors. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.visualhint.com%2findex.php%2fblog%2fpost%2f336%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.visualhint.com%2findex.php%2fblog%2fpost%2f336%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Frames_per_second_in_the_DateTimePicker_and_TimeSpan_editor</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Frames_per_second_in_the_DateTimePicker_and_TimeSpan_editor</guid>
      <pubDate>Wed, 30 Jul 2008 19:13:57 GMT</pubDate>
    </item>
    <item>
      <title>How to drag and drop multiple outlook mail messages</title>
      <description>A project came up at work the other day requiring the ability to drag and drop any number of mail messages or mail message attachments from outlook into a WinForm application. Easy I thought, this has to be a common problem I will just jump on CodeProject find an example and with a bit of tweaking be running in no time.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2f52coding.com%2fnet%2fhow-to-drag-and-drop-multiple-outlook-mail-messages.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2f52coding.com%2fnet%2fhow-to-drag-and-drop-multiple-outlook-mail-messages.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/How_to_drag_and_drop_multiple_outlook_mail_messages</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/How_to_drag_and_drop_multiple_outlook_mail_messages</guid>
      <pubDate>Tue, 29 Jul 2008 13:43:10 GMT</pubDate>
    </item>
    <item>
      <title>.Net super MessageBox</title>
      <description>Some applications need a more advanced message box than MessageBox class provided by .NET. This article presents a .NET library called MessageForm that can be used instead of .NET MessageBox getting more features and improvements.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2f52coding.com%2fphp%2fnet-super-messagebox.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2f52coding.com%2fphp%2fnet-super-messagebox.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Net_super_MessageBox</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Net_super_MessageBox</guid>
      <pubDate>Tue, 29 Jul 2008 13:40:10 GMT</pubDate>
    </item>
    <item>
      <title>C#: Generate WebPage Thumbmail Screenshot Image</title>
      <description>There are a few services out there that serve up screenshots of any webpage for you to display on your website. One popular one is Kwiboo; this is the one that DotNetKicks uses. For some time now I've wondered what the easiest way to do this in .NET was, and today I stumbled upon the undocumented WebBrowser.DrawToBitmap method that makes this extremely easy to do. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpietschsoft.com%2fpost%2f2008%2f07%2fC-Generate-WebPage-Thumbmail-Screenshot-Image.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpietschsoft.com%2fpost%2f2008%2f07%2fC-Generate-WebPage-Thumbmail-Screenshot-Image.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/C_Generate_WebPage_Thumbmail_Screenshot_Image</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/C_Generate_WebPage_Thumbmail_Screenshot_Image</guid>
      <pubDate>Thu, 24 Jul 2008 16:16:08 GMT</pubDate>
    </item>
    <item>
      <title>Detecting Windows Safe Mode</title>
      <description>Microsoft Windows can start in a special mode known as &amp;quot;Safe Mode&amp;quot;. In this mode, certain drivers are disabled and networking may not be available. If your software requires this missing functionality, problems may occur. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blackwasp.co.uk%2fDetectSafeMode.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blackwasp.co.uk%2fDetectSafeMode.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Detecting_Windows_Safe_Mode</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Detecting_Windows_Safe_Mode</guid>
      <pubDate>Mon, 21 Jul 2008 17:35:09 GMT</pubDate>
    </item>
    <item>
      <title>Control.InvokeRequired, DelegateMarshaler and Anonymous Methods</title>
      <description>Tired of checking Control.InvokeRequired, and BackgroundWorker isn't flexible enough?  Try out the DelegateMarshaler with anonymous methods to make sure they are called on the correct thread.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fthevalerios.net%2fmatt%2f2008%2f07%2fcontrolinvokerequired-delegatemarshaler-and-anonymous-methods%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fthevalerios.net%2fmatt%2f2008%2f07%2fcontrolinvokerequired-delegatemarshaler-and-anonymous-methods%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Control_InvokeRequired_DelegateMarshaler_and_Anonymous_Methods</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Control_InvokeRequired_DelegateMarshaler_and_Anonymous_Methods</guid>
      <pubDate>Mon, 21 Jul 2008 13:50:58 GMT</pubDate>
    </item>
    <item>
      <title>Retrieving the Installed Font List</title>
      <description>A common task when creating programs that permit text editing, particularly What-You-See-Is-What-You-Get (WYSIWYG) applications, is to retrieve the list of installed typefaces. The user's preferred fonts and styles may then be utilised as desired. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.blackwasp.co.uk%2fGetFontList.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.blackwasp.co.uk%2fGetFontList.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Retrieving_the_Installed_Font_List</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Retrieving_the_Installed_Font_List</guid>
      <pubDate>Wed, 16 Jul 2008 22:07:19 GMT</pubDate>
    </item>
    <item>
      <title>Windows Forms 2.0 - DateTimePicker Control Recipes</title>
      <description>In this article, we will explore how to perform some common tasks using the DateTimePicker Control of Windows Forms 2.0. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d43"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d43" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Windows_Forms_2_0_DateTimePicker_Control_Recipes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Windows_Forms_2_0_DateTimePicker_Control_Recipes</guid>
      <pubDate>Wed, 16 Jul 2008 18:07:49 GMT</pubDate>
    </item>
    <item>
      <title>How to Fade a Form using Windows Forms 2.0</title>
      <description>There have been plenty of articles written on fading out a form. However I found them to contain a lot of code to do this simple thing. In this article, I will demonstrate how to fade out a form with just 5 lines of code. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d81"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d81" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/How_to_Fade_a_Form_using_Windows_Forms_2_0</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/How_to_Fade_a_Form_using_Windows_Forms_2_0</guid>
      <pubDate>Wed, 16 Jul 2008 11:38:09 GMT</pubDate>
    </item>
    <item>
      <title>How to Localize Windows Forms and Change the Language at Runtim</title>
      <description>Localization is the process of customizing your application to a particular language, culture or locale. Visual Studio provides support for localizing Windows Forms with much ease. In this article, we will see how to localize windows forms and give the user the ability to change to his preferred language at runtime. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d174"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d174" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/How_to_Localize_Windows_Forms_and_Change_the_Language_at_Runtim</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/How_to_Localize_Windows_Forms_and_Change_the_Language_at_Runtim</guid>
      <pubDate>Tue, 15 Jul 2008 08:21:16 GMT</pubDate>
    </item>
    <item>
      <title>The Seductive Visual Designer </title>
      <description>Is the Visual Designer the best tool in the toolbox, for every GUI  task? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmorten.lyhr.dk%2f2008%2f07%2fseductive-visual-designer.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmorten.lyhr.dk%2f2008%2f07%2fseductive-visual-designer.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/The_Seductive_Visual_Designer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/The_Seductive_Visual_Designer</guid>
      <pubDate>Mon, 14 Jul 2008 22:24:05 GMT</pubDate>
    </item>
    <item>
      <title>BindingListView .NET library for Winforms</title>
      <description>Hi there,

I'm currently developing a Winforms project where we want to be able to sort, filter, bind business objects to datagrid views. And I've found a .NET Library that just does everything I need, instead of using dataviews it just binds the business object to the datagridview.

The BindingListView .NET library provides a type-safe, sortable, filterable, data-bindable view of one or more lists of objects. It is the business objects equivalent of using a DataView on a DataTable in ADO.NET. If you have a list of objects to display on a Windows Forms UI (e.g. in a DataGridView) and want to allow your user to sort and filter, then this is the library to use!   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.hockblogs.net%2fpost%2f2008%2f07%2fBindingListView-NET-library-for-Winforms.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.hockblogs.net%2fpost%2f2008%2f07%2fBindingListView-NET-library-for-Winforms.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/BindingListView_NET_library_for_Winforms</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/BindingListView_NET_library_for_Winforms</guid>
      <pubDate>Fri, 11 Jul 2008 05:53:06 GMT</pubDate>
    </item>
    <item>
      <title>Writing Windows C# Programs </title>
      <description>Learn to write C# programs for the Windows platforms. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fen.csharp-online.net%2fWriting_Windows_CSharp_Programs"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fen.csharp-online.net%2fWriting_Windows_CSharp_Programs" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Writing_Windows_C_Programs</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Writing_Windows_C_Programs</guid>
      <pubDate>Thu, 10 Jul 2008 04:53:55 GMT</pubDate>
    </item>
    <item>
      <title>Menu item usability vs. learnability</title>
      <description>Lou Franco gives his take on application UI, inclusion/exclusion of menu items, etc. &amp;quot;A user interface is well-designed when the program behaves exactly how the user thought it would.&amp;quot; &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.atalasoft.com%2fcs%2fblogs%2floufranco%2farchive%2f2008%2f07%2f03%2fmenu-item-usability-vs-learnability.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.atalasoft.com%2fcs%2fblogs%2floufranco%2farchive%2f2008%2f07%2f03%2fmenu-item-usability-vs-learnability.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Menu_item_usability_vs_learnability</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Menu_item_usability_vs_learnability</guid>
      <pubDate>Mon, 14 Jul 2008 13:16:02 GMT</pubDate>
    </item>
    <item>
      <title>. Net development tools necessary:Snippet Compiler</title>
      <description>Snippet Compiler is a Windows-based  applications, you can use it to write, compile and run code. Snippet Compiler now has support. NET Framework 3.5, the latest version Snippet Compiler Live 2008 Ultimate Edition for Developers (Alpha).
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2f52coding.com%2ftool%2fnet-development-tools-necessarysnippet-compiler.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2f52coding.com%2ftool%2fnet-development-tools-necessarysnippet-compiler.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Net_development_tools_necessary_Snippet_Compiler</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Net_development_tools_necessary_Snippet_Compiler</guid>
      <pubDate>Fri, 11 Jul 2008 07:16:03 GMT</pubDate>
    </item>
  </channel>
</rss>