Porting WPF to AvaloniaUI I've just finished a very large piece of work on one of my products. I desperately needed to have a… Posted on: June 23, 2022 By: jammer With: 0 Comments
Migrating Complex WPF Prism Applications to .NET5 I've just come off the back of migrating to NET5. Yup, attempting, you did read that right. So why am… Posted on: January 30, 2021 By: jammer With: 0 Comments
Windows 10 UWP – Emulator- The Revenge I'll tell you why UWP is suffering. The UWP flavour of XAML is a mere shadow of WPF and the… Posted on: March 1, 2017 By: jammer With: 0 Comments
WPF ListBoxItem Selected Background Highlight in Windows 8 When targeting the way a ListBoxItems are styled on pre Windows 8 platforms you could easily change with style syntax… Posted on: July 8, 2015 By: jammer With: 0 Comments
WPF / WinForms Property Mappings Just found a nice page on the Microsoft site that details some of the property mappings between WPF and Windows… Posted on: May 20, 2010 By: jammer With: 0 Comments
Visual Studio 2010 – First Impressions / WPF UI I've been putting this off for a while now but have finally gotten around to checking out Visual Studio 2010.… Posted on: February 20, 2010 By: jammer With: 0 Comments
Introduction to Composite WPF CAL, Prism: Part 2 I've just published the second installment of my mini-series of using the Composite Application Library. This article covers dynamic skinning… Posted on: July 19, 2009 By: jammer With: 0 Comments
Introduction to Composite WPF (CAL, Prism) Part 1 I've just published Part 1 of my introduction to Composite WPF series of articles. The main aim of this article… Posted on: June 13, 2009 By: jammer With: 0 Comments
WPF Visual Studio Code Snippets Just found a link on Sacha Barbers blog linking too some really cool Visual Studio code snippet downloads available from… Posted on: July 28, 2008 By: jammer With: 0 Comments
WPF UserControl == DataTemplate Over the weekend I was doing a fair amount of UI stuff on a major project of mine and stumbled… Posted on: July 23, 2008 By: jammer With: 0 Comments
XAML, Blend & Binding to Static Data Sources I've just been having a little play around with some methods for binding UI elements (in this case a ComboBox)… Posted on: July 9, 2008 By: jammer With: 0 Comments
WPF Single Instance Application UPDATED After a lot of poking around on this subject I found a rather neat way of enforcing an application… Posted on: June 21, 2008 By: jammer With: 11 Comments
Using MediaElement I've just put together a really dirty and VERY simple app that uses the MediaElement class in .NET 3.5 as… Posted on: June 7, 2008 By: jammer With: 0 Comments
Debugging XAML This is a really tough one sometimes. I've recently had to debug an error that initially seemed a bit odd.… Posted on: March 22, 2008 By: jammer With: 0 Comments