Wpf example





Wed, 01 Dec 2010 23:54:50 -0700

Wpf Wonderland » Blog Archive » Use the WPF Blur effect to focus ...

by Wpf example  @ Wed, 01 Dec 2010 23:54:50 -0700
For example, when you show a Popup or Dialog in WPF apply a blur to the UI in the background. This will draw more attention to the dialog as the rest of the UI is blurry and the background appears to fade into the distance. ... Here is the XAML for the sample window.
W...

Tue, 30 Mar 2010 01:34:14 -0600

What's New: Docking Controls for WPF - WPF& Silverlight

by Wpf example  @ Tue, 30 Mar 2010 01:34:14 -0600
Microsoft Expression Blend gives us a nice example of another style of docking; a more "natural" style. Rather than using a docking-diamond you simply drag the docked tab to the exact location you want to move it. ...

Designer Silverlight » Blog Archive » XAML Files for Location ...
I'll confess, the real difference between the Silverlight and WPF files is that the WPF files encapsulate everything into a “Viewbox” control that allows dynamic res...

Tue, 30 Mar 2010 01:34:14 -0600

Wpf Wonderland » Blog Archive » Getting a DialogResult from a WPF...

by Wpf example  @ Tue, 30 Mar 2010 01:34:14 -0600
2 Responses to “Getting a DialogResult from a WPF window”. Valeriu Caraulean says: March 23, 2010 at 12:25 am. A typo? > The No button has the IsCancel property set to true. In code sample IsCancel is actually false… ...

New WPF sample
In the end of December 2009 I announced new DataObjects.Net sample of WPF application. Today I've committed its source code in our repository. Application is not ideal yet, there are several known bugs and...

Tue, 30 Mar 2010 01:34:12 -0600

BOOKS.SHOW – Touch Enabled WPF Windows 7 Ebook Reader App 'Done ...

by Wpf example  @ Tue, 30 Mar 2010 01:34:12 -0600
At MIX10 a touch enabled open source ebook reader for sourced from Project Gutenberg was demonstrated. Books.Show was built with Microsoft.

.NET Links and Books (2956B/2957B) | Coretech Blog
Other: From WinForm to WPF: A Quick Reference guide http://www.simple-talk.com/dotnet/.net-framework/from-winform-to-wpf-a-quick-reference-guide/. Cate...

Tue, 30 Mar 2010 01:34:12 -0600

Binding to a Dictionary in WPF and Silverlight - Pete Brown's ...

by Wpf example  @ Tue, 30 Mar 2010 01:34:12 -0600
I thought, "what a good idea for a sample." I know that binding in WPF and Silverlight can be a challenge, especially if you're new to the technology. It can be even more difficult when you're working with an edge case like binding ...

Dealing with unhandled exceptions in WPF | SRT Solutions
I grabbed most of the samples your about to see from MSDN (with some tweaks). However it was much harder to find them for WPF, and I had to combine two dif...

Tue, 30 Mar 2010 01:34:12 -0600

Rotating and cropping an image in WPF - Pete Brown's 10rem.net

by Wpf example  @ Tue, 30 Mar 2010 01:34:12 -0600
The application calls into a library shared by this test app, and the main scanner app. The library contains the model, viewmodels, services etc. - everything but the UI. The test app contains the sample image and the code to call the ...

MEF CompositionInitializer for WPF : Reed Copsey, Jr.
Why not just use WPF data templates? For example, look at the sample code for Josh Smith's introductory article for MVVM (http://msdn.microsoft.com/en-us/magazin...

Tue, 30 Mar 2010 01:34:12 -0600

Simple Multithreading example in .NET and WPF

by Wpf example  @ Tue, 30 Mar 2010 01:34:12 -0600
After lots of googling, trying to figure out how to multithread properly in .NET and modify a WPF GUI from another thread, I've finally figured a lot of stuff out. I have created a simple multithreading example project in Visual C# 2008 ...

Data Point Customization for ComponentOne Chart - WPF& Silverlight
ComponentOne WPF& Silverlight team blog. ... For example, you could highlight points within certain ranges or generate colors based on p...

Tue, 30 Mar 2010 01:34:12 -0600

Binding to a Dictionary in WPF and Silverlight - Pete Brown's ...

by Wpf example  @ Tue, 30 Mar 2010 01:34:12 -0600
Pete Brown's site and blog - a great resource for Silverlight, WPF, Windows Phone programming and more. Formerly irritatedvowel.com. ... For example, if you want to bind a textbox to the dictionary item with a key of "field1", and support both display and editing, you'd write this: . That assumes your dictionary is in scope as the DataContext. Let's say you have a view model with a dictionary called "Fields" and you want ...

Tue, 30 Mar 2010 01:34:12 -0600

Rotating and cropping an image in WPF - Pete Brown's 10rem.net

by Wpf example  @ Tue, 30 Mar 2010 01:34:12 -0600
The image is much larger than what is shown on-screen. For example, this rotated selection from a much larger image: Me, posing in San Francisco, about a hundred years ago. Should result in an image that looks something like this: ...

Silverlight 4 + RIA Services - Ready for Business: Exposing WCF ...
áThis is very useful if you want to enable the exact same business logicdata access logic is available to clients other than Silverlight.ááFor example to ...

Tue, 30 Mar 2010 01:34:12 -0600

Data Point Customization for ComponentOne Chart - WPF& Silverlight

by Wpf example  @ Tue, 30 Mar 2010 01:34:12 -0600
This sample adds a new element for each data point (arrow) and leaves the original element (circle) on the chart. Removing the original element would be easy, you would simply call pnl.Children.Remove(pe) . The equation of the original ...

What we're working on in early 2010
However to make things easier for customers, we will ship VS 2010 and VS 2008 variations of the sample projects in WPF Studio 2010.1, thereby saving you from having to run the proje...