.NET news » Search results

Search results for query "WPF" (114):

A Simple WPF XML Document Viewer Control

This article introduces a simple XML document viewer control for WPF applications to display XML documents in a formatted way.
2010-04-06 15:24:00   Source: A Simple WPF XML Document Viewer...   Tags: WPF Components

An MVVM friendly approach to adding system menu entries in a WPF application

The majority of MFC apps have always had an About... menu entry in the main window's system menu, and this was primarily because the App Wizard generated code for that by default. I wanted to do something similar in a WPF application I've been working on, and I wanted to do it in an MVVM friendly manner. In this article I'll explain a neat way of doing it so that you can easily add menu items and attach command handlers to them while retaining the basic MVVM paradigm.

3D Drawing with Textures, Transformations, and Realism in WPF

To build realism into 3D scenes, you need to draw with the appropriate materials and transformations help make the drawing process much simpler.

WPF Wonders: 3D Drawing

This article explains how to get started with three-dimensional drawing in WPF. It shows you how to build scene data, define lights, and use cameras to view a scene. It also shows how to use WPF's data binding and animation capabilities to make a scene move.

2009-07-27 21:31:44   Source: WPF Wonders: 3D Drawing   Tags: Graphics WPF

WPF Wonders: An Alphabetical Compendium of WPF Controls

Among many other changes, WPF brings a completely new set of controls. Learn which controls do what and pick up a few tips on getting the most out of them in your WPF applications.
2009-04-29 18:06:52   Source: WPF Wonders: An Alphabetical...   Tags: WPF

WPF Wonders: Properties and Events

Setting properties and handling events in Windows Presentation Foundation are fundamentally different than they were in Windows Forms. Find out how to deal with properties and events in both XAML and WPF-targeted code.
2009-01-22 20:16:22   Source: WPF Wonders: Properties and Events   Tags: WPF

WPF Wonders: Getting Started with WPF

Learn how to use Windows Presentation Foundation to build engaging, dynamic user interfaces that can really grab the user's attention.
2009-01-09 20:08:09   Source: WPF Wonders: Getting Started with   Tags: WPF

Flexible and Powerful Data Binding with WPF, Part 2

All applications are dependent on data in some form and most developers find themselves writing reams of data access code. Microsoft has been building databinding frameworks for years. Each one promises to solve our databinding woes forever. We're still waiting for the perfect one. In the previous article you were exposed to programmatically controlling data binding mechanisms of WPF. Along with a programmatic interface, WPF also provides a declarative databining interface. This second article will introduce you to using the declarative data binding mechanisms contained in WPF.

Flexible and Powerful Data Binding with WPF

Microsoft has been building data binding frameworks for years, and each promises to solve our data binding woes forever. But we're still waiting for the perfect one. Could WPF data binding be the one we've been waiting for?

Build Composite WPF Applications

Build loosely-coupled, maintainable WPF applications using the Composite Application Guidance patterns and practices.
2008-12-08 18:34:16   Source: Build Composite WPF Applications   Tags: WPF