<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with WindowsForms</title>
    <description>the latest stories tagged with 'WindowsForms' 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>VIBlend WinForms Controls v5.0 - Released</title>
      <description>Key benefits of the new release are:

- 2 new themes for all VIBlend WinForms Controls
- Pivot Design panel
- DataGrid Localization Provider
- Improved Ribbon Bar performance and rendering
- Quick Start projects now have a full support for VS 2010 which will decrease development time &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%2f2010%2f10%2f13%2fVIBlend-WinForms-Controls-v50-Released.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.viblend.com%2fblog%2fpost%2f2010%2f10%2f13%2fVIBlend-WinForms-Controls-v50-Released.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/VIBlend_WinForms_Controls_v5_0_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/VIBlend_WinForms_Controls_v5_0_Released</guid>
      <pubDate>Sat, 06 Nov 2010 16:59:31 GMT</pubDate>
    </item>
    <item>
      <title>Use IProgressDialog to show a "native" Progress Dialog in Windows</title>
      <description>Here's an example of how to use the IProgressDialog Win32 Interface to harness the power of the Built-in Progress Dialog in Windows within your own .NET applications. I have test this on WIndows 7, but it should work as expected on Windows XP and Vista. The MSDN Documentation for IProgressDialog says it's minimum supported operating systems are Windows 2000 and Windows XP. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fpietschsoft.com%2fpost.aspx%3fid%3d8cdbe666-e375-4311-b6ca-4794ec44ff41"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fpietschsoft.com%2fpost.aspx%3fid%3d8cdbe666-e375-4311-b6ca-4794ec44ff41" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/Use_IProgressDialog_to_show_a_native_Progress_Dialog_in_Windows</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/Use_IProgressDialog_to_show_a_native_Progress_Dialog_in_Windows</guid>
      <pubDate>Mon, 17 Aug 2009 23:17:13 GMT</pubDate>
    </item>
    <item>
      <title>DataGridView Tricks #2: Set Tooltip on Individual Cell or Entire Row</title>
      <description>Here's another gem if you wish to display ancillary data in a tooltip to your users, this method can be used to display varying information dependant on which cell they have hovered over, or could be used to display a tooltip over the entire row, no matter what cell they are on. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgoneale.wordpress.com%2f2009%2f05%2f26%2fdatagridview-tricks-2-set-tooltip-on-individual-cell-or-entire-row%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgoneale.wordpress.com%2f2009%2f05%2f26%2fdatagridview-tricks-2-set-tooltip-on-individual-cell-or-entire-row%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/DataGridView_Tricks_2_Set_Tooltip_on_Individual_Cell_or_Entire_Row</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/DataGridView_Tricks_2_Set_Tooltip_on_Individual_Cell_or_Entire_Row</guid>
      <pubDate>Mon, 25 May 2009 22:16:42 GMT</pubDate>
    </item>
    <item>
      <title>DataGridView Tricks #1: Set Hand Cursor for Entire Cell</title>
      <description>I remember trying a few different solutions for this a couple of weeks ago, none of which would work enabling me to set the "Hand" cursor when hovering your mouse over a particular DataGridView row's cell. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgoneale.wordpress.com%2f2009%2f05%2f26%2fdatagridview-tricks-1-set-hand-cursor-for-entire-cell%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgoneale.wordpress.com%2f2009%2f05%2f26%2fdatagridview-tricks-1-set-hand-cursor-for-entire-cell%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/DataGridView_Tricks_1_Set_Hand_Cursor_for_Entire_Cell</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/DataGridView_Tricks_1_Set_Hand_Cursor_for_Entire_Cell</guid>
      <pubDate>Mon, 25 May 2009 22:15:33 GMT</pubDate>
    </item>
    <item>
      <title>Programming for Vista, Part 2: Adding Aero Glass in Managed Code</title>
      <description>In part 1 of my Vista programming series I discussed how to add CommandLink's to your application. In part 2 this chapter, I wish to discuss how you can enhance your Windows smart client application (primarily targetting Windows Forms in this example) adding a Windows Vista Aero "glass" effect to your application. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgoneale.wordpress.com%2f2009%2f02%2f16%2fprogramming-for-vista-part-2-adding-aero-glass-in-managed-code%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgoneale.wordpress.com%2f2009%2f02%2f16%2fprogramming-for-vista-part-2-adding-aero-glass-in-managed-code%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Programming_for_Vista_Part_2_Adding_Aero_Glass_in_Managed_Code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Programming_for_Vista_Part_2_Adding_Aero_Glass_in_Managed_Code</guid>
      <pubDate>Tue, 17 Feb 2009 15:01:26 GMT</pubDate>
    </item>
    <item>
      <title>Add Image Column to DataGridView with Enum Support</title>
      <description>I will describe an easy way to use an inherited DataGridViewImageCell and inherited DataGridViewColumn control to achieve an image per row in your DataGridView with Enum support. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgoneale.wordpress.com%2f2009%2f02%2f10%2fadd-image-column-to-datagridview-with-enum-support%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgoneale.wordpress.com%2f2009%2f02%2f10%2fadd-image-column-to-datagridview-with-enum-support%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Add_Image_Column_to_DataGridView_with_Enum_Support</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Add_Image_Column_to_DataGridView_with_Enum_Support</guid>
      <pubDate>Tue, 10 Feb 2009 08:04:44 GMT</pubDate>
    </item>
    <item>
      <title>Unexpected Results using InvokeRequired and Multi-threading Secrets!</title>
      <description>Before you rush and view my blockquote and jump to the conclusion "oh, it's just that standard threading issue", well let me assure you this is different to the norm, and please..  Yesterday, was a very annoying day dealing with multi-threading in my app, you would think I would be good at this by now considering I blogged about it not too long ago acting like I knew what I was talking about.   &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgoneale.wordpress.com%2f2009%2f02%2f10%2funexpected-results-using-invokerequired-and-multi-threading-secrets-revealed%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgoneale.wordpress.com%2f2009%2f02%2f10%2funexpected-results-using-invokerequired-and-multi-threading-secrets-revealed%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Unexpected_Results_using_InvokeRequired_and_Multi_threading_Secrets</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Unexpected_Results_using_InvokeRequired_and_Multi_threading_Secrets</guid>
      <pubDate>Tue, 10 Feb 2009 06:29:46 GMT</pubDate>
    </item>
    <item>
      <title>Programming for Vista, Part 1: Creating a CommandLink in Managed Code</title>
      <description>This article demonstrates creating an elegant native Vista &amp;quot;CommandLink&amp;quot; with pre-Vista OS compatibility in a few easy steps. Also all the steps are wrapped up into a sample application with source code posted below for immediate use. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgoneale.wordpress.com%2f2009%2f02%2f09%2fprogramming-for-vista-part-1-creating-a-vista-commandlink-in-managed-code%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgoneale.wordpress.com%2f2009%2f02%2f09%2fprogramming-for-vista-part-1-creating-a-vista-commandlink-in-managed-code%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Programming_for_Vista_Part_1_Creating_a_CommandLink_in_Managed_Code</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Programming_for_Vista_Part_1_Creating_a_CommandLink_in_Managed_Code</guid>
      <pubDate>Mon, 09 Feb 2009 17:21:09 GMT</pubDate>
    </item>
    <item>
      <title>Vista-style dialog using TaskDialog (with Windows XP emulation!)</title>
      <description>Examples and explanation on integrating a lightweight slick Vista-style task dialog (extended message dialog) within managed .NET code.  Both Vista and lower compatible through emulation techniques. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgoneale.wordpress.com%2f2009%2f01%2f26%2fvista-style-dialog-using-taskdialog-with-windows-xp-emulation%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgoneale.wordpress.com%2f2009%2f01%2f26%2fvista-style-dialog-using-taskdialog-with-windows-xp-emulation%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Vista_style_dialog_using_TaskDialog_with_Windows_XP_emulation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Vista_style_dialog_using_TaskDialog_with_Windows_XP_emulation</guid>
      <pubDate>Wed, 04 Feb 2009 12:16:51 GMT</pubDate>
    </item>
    <item>
      <title>9 Examples of creating a fast and responsive UI with multi-threading</title>
      <description>9 C# examples of creating a fast and responsive UI with multi-threading, very clear and streamlined examples to get up and running quickly. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fgoneale.wordpress.com%2f2009%2f01%2f27%2f9-examples-of-creating-a-fast-and-responsive-ui-with-multi-threading%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fgoneale.wordpress.com%2f2009%2f01%2f27%2f9-examples-of-creating-a-fast-and-responsive-ui-with-multi-threading%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/9_Examples_of_creating_a_fast_and_responsive_UI_with_multi_threading</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/9_Examples_of_creating_a_fast_and_responsive_UI_with_multi_threading</guid>
      <pubDate>Wed, 04 Feb 2009 00:46:04 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 10:53:55 GMT</pubDate>
    </item>
    <item>
      <title>Commercial Skip and Instant Replay for Any Computer</title>
      <description>This simple program allows you to add remote control, commercial skip, and instant replay functionality to any Windows computer - not just Media Center. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.michaelckennedy.net%2fblog%2fPermaLink%2cguid%2c11caa15a-b9f2-4adb-a1d8-10ab0425b55f.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.michaelckennedy.net%2fblog%2fPermaLink%2cguid%2c11caa15a-b9f2-4adb-a1d8-10ab0425b55f.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Commercial_Skip_and_Instant_Replay_for_Any_Computer</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Commercial_Skip_and_Instant_Replay_for_Any_Computer</guid>
      <pubDate>Mon, 02 Jun 2008 18:47:55 GMT</pubDate>
    </item>
    <item>
      <title>WPF or WinForms</title>
      <description>Nice ideas of what we should thing if choosing between WPF and WinForms. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fbsimser%2farchive%2f2008%2f02%2f25%2fwpf-or-winforms-choose-wisely.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fbsimser%2farchive%2f2008%2f02%2f25%2fwpf-or-winforms-choose-wisely.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_or_WinForms</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_or_WinForms</guid>
      <pubDate>Tue, 26 Feb 2008 03:29:25 GMT</pubDate>
    </item>
    <item>
      <title>Move Controls using arrow keys</title>
      <description>Simple fast way to move controls using keyboard arrow keys &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2famrelgarhytech.blogspot.com%2f2007%2f09%2fmove-controls-using-arrow-keys.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2famrelgarhytech.blogspot.com%2f2007%2f09%2fmove-controls-using-arrow-keys.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Move_Controls_using_arrow_keys</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Move_Controls_using_arrow_keys</guid>
      <pubDate>Fri, 01 Feb 2008 23:56:08 GMT</pubDate>
    </item>
    <item>
      <title>Custom Controls Design Time Support Part 7: UITypeEditor Introduction</title>
      <description>This post gives a brief introduction on what is an UITypeEditor and what enhancements it gives for the design time environment, and some built in examples. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.amrelsehemy.net%2fpost%2f2008%2f01%2fCustom-Controls-Design-Time-Support-Part-7-UITypeEditor-Introduction.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.amrelsehemy.net%2fpost%2f2008%2f01%2fCustom-Controls-Design-Time-Support-Part-7-UITypeEditor-Introduction.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Custom_Controls_Design_Time_Support_Part_7_UITypeEditor_Introduction</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Custom_Controls_Design_Time_Support_Part_7_UITypeEditor_Introduction</guid>
      <pubDate>Thu, 17 Jan 2008 21:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Custom Controls Design Time Support Part 6: Custom TypeConverter 2</title>
      <description>This post shows how to implement a custom TypeConverter for Enums and how to use the SupportedValues to show a custom values list . &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.amrelsehemy.net%2fpost%2f2008%2f01%2fCustom-Controls-Design-Time-Support-Part-6-Custom-TypeConverter-2.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.amrelsehemy.net%2fpost%2f2008%2f01%2fCustom-Controls-Design-Time-Support-Part-6-Custom-TypeConverter-2.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Custom_Controls_Design_Time_Support_Part_6_Custom_TypeConverter_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Custom_Controls_Design_Time_Support_Part_6_Custom_TypeConverter_2</guid>
      <pubDate>Tue, 15 Jan 2008 15:01:03 GMT</pubDate>
    </item>
    <item>
      <title>Custom Controls Design Time Support Part 5: Custom TypeConverters</title>
      <description>This post shows how to implement a custom TypeCoverter for a Point3D structure. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.amrelsehemy.net%2fpost%2f2008%2f01%2fCustom-Controls-Design-Time-Support-Part-5-Custom-TypeConverters.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.amrelsehemy.net%2fpost%2f2008%2f01%2fCustom-Controls-Design-Time-Support-Part-5-Custom-TypeConverters.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Custom_Controls_Design_Time_Support_Part_5_Custom_TypeConverters</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Custom_Controls_Design_Time_Support_Part_5_Custom_TypeConverters</guid>
      <pubDate>Tue, 15 Jan 2008 00:46:06 GMT</pubDate>
    </item>
    <item>
      <title>Custom Controls Design Time Support Part 5: Custom TypeConverters</title>
      <description>This post shows how to implement a custom TypeCoverter for a Point3D structure. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.amrelsehemy.net%2fpost%2f2008%2f01%2fCustom-Controls-Design-Time-Support-Part-5-Custom-TypeConverters.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.amrelsehemy.net%2fpost%2f2008%2f01%2fCustom-Controls-Design-Time-Support-Part-5-Custom-TypeConverters.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Custom_Controls_Design_Time_Support_Part_5_Custom_TypeConverters</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Custom_Controls_Design_Time_Support_Part_5_Custom_TypeConverters</guid>
      <pubDate>Tue, 15 Jan 2008 00:46:06 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft building yet another new UI framework?</title>
      <description>Bearing in mind the arsenal of Windows UI frameworks that exists today - Windows Presentation Foundation, Silverlight, Windows Forms, Win32, Media Center Markup Language, Microsoft Foundation Classes and more from third parties; Microsoft has decided to build yet another one "to enable new UI experiences in future versions of Windows". &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.istartedsomething.com%2f20080111%2fnew-ui-framework-future-windows%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.istartedsomething.com%2f20080111%2fnew-ui-framework-future-windows%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Microsoft_building_yet_another_new_UI_framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Microsoft_building_yet_another_new_UI_framework</guid>
      <pubDate>Fri, 11 Jan 2008 18:54:41 GMT</pubDate>
    </item>
    <item>
      <title>WPF Equivalent of InvokeRequired</title>
      <description>This article describes the logical equivalent of Windows.Forms.Control.InvokeRequired in WPF. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.somecreativity.com%2f2008%2f01%2f10%2fwpf-equivalent-of-invokerequired%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.somecreativity.com%2f2008%2f01%2f10%2fwpf-equivalent-of-invokerequired%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/wpf/WPF_Equivalent_of_InvokeRequired</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/wpf/WPF_Equivalent_of_InvokeRequired</guid>
      <pubDate>Fri, 11 Jan 2008 03:02:04 GMT</pubDate>
    </item>
    <item>
      <title>Custom Controls Design Time Support Part 3: Adding Image in the Toolbo</title>
      <description>This part is how to make Custom Controls have a custom image in the toolbox using the ToolboxBitmapAttribute &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.amrelsehemy.net%2fpost%2f2008%2f01%2fCustom-Controls-Design-Time-Support-Part-3-Adding-Image-in-the-Toolbox.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.amrelsehemy.net%2fpost%2f2008%2f01%2fCustom-Controls-Design-Time-Support-Part-3-Adding-Image-in-the-Toolbox.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Custom_Controls_Design_Time_Support_Part_3_Adding_Image_in_the_Toolbo</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Custom_Controls_Design_Time_Support_Part_3_Adding_Image_in_the_Toolbo</guid>
      <pubDate>Sun, 13 Jan 2008 16:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Custom Controls Design Time Support Part 2: More Design Time Attribute</title>
      <description>Custom Controls Design Time Support Part 2: More Design Time Attribute &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.amrelsehemy.net%2fpost%2f2008%2f01%2fCustom-Controls-Design-Time-Support-Part-2-More-Design-Time-Attributes.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.amrelsehemy.net%2fpost%2f2008%2f01%2fCustom-Controls-Design-Time-Support-Part-2-More-Design-Time-Attributes.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Custom_Controls_Design_Time_Support_Part_2_More_Design_Time_Attribute</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Custom_Controls_Design_Time_Support_Part_2_More_Design_Time_Attribute</guid>
      <pubDate>Tue, 15 Jan 2008 14:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Custom Controls Design Time Support Part 1: Design Time Attributes</title>
      <description>Design Time Attributes for custom controls &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.amrelsehemy.net%2fpost%2f2008%2f01%2fCustom-Controls-Design-Time-Support-Part-1-Design-Time-Attributes.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.amrelsehemy.net%2fpost%2f2008%2f01%2fCustom-Controls-Design-Time-Support-Part-1-Design-Time-Attributes.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Custom_Controls_Design_Time_Support_Part_1_Design_Time_Attributes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Custom_Controls_Design_Time_Support_Part_1_Design_Time_Attributes</guid>
      <pubDate>Tue, 15 Jan 2008 15:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Krypton 2.7.0 UI Controls released</title>
      <description>Phil Wright has released the latest version of his awesome .net UI toolkit with loads of new UI components. 

It's great, and a fair chunk of it's free too.
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.componentfactory.com%2fblog%2f%3fp%3d267"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.componentfactory.com%2fblog%2f%3fp%3d267" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Krypton_2_7_0_UI_Controls_released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Krypton_2_7_0_UI_Controls_released</guid>
      <pubDate>Fri, 21 Dec 2007 20:16:02 GMT</pubDate>
    </item>
    <item>
      <title>Aero Glass: Create Special Effects With The Desktop Window Manager</title>
      <description>I always look forward to new releases of Windows. It's fun to poke around MSDN&amp;#174; and the SDK documentation looking for the latest innovations to play with and build upon, to amaze friends and coworkers and-if you're lucky-your employer. Windows VistaT contains a lot of goodies in this regard. I've been particularly looking forward to getting my hands on this release ever since I heard that it integrates a 3D/compositing layer into the desktop. I've written a ton of 3D applications over the years, and one thing I always found annoying was being able to provide cool user-interface eye-candy in a 3D application but not in a non-3D app. With Windows Vista and the Desktop Window Manager (DWM), this is starting to change (see Figure 1). &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fmsdn.microsoft.com%2fmsdnmag%2fissues%2f07%2f04%2fAero%2fdefault.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fmsdn.microsoft.com%2fmsdnmag%2fissues%2f07%2f04%2fAero%2fdefault.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vista/Aero_Glass_Create_Special_Effects_With_The_Desktop_Window_Manager</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vista/Aero_Glass_Create_Special_Effects_With_The_Desktop_Window_Manager</guid>
      <pubDate>Wed, 21 Nov 2007 04:47:48 GMT</pubDate>
    </item>
  </channel>
</rss>
