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.
Posts tagged DirectoryInfoEx
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.
FileExplorer 0.8 / DirectoryInfoEx 0.20
FileExplorer includes two WPF controls, DirectoryTree and FileList. Both support any normal/shell directory, background item loading, drag and drop, shell context menu, also refresh itself when the filesystem is changed. FileList also support seven different viewmodes, sort using grid header, multi-select via dragging and able to update itself when the FileSystem is Changed. I have [...]
FileExplorer 0.7 / DirectoryInfoEx 0.19
FileExplorer includes two WPF controls, DirectoryTree and FileList. Both support any normal/shell directory, background item loading, drag and drop, shell context menu, also refresh itself when the filesystem is changed. FileList also support seven different viewmodes, sort using grid header, multi-select via dragging and able to update itself when the FileSystem is Changed. I have [...]
Posts