.NET news » GUI GUI Rss Feed

UI Frontiers: Touch and Response

Charles Petzold continues his exploration of multi-touch Manipulation events in the Windows Presentation Foundation and shows you how to design custom classes to decorate elements and provide visual feedback to users.
30 Aug 2010, 19:00:00   Source: UI Frontiers: Touch and Response   Tags: GUI

Tic Tac Toe implemented in Java using Swing UI

A platform independent game that runs on Windows,Mac and Linux
26 Jul 2010, 11:59:00   Source: Tic Tac Toe implemented in Java using Swing UI   Tags: GUI

Site Property Management (SharePoint 2010)

Provides an administrative UI to manage custom properties for a SharePoint site
12 Jul 2010, 00:26:00   Source: Site Property Management (SharePoint 2010)   Tags: GUI

Circular Progress Indicator

Firefox like circular progress indicator
26 Jun 2010, 15:37:00   Source: Circular Progress Indicator   Tags: Components GUI

Wizard Form Implementation

Create a dynamically resizable wizard form
24 Jun 2010, 06:46:00   Source: Wizard Form Implementation   Tags: Examples GUI

SonicUI - A Convenient GUI Engine You've Never Seen

SonicUI is a GUI Engine based on nake GDI APIs. It offers several simple UI components to accomplish high efficiency UI effects, such as self-draw buttons, irregular windows, animation, URL in windows and image operation methods. The main purpose is to use least code to achieve best effects.
26 May 2010, 08:59:00   Source: SonicUI - A Convenient GUI Engine You've Never Seen   Tags: GUI

User Customizable ToolStrip with Drag and Drop

With this .NET library, you can implement a customize toolbar function in your application.
21 May 2010, 14:54:00   Source: User Customizable ToolStrip with Drag and Drop   Tags: GUI Components

NHunspellTextBoxExtender - A Spellchecking IExtenderProvider for TextBoxes using Hunspell for .NET

With many applications, spell checking can be a vital aspect to include. Most people are accustomed to the spell checking capabilities of products like Microsoft Word or OpenOffice. There are products available for purchase that can add spell checking capability, such as SharpSpell that can cost hundreds of dollars. Unfortunately, there is a lack of Open Source, freely available tools that can provide the functionality of Microsoft Word. That is why I began to work on a spell checking IExtenderProvider that could extend any control that inherits TextBoxBase (both TextBox and RichTextBox inherit TextBoxBase).
7 May 2010, 15:43:00   Source: NHunspellTextBoxExtender - A Spellchecking...   Tags: Examples GUI VB.NET

PowerComboBox with CheckBoxes & Grouping

4-in-1 ComboBox with CheckBoxes, Grouping, BackColor and ItemHover event
28 Apr 2010, 09:49:00   Source: PowerComboBox with CheckBoxes & Grouping   Tags: Components GUI

User-driven applications

User-driven applications are the programs in which full control is given to the users. Designers of such programs are responsible only for developing an instrument for solving some task, but they do not enforce users to work with this instrument according with a predefined scenario.
10 Apr 2010, 12:23:00   Source: User-driven applications   Tags: Examples GUI