.NET news » Components Components Rss Feed

download

A Simple Label-like Control with Border Effect

An article presenting a control capable of adding a border-like effect to any desired text
12 Sep 2007, 23:58:00   Source: A Simple Label-like Control with Border Effect   Tags: GUI Components

Aqua Gauge

A Gauge control developed using GDI+ with Aqua Skin.
4 Sep 2007, 17:53:00   Source: Aqua Gauge   Tags: GUI Components

Pickers Library: For Creating Pickers in .NET

A library for creating pickers: controls that display rich drop-down UIs
29 Aug 2007, 14:52:00   Source: Pickers Library: For Creating Pickers in .NET   Tags: GUI Components

AutoText V2.2, is a component that will complete the word as the user is writing on. Can be connected to a TextBox or a RichTextBox.

A component that will find similar words in a lexicon as the user is writing on to make it easy to complete for the user. To use in Win32 graphical or Console applications.

PowerComboBox with CheckBoxes & Grouping

The 4-in-1 ComboBox class is a control that you can add to your projects and tweak its properties for the desired look and feel. The most important feature of this power control is its ability to keep the DropDownBox active while the user checks items.
16 Aug 2007, 10:55:00   Source: PowerComboBox with CheckBoxes & Grouping   Tags: GUI Components

GridView Sort Indicator Component

This article presents a component that is used to add a sort indication image to GridView columns.

The Internet provides a lot of sites that show how you can add some sort of sort indicator to a GridView, but all do this for a single GridView. Our application has quite a lot of GridViews that need this feature and therefore I decided that a component would be the right way to go. A component has the advantage that I have to code the behaviour just once and not for every single GridView over and over again.

The rest of this article shows you how you can use the GridViewSortExtender (that's the name of the component) and how it work on the inside.

6 Aug 2007, 04:20:00   Source: GridView Sort Indicator Component   Tags: ASP.NET Components

FastTreeView

FastTreeView control is a control in which nodes dynamically load themselves while expanding. It is characterized by high performance, lower memory consuming and more abilities:

  • Individual sorting for nodes
  • Advanced ownerdrawing support, including measuring of nodes
  • Multiselection
  • Individual events individual for nodes
2 Aug 2007, 10:50:00   Source: FastTreeView   Tags: Components GUI

Rich OutlookBar in XP and Vista style

Creating a rich OutlookBar in XP or Vista style
2 Aug 2007, 09:39:00   Source: Rich OutlookBar in XP and Vista style   Tags: Components GUI

All-in-one printing utility for user controls

This printing utility is a combination of two efforts. It has the ability to print the content of user controls and it is, moreover, an attempt to create an "all-in-one" printing utility. The latter is an integration into a single control of what is otherwise spread across several standard dialogs for printer properties, page setup options and print previewing..
11 Jul 2007, 13:15:00   Source: All-in-one printing utility for user controls   Tags: Graphics Components

Adding Smart Tags to Windows Forms Controls

One new features in Visual Studio 2005 is the support for smart tags.A smart tag is a panel that displays next to a control and contains a list of commonly used properties.
28 Jun 2007, 19:00:00   Source: Adding Smart Tags to Windows Forms Controls   Tags: Examples Components