.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
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
Add docking and floating support easely and quickly with DockExtender
DockExtender allows you to add docking / floating / resizing behaviour to any control on your win form with just a few lines of code, making it very easy for your application to support basic docking features.
23 Feb 2007, 03:34:00   Source: Add docking and floating support easely and quickly with...   Tags: Examples GUI
Creating a glass button using GDI+
How to create an animating glass button using only GDI+ (and not using WPF).
19 Feb 2007, 14:00:00   Source: Creating a glass button using GDI+   Tags: Graphics Components GUI
Windows Vista Aero Glass in .Net Managed Win32 Applications
Demonstrates the basics of using Aero Glass effects within a .Net managed Win32 forms application.
18 Feb 2007, 14:04:00   Source: Windows Vista Aero Glass in .Net Managed Win32 Applications   Tags: GUI
DataGridView vs. DataGrid

The DataGridView Windows Forms control is a new .NET control introduced in MS Visual Studio .NET 2005 that is a good alternative to the VS .NET 1.x DataGrid control.

Within the DataGridView .NET 2.x control the data table presentation features became much easier to implement in .NET Windows application. The most attractive features of the new control are:

  • It allows for the mix both data bound and unbound, virtual columns in the GridView.
  • It has a special virtual mode allowing for the display of more than 100.000 rows without a huge performance hit.
  • Individual columns, rows, cells or an entire data source can easily be styled.

12 Feb 2007, 08:43:03   Source: DataGridView vs. DataGrid   Tags: GUI
Outlook 2003 Style Navigation Pane
Outlook 2003 Style Navigation Pane
7 Feb 2007, 10:21:00   Source: Outlook 2003 Style Navigation Pane   Tags: GUI Components
The most complete C# Webbrowser wrapper control
A C# (.NET 2.0) control for hosting, and advanced customization of the original Webbrowser control and much more.
6 Feb 2007, 08:02:00   Source: The most complete C# Webbrowser wrapper control   Tags: GUI Components
Panel with blend and bordercolors
Panel with blend and bordercolors
3 Feb 2007, 16:29:00   Source: Panel with blend and bordercolors   Tags: Components GUI