WPF Combo box with empty item using .Net 4 dynamic objects
From the moment I’ve stated to use WPF I have struggled to get a selectable empty item in a combo box. This is not something that WPF supports out of the box. I had sincerely hoped they would fix this in WPF 4.0, but unfortunately they did not. They did give us dynamic object, which makes the task a lot easier that it was in WPF 3.5.
Read more »
Read more »
Win7 Recent Jumplist without associating a filetype
I was trying to add Windows 7 Jumplists to an .Net 3.5 application. I wanted to add a list of recent opened files. When using .Net 4.0 there is native Framework support in System.Windows.Shell
When interacting with Windows 7 features I always use the Windows Api Code Pack. It's a library containing all kinds of functionality that is not a part of the .Net framework, but can be reached through the Win32 api. Jumplist support is one of these features.
Read more »
When interacting with Windows 7 features I always use the Windows Api Code Pack. It's a library containing all kinds of functionality that is not a part of the .Net framework, but can be reached through the Win32 api. Jumplist support is one of these features.
Read more »
Introductions
HI! I'm Remy Blok. Lets start with a little introduction, just copied from my about.me page.
Read more »
Read more »