Description of the files: -> ash_menu.exe The menu itself. You may use it as standalone application. If you start it it appears at the cursor position. -> ash_loader.exe Loads ``ash_loader_hook.dll'' and installs the hook in it. -> ash_loader_hook.dll Contains the hook to catch the (middle) mouse click on the desktop. To exit click either at the top or bottom scroll bar. THE CONFIG FILE First time your start ash3 a config file will be created. Either in your HOME directory or in you windows home path. The config file is a lua script named ``ash3.startup.lua''. See www.lua.org (LUA is built in). You'll find a example within this package. There are three types of items. -> Menu -> Submenus (menu id will be returnd) -> Folders -> For browsing through the file system. -> LUA Items -> To exec LUA scripts. Take a look at the example to see how to use the items. Build and tested with vc and wx version 2.8.0