.NET news » GUI GUI Rss Feed

< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 >
User Interfaces in VB .NET: Windows Forms and Custom Controls
Author: Matthew MacDonald
Average rating: 4.5 / 7
(7 reviews)
More .NET GUI books
download
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
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
iTunes Bar Look-a-Like (Progressbar)
A Control that mimics the look-n-feel from iTunes and the iPod manager
25 Feb 2007, 17:11:00   Source: iTunes Bar Look-a-Like (Progressbar)   Tags: GUI Components
< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 >