ExplorerTreeView 1.12.0 brings you Vista compatibility and two new Vista-only features. Another two features were added as requested in the forum and by mail, respectively. But that's not all. I've removed BkImage support as it caused headaches over headaches and nobody seems to have used it anyway. While doing so, I rewrote some features that use custom draw making them more performant and less buggier.
Last but not least I fixed two very complex crashes. To fix one of them, I had to slightly adjust the behavior of the RootPath property. The old behavior was, that the new path was applied to the tree immediatly. This could interrupt AutoUpdate which could lead to the situation that either the RootPath property or AutoUpdate deletes an item that the other of both features tried to access afterwards resulting in a crash. So the new behavior is, that the RootPath property posts a private message with the new path to the control window's message queue. This way it can't happen that AutoUpdate and root path changing is done at the same time.
But this also means, that now there's a delay between setting the RootPath property and applying this new path to the tree. It may be possible that you have to change your code because of this.
I won't have any time for coding at least until September, but the last thing I've been working on was the EditControls library. It's a control library containing a TextBox, an UpDownTextBox, a HotKeyBox and an IPAddressBox. It's about 60% complete.

Looks like I'm writing novels again, so I'll shut up now. Enjoy the new release. Oh, I almost forgot to tell you, the samples have been updated, too.
[Download] [Samples] [Changelog]