AsyncBackgroundTaskManager and AsyncObservableCollection is a BackgroundTaskManager/ObservableCollection that support a list and run asynchronously. I have updated the component with the following changes:
Full story »
AsyncBackgroundTaskManager and AsyncObservableCollection is a BackgroundTaskManager/ObservableCollection that support a list and run asynchronously.
Full story »
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.
Full story »
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.
Full story »
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.
Full story »