.NET news » GUI GUI Rss Feed

The Advent of Netwar
Author: D. F. Ronfeldt
Average rating:  / 0
(0 reviews)
More .NET GUI books
download

A simple Wizard control for .Net 2.0 with full designer support.

This is simple yet powerful wizard framework for .Net 2.0. Just drag and drop and your component is ready for use.

The Shady Side of Rich Text

Shading and Syntax Highlighting a Rich Text selection
24 Apr 2007, 15:47:00   Source: The Shady Side of Rich Text   Tags: GUI Examples

Vista Controls

Vista Controls is a class library that provides the ability to use the new style controls on Microsoft Windows Vista.

.NET 2.0 applications that use the Treeview, Listview, OpenFileDialog, SaveFileDialog and FolderBrowserDialog classes provided in the System.Windows.Forms assembly will find that when they run on Windows Vista, they do not use the new, Vista-style look and feel, but instead continue to use the old, XP-style look and feel.

In Vista Controls you will find five replacement classes, that will use the Vista look and feel when running on Windows Vista, and the old style on older versions of Windows. This allows you to target both Windows Vista and other versions of Windows without any additional effort on your part.

Additionally, Vista Controls includes a new control added to Vista, the Command Link. Because this control doesn't exist in previous versions of Windows, an emulated version that mimics Vista look and feel is used on those Windows versions.

18 Apr 2007, 16:41:00   Source: Vista Controls   Tags: GUI Components

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

DataGridView Multi-column Sort

Out of the box, the DataGridView only allows sorting by a single column. This article presents code that enables users to sort their data in a DataGridView by multiple columns. The DataGridView derived class may be used for any data types that support the IComparable interface (which includes all the basic .NET types).
16 Apr 2007, 16:21:00   Source: DataGridView Multi-column Sort   Tags: Examples GUI

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

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

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

Making office2007 buttons with fading and opacity

An easy way to make new style buttons very compatible.
12 Mar 2007, 17:07:00   Source: Making office2007 buttons with fading and opacity   Tags: GUI

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