views:

132

answers:

1

I have written a short console based C# application which automatically arranges my desktop icons.

Is it possible to add an entry into the desktop "Arrange Icons By" menu for my custom sorting?

A: 

This might show you enough technique to get started.

JeffH
Ideally I would like to do this programmatically. I found this (http://www.codeproject.com/KB/cs/appendmenu.aspx) example that works almost the way I want, except I am not sure which registry entry I would need to change to add directly to the sort menu.
REM