.NET news » Search results

Search results for query "WPF" (114):

Managing Your WPF Splash Screen's Lifecycle

Splash screens are a prerequisite for a professional-looking application. Learn how to manage their lifecycles in order to avoid throwing errors.
2008-11-27 08:46:23   Source: Managing Your WPF Splash Screen's...   Tags: WPF

A Pragmatic Approach to WPF Accessibility

As is often the case, applications are not typically designed with accessibility in mind.Usually, applications are designed to satisfy business requirements. If those business requirements do not include accessibility, more likely than not, the application as a whole will be inaccessible to important segments of users. There are, however, steps you can take to mitigate this common lack of foresight in requirements analysis.

2008-10-27 19:00:00   Source: A Pragmatic Approach to WPF...   Tags: GUI WPF

A WPF Pie Chart with Data Binding support

This article describes the development of a pie chart user control for WPF that uses data binding. The pie chart is not backed by its own model, rather, it binds directly to your data objects. This has the big advantage that the WPF framework takes care of handling events that relate to changes in the bound data, updating the pie chart view accordingly.
2008-07-25 02:25:00   Source: A WPF Pie Chart with Data Binding...   Tags: Graphics Components

WPF.JoshSmith

A free library of controls and utility classes for use in WPF applications.
2008-07-13 16:59:00   Source: WPF.JoshSmith   Tags: Components

Newton Game Dynamics Extensions for the WPF - The Moon Lander Game

Newton Dynamic Extensions for the WPF

Simplifying the WPF TreeView by Using the ViewModel Pattern

This article explores how to use the ViewModel pattern to make it easier to work with the TreeView control in WPF. Along the way, we examine why people often have difficulty with the WPF TreeView, what a ViewModel is, and two demo applications that show how to combine a TreeView with a ViewModel. One of the demos shows how to create a searchable TreeView, the other demonstrates how to implement lazy-loading (a.k.a. load-on-demand).
2008-05-22 21:22:00   Source: Simplifying the WPF TreeView by...   Tags: GUI Examples

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.

WCF WPF Chat Application

This application is built on the WCF .NET Framework 3.0. It uses duplex communication and TCP binding (for some reasons that are discussed later in this article). It concentrates on handling and controlling a WCF service that has to make reliable sessions with many clients and keep those connections alive as long as possible.
2008-04-15 11:24:00   Source: WCF WPF Chat Application   Tags: Internet Examples

Developing a Realtime Stockreader using WPF and Yahoo Finance Data

RealtimeSockreader is a desktop widget for viewing live stock data of your portfolio

Creating a Outlook Navigation Pane by restyling a WPF TabControl

Restyling a standard TabControl to look like a Outlook Navigation Pane