<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with CustomControls</title>
    <description>the latest stories tagged with 'CustomControls' 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>ASP.NET Controls for amCharts Released</title>
      <description>AmCharts are very customizable and flexible Adobe Flash charts. However generating data and modifying settings on the fly requires a substantial amount of data transformations and XML generation. This is where &amp;quot;ASP.NET Controls for amCharts&amp;quot; step in. This set of ASP.NET controls allows .NET developers to work with amCharts as they would normally do with any native data-bound ASP.NET controls. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.marcelionis.com%2f2008%2f03%2f18%2faspnet-controls-for-amcharts-10-released%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.marcelionis.com%2f2008%2f03%2f18%2faspnet-controls-for-amcharts-10-released%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/ASP_NET_Controls_for_amCharts_Released</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/ASP_NET_Controls_for_amCharts_Released</guid>
      <pubDate>Tue, 18 Mar 2008 12:50:16 GMT</pubDate>
    </item>
    <item>
      <title>DataGridView Extension</title>
      <description>DataGridView Extension is a free component that extends the standard DataGridView control, provided with .NET 2.0 Framework. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdevintelligence.com%2fblogs%2fnetadventures%2farchive%2f2008%2f02%2f27%2fdatagridview-extension.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdevintelligence.com%2fblogs%2fnetadventures%2farchive%2f2008%2f02%2f27%2fdatagridview-extension.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/DataGridView_Extension</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/DataGridView_Extension</guid>
      <pubDate>Wed, 27 Feb 2008 20:10:48 GMT</pubDate>
    </item>
    <item>
      <title>ASP.NET AJAX ComboBox</title>
      <description>Blog Post moved to my new blog host &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.mosesofegypt.net%2fpost%2f2008%2f01%2fASPNET-AJAX-ComboBox.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.mosesofegypt.net%2fpost%2f2008%2f01%2fASPNET-AJAX-ComboBox.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/ajax/ASP_NET_AJAX_ComboBox_1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/ajax/ASP_NET_AJAX_ComboBox_1</guid>
      <pubDate>Sun, 17 Feb 2008 14:02:57 GMT</pubDate>
    </item>
    <item>
      <title>Creating a transparent Panel in .NET</title>
      <description>Today I wanted to create a transparent Panel-Control in .NET in order to superimpose it on the WebBrowser Control in order to record click events. The goal was to code a simple macro recorder for websites. Unfortunatelly the .NET framework does not allow (in an easy way) to make a control fully transparent. So it was back to the good ol' winuser.h and the extended window styles. Namely 0x00000020L or as it is better known WS_EX_TRANSPARENT. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fcreating-a-transparent-panel-in-net%2f108.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fcreating-a-transparent-panel-in-net%2f108.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Creating_a_transparent_Panel_in_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Creating_a_transparent_Panel_in_NET</guid>
      <pubDate>Thu, 31 Jan 2008 15:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Creating a transparent Panel in .NET</title>
      <description>Today I wanted to create a transparent Panel-Control in .NET in order to superimpose it on the WebBrowser Control in order to record click events. The goal was to code a simple macro recorder for websites. Unfortunatelly the .NET framework does not allow (in an easy way) to make a control fully transparent. So it was back to the good ol' winuser.h and the extended window styles. Namely 0x00000020L or as it is better known WS_EX_TRANSPARENT. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fcreating-a-transparent-panel-in-net%2f108.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fsaftsack.fs.uni-bayreuth.de%2f%7edun3%2farchives%2fcreating-a-transparent-panel-in-net%2f108.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/tipsandtricks/Creating_a_transparent_Panel_in_NET</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/tipsandtricks/Creating_a_transparent_Panel_in_NET</guid>
      <pubDate>Thu, 31 Jan 2008 15:01:02 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 09: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 09: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>Mon, 14 Jan 2008 18: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>Mon, 14 Jan 2008 18:46:06 GMT</pubDate>
    </item>
    <item>
      <title>asp.net themes and custom controls</title>
      <description>How to skin your custom control. Two tips about prefix and properties of your control. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.aspnetcafe.com%2fpost%2faspnet-themes-and-custom-controls.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.aspnetcafe.com%2fpost%2faspnet-themes-and-custom-controls.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/asp_net_themes_and_custom_controls</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/asp_net_themes_and_custom_controls</guid>
      <pubDate>Sun, 13 Jan 2008 20:52:21 GMT</pubDate>
    </item>
    <item>
      <title>Custom Controls Design Time Support Part 4: TypeConverters Introductio</title>
      <description>Part 4 on Custom Controls Design Time Support, An Introduction on TypeConverters &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-4-TypeConverters-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-4-TypeConverters-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_4_TypeConverters_Introductio</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Custom_Controls_Design_Time_Support_Part_4_TypeConverters_Introductio</guid>
      <pubDate>Sun, 13 Jan 2008 11:16:03 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 10: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 08:16:02 GMT</pubDate>
    </item>
    <item>
      <title>C# SuperToolTip</title>
      <description>Office 2007 offers great new features, one of them is the SuperTooltip which provides much more information about controls than standard old style tooltips. This article shows how to build tooltips in such a way. 
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetslackers.com%2farticles%2fnet%2fSuperToolTip.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetslackers.com%2farticles%2fnet%2fSuperToolTip.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/C_SuperToolTip</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/C_SuperToolTip</guid>
      <pubDate>Thu, 14 Jun 2007 17:25:13 GMT</pubDate>
    </item>
    <item>
      <title>Making Your Custom ASP.NET Controls Appear In The Toolbox</title>
      <description>How to make controls defined in a separate assembly to appear in the Visual Studio's Toolbox. The standard way and the better way. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fvaultofthoughts.net%2fMakingYourCustomASPNETControlsAppearInTheToolbox.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fvaultofthoughts.net%2fMakingYourCustomASPNETControlsAppearInTheToolbox.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Making_Your_Custom_ASP_NET_Controls_Appear_In_The_Toolbox</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Making_Your_Custom_ASP_NET_Controls_Appear_In_The_Toolbox</guid>
      <pubDate>Sat, 13 Jan 2007 12:01:01 GMT</pubDate>
    </item>
    <item>
      <title>TRULY Understanding Dynamic Controls (Part 2)</title>
      <description>Part 2 of Dave Reed's excellent series on how to understand, and therefore create, dynamic controls. Its kicking awesome. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2finfinitiesloop%2farchive%2f2006%2f08%2f30%2fTRULY-Understanding-Dynamic-Controls-_2800_Part-2_2900_.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2finfinitiesloop%2farchive%2f2006%2f08%2f30%2fTRULY-Understanding-Dynamic-Controls-_2800_Part-2_2900_.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/TRULY_Understanding_Dynamic_Controls_Part_2</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/TRULY_Understanding_Dynamic_Controls_Part_2</guid>
      <pubDate>Mon, 04 Sep 2006 02:01:01 GMT</pubDate>
    </item>
  </channel>
</rss>