Archives for July 2010

Status of Quick Zip

I have made some progress since last status update Aero glass – the transparent part in the top.  Also some updates to the breadcrumb so it fade when not active, and some XP related Theme updates (Breadcrumb align, GridView template) Notification bar – Improved design, also added a menu for Open directory, Restart and Remove [...]

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 [...]

DirectoryInfoExA : Work Implementation #1

Introduction Work in DirectoryInfoEx(Ex) includes CopyWork, MoveWork, DeleteWork and ListWork, each Work will divide a work into smallest possible tasks and run them sequentially, thus possible to report progress and cancel. DirectoryInfoExA (ExA), unlike Ex, support converting a shell item to another (e.g. an archive file (FileInfoEx) to archive directory (ArchiveInfoExA)), as well as creating [...]