.NET news » GUI GUI Rss Feed

User Interfaces in C#: Windows Forms and Custom Controls
Author: Matthew MacDonald
Average rating:  / 0
(0 reviews)
More .NET GUI books
download

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

Animating Interactive 2D Elements in a 3D Panel

This article reviews a custom WPF panel, named Panel3D, which hosts two-dimensional elements in three-dimensional space. You can supply an instance of Panel3D with objects to display, or you can use it as the items host of an ItemsControl. If you use Panel3D as the items host of a ListBox, the front-most item is automatically the selected item in the ListBox. Panel3D arranges its 3D models along a straight path, and provides animated movement of 3D models along that path. In addition, the panel implements a simple form of UI virtualization so that it runs quickly even if it contains hundreds of items..

7 Apr 2008, 23:00:00   Source: Animating Interactive 2D Elements in a 3D Panel   Tags: GUI Components

Creating a Outlook Navigation Pane by restyling a WPF TabControl

Restyling a standard TabControl to look like a Outlook Navigation Pane
6 Mar 2008, 02:49:00   Source: Creating a Outlook Navigation Pane by restyling a WPF...   Tags: Components GUI

Implementing a smoothly animated ListBox

This article shows how you can implement a smooth list box that allows intuitive, friction affected, scrolling of the list items. By friction based I mean that the user can apply a dragging force i one direction and the list will keep scrolling after the mouse or stylus is released and then slow down by itself.

I've looked at how lists behave on the iPhone and tried to mimic that to a certain extent, but I'm nowhere near anything as cool as what the iPhone presents.

2 Mar 2008, 12:52:00   Source: Implementing a smoothly animated ListBox   Tags: Components GUI