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.
Posts