.NET news » Components Components Rss Feed

Developing Microsoft ASP.NET Server Controls and Components (Pro-Developer)
Authors: Nikhil Kothari, Vandana Datye
Average rating: 4.0 / 28
(28 reviews)
More .NET Components books
download

Navigational history (go back/forward) for WinForms controls

A generic class and two ToolStripSplitButtons provide navigational history, like in web browsers.

Creating a Outlook Navigation Pane by restyling a WPF TabControl

Restyling a standard TabControl to look like a Outlook Navigation Pane
6 Mar 2008, 02:49:00   Source: Creating a Outlook Navigation Pane by restyling a WPF...   Tags: Components GUI

Implementing a smoothly animated ListBox

This article shows how you can implement a smooth list box that allows intuitive, friction affected, scrolling of the list items. By friction based I mean that the user can apply a dragging force i one direction and the list will keep scrolling after the mouse or stylus is released and then slow down by itself.

I've looked at how lists behave on the iPhone and tried to mimic that to a certain extent, but I'm nowhere near anything as cool as what the iPhone presents.

2 Mar 2008, 12:52:00   Source: Implementing a smoothly animated ListBox   Tags: Components GUI

Enum Utilities

In this article I will discuss some classes I've written to simplify working with enumerations. The primary thrust of these classes is added functionality, but in some cases there are performance improvements as well.
17 Feb 2008, 06:00:00   Source: Enum Utilities   Tags: Components

Creating a Multi-Page Windows Forms Control with Design Time Support

Have you ever been faced with the task of displaying multiple pages on the same Windows Form? Most of us would certainly respond in the affirmative, and most of us have addressed this by using the good-old Tab Control. While tabs are undoubtedly a proven way of handling such cases, there are situations calling for a "less generic" approach. What if we need to make our form a bit more visually appealing and use icons or graphical buttons to flip through pages? What if we don't want to display tabs at all? Many familiar applications feature such graphical interfaces; however, the .NET framework offers no built-in tools to accomplish this, at least at the time of this writing.

Visual Studio 2008 TabStrip

I have replicated Visual Studio's vertical TabStrip control from the ground up. This lightweight control doesn't have containers which you can dump controls onto, as I have created the control to be used with forms instead of containers. Enjoy this 173 code liner.
19 Jan 2008, 22:39:00   Source: Visual Studio 2008 TabStrip   Tags: Components GUI

A custom CheckedListBox with Datasource implementation ( bindable )

In this article you will see how to bind a CheckedListBox to the data source and how to get/set a list of id's for the checked items.

CheckBox ComboBox Extending the ComboBox Class and Its Items

An article on a CheckBox ComboBox control which extends the ComboBox.Items.

WindowsVistaRenderer: A new button generation

ToolStripRenderer that renders Vista like buttons.
15 Oct 2007, 09:44:00   Source: WindowsVistaRenderer: A new button generation   Tags: GUI Components

NumericTextBox for ASP.NET

An ASP.NET control that allows users to enter only numbers
9 Oct 2007, 18:22:00   Source: NumericTextBox for ASP.NET   Tags: ASP.NET Components