By tag: CustomControls
0
kicks
ASP.NET Controls for amCharts Released
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 "ASP.NET Controls for amCharts" step in. This set of ASP.NET controls allows .NE...
0
kicks
DataGridView Extension
DataGridView Extension is a free component that extends the standard DataGridView control, provided with .NET 2.0 Framework.
0
kicks
Creating a transparent Panel in .NET
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 tran...
0
kicks
Custom Controls Design Time Support Part 6: Custom TypeConverter 2
This post shows how to implement a custom TypeConverter for Enums and how to use the SupportedValues to show a custom values list .
0
kicks
Custom Controls Design Time Support Part 2: More Design Time Attribute
Custom Controls Design Time Support Part 2: More Design Time Attribute
0
kicks
Custom Controls Design Time Support Part 5: Custom TypeConverters
This post shows how to implement a custom TypeCoverter for a Point3D structure.
0
kicks
asp.net themes and custom controls
How to skin your custom control. Two tips about prefix and properties of your control.
0
kicks
Custom Controls Design Time Support Part 4: TypeConverters Introductio
Part 4 on Custom Controls Design Time Support, An Introduction on TypeConverters
0
kicks
Custom Controls Design Time Support Part 3: Adding Image in the Toolbo
This part is how to make Custom Controls have a custom image in the toolbox using the ToolboxBitmapAttribute
0
kicks
C# SuperToolTip
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.
0
kicks
Making Your Custom ASP.NET Controls Appear In The Toolbox
How to make controls defined in a separate assembly to appear in the Visual Studio's Toolbox. The standard way and the better way.
0
kicks
TRULY Understanding Dynamic Controls (Part 2)
Part 2 of Dave Reed's excellent series on how to understand, and therefore create, dynamic controls. Its kicking awesome.