I am fairly new to Visual C++, but what I want to do is to add an option to the ‘Send To’ menu that appears when you right click on a file or folder. I want the option to create a shortcut of that item and then automatically place that shortcut into the ‘My Documents’ directory. Similiar to the ‘Desktop (create shortcut)’ option. I can add a folder manually to the ‘Send To’ in the file system, but doing it this way sends the whole file and not a shortcut. Is this possible, and if so howdo I go about it? Thanks.