WPF: Finicky About JPEGs |
· Krehbiel Tech · Sunday, Feb 17, 2008, 4:15 PM · 295 words · ![]()
Gah! I've found that WPF's BitmapImage is quite finicky about the kind of JPEG files it will load.
Hi! Tom doesn't post here anymore. Please go here to see new posts.
WPF: Finicky About JPEGs |
· Krehbiel Tech · Sunday, Feb 17, 2008, 4:15 PM · 295 words · ![]()
Gah! I've found that WPF's BitmapImage is quite finicky about the kind of JPEG files it will load.
WPF: Skinning a TreeView with Resources |
· Krehbiel Tech · Friday, Feb 15, 2008, 7:09 PM · 507 words · ![]()
In my first WPF project (a port of a WinForms picture viewer), I needed to create a TreeView with icons on each node. It doesn't take long to realize that the WPF TreeView doesn't have this functionality built-in anymore.
Visual Studio 2008 and WPF |
· Krehbiel Tech · Thursday, Feb 14, 2008, 8:08 PM · 433 words · ![]()
I've started migrating to Visual Studio 2008 and .NET 3.5 for my home projects, for whatever that's worth. (We aren't allowed to use it at work.) Nothing in my projects actually require .NET 3.5 features, mind you, so it's not that great of an experiment, but hey, it's a start.