Archives for Develop

AsyncBackgroundTaskManager v2

AsyncBackgroundTaskManager and AsyncObservableCollection is a BackgroundTaskManager/ObservableCollection that support a list and run asynchronously. I have updated the component with the following changes:

Async BackgroundTaskManager and ObservableCollection

AsyncBackgroundTaskManager and AsyncObservableCollection is a BackgroundTaskManager/ObservableCollection that support a list and run asynchronously.

DirectoryInfoEx 0.22

DirectoryInfoEx includes a range of classes to support operations in  normal and shell directory (like Desktop and Libraries in Win7), yet provide similar interface as System.IO.DirectoryInfo. I have updated DirectoryInfoEx to 0.22, with the following changes.

DirectoryInfoEx 0.21

DirectoryInfoEx includes a range of classes to support operations in  normal and shell directory (like Desktop and Libraries in Win7), yet provide similar interface as System.IO.DirectoryInfo. I have updated DirectoryInfoEx to 0.21, with the following changes.

Using DirectoryInfoEx to simplify ContextMenu construction

This article explain how to use ContextMenuHelperEx in DirectoryInfoEx to simplify ContextMenu construction under .Net 4.0 framework. Introduction DirectoryInfoEx included a class named ContextMenuHelperEx, which can create menu items using ShellAPI like InsertMenuItem() and SetMenuItemBitmap(), it’s originally designed for use in a Window Forms or WPF application.