.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

pinEdit 4.1 - Rich Html Editor

pinEdit is a professional WYSIWYG rich text HTML editor component that is simple to integrate and perfectly appropriate for all applications for which formatted texts are required. Use pinEdit as replacement for text area or as HTML editor for content management. New in 4.1 is support for pinEditPDF add-on.
16 Feb 2006, 11:50:48   Source: pinEdit 4.1 - Rich Html Editor   Tags: Components GUI

Extended ListView

An extended ListView control that can show multiple images on subitems, lets the user edit subitems with user-defined controls (also image-subitems), contains boolean subitems and can sort columns by date, number, string and image
15 Feb 2006, 21:46:00   Source: Extended ListView   Tags: Components GUI

Looking at Themes and Skins

In this screencast available here we take a look at one of the new features of ASP 2.0 called Themes and Skins. A theme is a collection of property settings that allow a Web page to define a common look and for pages and controls. Themes are made up of elements: skins, Cascading Style Sheets (CSS), images and other defined resources.
View Looking at Themes and Skins
6 Feb 2006, 05:36:00   Source: Looking at Themes and Skins   Tags: ASP.NET GUI

Upgrading from MainMenu and ToolBar to MenuStrip and ToolStrip

Step-by-step guide to upgrading menus and toolbars to NET 2.0 and code for improving the user interface.
5 Feb 2006, 02:17:00   Source: Upgrading from MainMenu and ToolBar to MenuStrip and...   Tags: Examples GUI C#

XP Style Collapsible GroupBox

This article describes an XP style collapsible GroupBox.
26 Jan 2006, 21:35:00   Source: XP Style Collapsible GroupBox   Tags: Components C# GUI

Smart Clients: Craft A Rich UI For Your .NET App With Enhanced Windows Forms Support

Windows Forms 2.0 is far richer than any Windows application development platform that preceded it, with tons of improvements across the board. And they're all waiting for you when you create a new Windows Forms project.

Advanced Progressbar

An extended progress bar with support for shape based progress bars and 3D colors.
24 Jan 2006, 22:08:00   Source: Advanced Progressbar   Tags: Components GUI

Explorer Context Menus

Mini-XMenus is a .NET component that adds custom menu items to the Windows Explorer context menu. Menu items can be selectively shown based on which items are selected in Explorer. Menu items can include custom icons, fonts and colors, sub-menus, separators and help tips. Explorer menu items may also be drawn from scratch with full OwnerDraw support.
24 Jan 2006, 18:06:38   Source: Explorer Context Menus   Tags: Components GUI

Nevron User Interface for .Net v4.0

Nevron User Interface Suite is the only suite on the market with such a remarkable render quality and speed. Explore rich and powerful docking library, professional and extensible command bars and set of extended Windows Forms controls designed to bring to your Windows Forms applications the latest GUI standards and technologies. The suite introduces lots of new custom controls which makes it easy to create distinguished, stylish and modern end-user presentation layer.
5 Jan 2006, 02:00:00   Source: Nevron User Interface for .Net v4.0   Tags: Components GUI

UI on the Fly: Use the .NET Framework to Generate and Execute Custom Controls at Run Time

Creating UI controls on the fly can be accomplished via run-time code generation. And there are lots of reasons to do so. Generating these controls once and then reusing them as needed is more efficient than generating the controls each time. Read on.
14 Nov 2005, 18:52:46   Source: UI on the Fly: Use the .NET Framework to Generate and...   Tags: Examples GUI