.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.
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.
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.
WPF.JoshSmith
A free library of controls and utility classes for use in WPF applications.
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).
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.
Developing a Realtime Stockreader using WPF and Yahoo Finance Data
RealtimeSockreader is a desktop widget for viewing live stock data of your portfolio
2008-04-06 10:39:00 Source: Developing a Realtime Stockreader using
Tags: Examples
Creating a Outlook Navigation Pane by restyling a WPF TabControl
Restyling a standard TabControl to look like a Outlook Navigation Pane


Syndicate