.NET news » GUI GUI Rss Feed

Custom Button Control with Gradient Colors and Extra Image (VB.NET)

This is a simple to use Custom Button control, but with a lot of visual design options

Simplifying the WPF TreeView by Using the ViewModel Pattern

This article explores how to use the ViewModel pattern to make it easier to work with the TreeView control in WPF. Along the way, we examine why people often have difficulty with the WPF TreeView, what a ViewModel is, and two demo applications that show how to combine a TreeView with a ViewModel. One of the demos shows how to create a searchable TreeView, the other demonstrates how to implement lazy-loading (a.k.a. load-on-demand).
22 May 2008, 21:22:00   Source: Simplifying the WPF TreeView by Using the ViewModel Pattern   Tags: GUI Examples

.NET Building Blocks: Custom User Control Fundamentals

Find out the gritty details required to create, test, use, inherit, install, and distribute .NET User Controls of all types.
15 May 2008, 21:13:52   Source: .NET Building Blocks: Custom User Control Fundamentals   Tags: GUI Examples

A Padded Rich Text Box Subclass

A subclass which adds new display properties to a rich text box control.
15 May 2008, 16:59:00   Source: A Padded Rich Text Box Subclass   Tags: GUI Components

Creating the Same Program in Windows Forms and WPF

This article shows two implementations of the same simple program. First, we examine the Windows Forms version, followed by the WPF version. The purpose of this article is to show WinForms programmers a simple example of creating a WPF application. Along the way, we compare and contrast working with the two platforms.
3 May 2008, 21:31:00   Source: Creating the Same Program in Windows Forms and WPF   Tags: Examples GUI

Photoshop-Style Angle and Altitude Selectors

In this article we will go through the process of creating two C# custom controls to mimic the appearance and behavior of Photoshop angle selectors.
26 Apr 2008, 21:35:00   Source: Photoshop-Style Angle and Altitude Selectors   Tags: Components GUI

Industrial Controls

A library of controls with a custon renderer for use in the controls processes panel display: Leds, Meters, Buttons and Knobs.
11 Apr 2008, 13:09:00   Source: Industrial Controls   Tags: Components GUI

VDialog (Vista TaskDialog for Windows XP)

Vista-like TaskDialog control for .NET Framework 2.0, compatible with Windows XP
8 Apr 2008, 12:56:00   Source: VDialog (Vista TaskDialog for Windows XP)   Tags: GUI VB.NET

Customizable Tree Control with Animation Support

A tree control implementation, allowing complete customization and animation support.
8 Apr 2008, 11:46:00   Source: Customizable Tree Control with Animation Support   Tags: Components GUI

How to Use Transparent Images and Labels in Windows Forms

The controls in Windows Forms (.NET) don't support true transparency. In this article we show how to use transparent labels and images.
8 Apr 2008, 07:59:00   Source: How to Use Transparent Images and Labels in Windows Forms   Tags: GUI Graphics