Welcome to WindowsClient.net | Sign in | Join

These are task-based samples that are an excellent way to learn about various features of Windows Presentation Foundation. Each sample is a short walk through, some providing online demonstrations of the final result.

Creating a WPF application without using Application

Control Author:

Posted: 05-10-2007

Views: 3,839

Downloads: 4,184

 
File Details

If you don't need any of the services provided by Application, such as lifetime management, shared state etc, you don't need to use one.

Instead, though, you'll need to start running the Dispatcher manually. This sample shows how.




Page view counter