.NET news » Components Components Rss Feed

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 >
download
An easy way to add a Ribbon Panel Office 2007 style
GNU code of RibbonPanel, free software for personal and nonlucrative, rest please contact
18 Apr 2007, 13:02:00   Source: An easy way to add a Ribbon Panel Office 2007 style   Tags: GUI Components
XML Driven Menu Strip

In this article, I'll be showing how you can generate a dynamic MenuStrip (.NET 2.0's replacement of the MainMenu control) via an XML Configuration file using recursion in C#. The MenuStrip will be based on XML data which contains all the details about the generated Menu. Things like: Caption, Name, Text, and the corresponding Event it has to trigger when a user clicks a MenuItem.

This is a generalized re-usable control written in such a way that it can be easily plugged in to any application based on the applications requirements.

16 Apr 2007, 15:58:00   Source: XML Driven Menu Strip   Tags: GUI Components
Auto Binding a TreeView control from a self referencing table
This article will show how to implement a custom ASP.NET Tree View control that supports auto binding from a self referencing table. The control supports binding from a Data Source control or programmatically using the Data Source property.
XPanderControls
The Xpander Library offers the option to store many user controls in one single document formular. Optionally visible or non-visible. The Xpander controls follows optically the MS Office style. All the controls supports visual designer and smart tag features.
13 Apr 2007, 18:07:00   Source: XPanderControls   Tags: GUI Components
ASP.NET controls to display enum values
RadioButtonList and ListBox subclasses that display Enum values automatically
4 Apr 2007, 08:29:00   Source: ASP.NET controls to display enum values   Tags: ASP.NET Components
Status List - Vista Style
A progress list for displaying the status of various tasks
31 Mar 2007, 13:56:00   Source: Status List - Vista Style   Tags: GUI Components
Add Excel-like formula support to your application
A library to parse and evaluate Excel-style formulas and recalculate in natural order
17 Mar 2007, 22:27:00   Source: Add Excel-like formula support to your application   Tags: Components Office
IconLib - Icons Unfolded (MultiIcon and Windows Vista supported)
Library to manipulate icons and icons libraries with support to create, load, save, import and export icons in ico, icl, dll, exe, cpl and src format. (Windows Vista icons supported).
Build a Qt Like layout to automatically get controls arranged on panel resizing
Adding designing capabilities and visual feedback by creating a container component that behaves like Qt Layouts. Automatically adjusting size and position of contained components as the container resizes.
10 Mar 2007, 18:26:00   Source: Build a Qt Like layout to automatically get controls...   Tags: GUI Components
ColorTextBox
This article describes ColorTextBox, a customizable UserControl which was written completely from scratch and is intended to fill the gap between the TextBox and RichTextBox controls found in the .Net 2.0 library.
8 Mar 2007, 12:44:00   Source: ColorTextBox   Tags: Components GUI
< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 >