.NET news » GUI GUI Rss Feed

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 Style Progress Bar in C#

A Vista style Progress Bar complete with color property and animation
22 Jun 2007, 19:01:00   Source: Vista Style Progress Bar in C#   Tags: GUI Graphics Components

Transparent drop shadow in C# (GDI+ & Windows Forms)

How to create a panel with a transparent drop shadow in C# using GDI+

GUI Library for Managed DirectX Applications

I am developing a 4X Space Opera game called Star Odyssey, in the tradition of the Master of Orion series. Every game needs a User Interface and mine is no exception. The DirectX SDK provides a sample UI that looks very cool, but it is very difficult to extrapolate from the project and it relies on textured GUI elements. Since I am not very good at drawing GUI elements, it would have taken ages for me to go that way. Instead, I took the ''programmer art'' way: to create controls and other GUI elements in a dynamic way, trying my best to make it look cool at the same time. The result is presented here.
14 Jun 2007, 16:01:00   Source: GUI Library for Managed DirectX Applications   Tags: GUI Graphics Components

A thermometer control

This article demonstrates a complex analog-style thermometer control in C#. The control is in pure managed code. Most visual elements can be adjusted through the control's properties.
11 Jun 2007, 16:35:00   Source: A thermometer control   Tags: Graphics GUI Components

Dynamic User Interfaces in WPF

This article examines how to design and create dynamic user interfaces using the Windows Presentation Foundation (WPF). Along the way we will explore a demo application which uses XAML for creating a dynamic user interface to display rich and interactive alert messages to the user.
8 Jun 2007, 22:16:00   Source: Dynamic User Interfaces in WPF   Tags: Examples GUI

A C# Numeric Field Control

This control can be easily configured to allow input of any value that is a collection of numeric fields, such as an IP address, IP address with ports, IPv6 address, MAC address, telephone number or social security number.
7 Jun 2007, 13:31:00   Source: A C# Numeric Field Control   Tags: Components GUI

Fully themed Windows Vista Controls

This article is about getting controls found in Windows Vista to make use of the new Windows Vista user interface. Included in the project are some components (Commandlinks, ImageButton, SplitButton) that work just like the Windows Vista themed controls. The article would aim to achieve most of the interface effects (like the fade-in/out) effects seen throughout Windows Vista.
20 May 2007, 02:04:00   Source: Fully themed Windows Vista Controls   Tags: Examples GUI

WPF Docking Library

A WPF library to easily integrate Windows docking features in applications like Visual Studio
15 May 2007, 16:18:00   Source: WPF Docking Library   Tags: GUI Other

Fast Drive ComboBox

Fast ComboBox that correctly displays all logical drives with appropriate icon, volumename and drive letter
8 May 2007, 14:20:00   Source: Fast Drive ComboBox   Tags: Components GUI

Advanced UxTheme wrapper

How to use (and understand) visual style for custom controls with a C# wrapper for the uxtheme.dll
6 May 2007, 16:37:00   Source: Advanced UxTheme wrapper   Tags: GUI Examples