Jan 23rd, 2005, 07:59 PM
#1
Thread Starter
Frenzied Member
Shell SendTo - Extended Items?
Is it possible to expand the items in the send to menu?
I have a directory d:\anime and it has about 15 subfolders.. so i was wondering if it was possible to expand it like the control panel.
Last edited by <ABX; Jan 24th, 2005 at 01:31 AM .
Tips:
Google is your friend! Search before posting!Name your thread appropriately... "I Need Help" doesn't cut it! Always post your code!!!! We can't read your mind!!! (well, at least most of us!) Allways Include the Name and Line of the Exception (if one is occuring!) If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)
If you think I was helpful, rate my post
IRC Contact: Rizon /xous ChakraNET /xous Freenode /xous
Jan 23rd, 2005, 08:19 PM
#2
Re: Shell SendTo - Extended Items?
There is a folder called SendTo under Documents and Settings for each user. Any shortcut in there will appear to send items to.
Jan 23rd, 2005, 08:25 PM
#3
Thread Starter
Frenzied Member
Re: Shell SendTo - Extended Items?
yes... i already know how to do that .
What i want is the sub folders of the folder called Anime.
eg. i want Anime to expand to another context menu listing Animes folder contents.
Say Anime has the folders {Naruto, FMA, Bleach} 'these are only a few
I want to be able to right click on a file > click send to > click Anime > click Naruto and the file is sent there
My Anime Directory is in D:\Anime so the file would be sent to D:\Anime\Naruto.
there are 15 different folders within anime (and im contantly adding more)
It would also be nice for my music and programming directories.
Tips:
Google is your friend! Search before posting!Name your thread appropriately... "I Need Help" doesn't cut it! Always post your code!!!! We can't read your mind!!! (well, at least most of us!) Allways Include the Name and Line of the Exception (if one is occuring!) If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)
If you think I was helpful, rate my post
IRC Contact: Rizon /xous ChakraNET /xous Freenode /xous
Jan 23rd, 2005, 08:41 PM
#4
Re: Shell SendTo - Extended Items?
Jan 23rd, 2005, 08:44 PM
#5
Thread Starter
Frenzied Member
Re: Shell SendTo - Extended Items?
I was thinking that there might be something in there ... after trying a few searches i was out of ideas.
Tips:
Google is your friend! Search before posting!Name your thread appropriately... "I Need Help" doesn't cut it! Always post your code!!!! We can't read your mind!!! (well, at least most of us!) Allways Include the Name and Line of the Exception (if one is occuring!) If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)
If you think I was helpful, rate my post
IRC Contact: Rizon /xous ChakraNET /xous Freenode /xous
Jan 23rd, 2005, 11:16 PM
#6
Re: Shell SendTo - Extended Items?
Create a new folder in the SendTo folder, and place your shortcuts in there.
Attached Images
Last edited by Ideas Man; Jan 23rd, 2005 at 11:24 PM .
I use Microsoft Visual Basic 2005 . (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)
Jan 24th, 2005, 01:06 AM
#7
Re: Shell SendTo - Extended Items?
I thought so. I gave him the benefit of the doubt...
Jan 24th, 2005, 01:31 AM
#8
Thread Starter
Frenzied Member
Re: Shell SendTo - Extended Items?
Meh.... i didnt want to have to write a app to do this but at least it would make it easier to customize.
I wanted to have the SendTo Items recursive in the sense that if i added the folder Anime('D:\Anime') i could use the SendTo Menu to Select 'Anime' the then a sub folder of 'Anime' and then maybe even another folder underneath that.
Now all i got to do get get around to writing the shell extension
Anyway, Sorry for being so unclear...
Using folders to categorize the shortcuts wouldnt be so bad but for my music collection(40 artists, 187 Albums) it would simiply be to much work to maintain.
Tips:
Google is your friend! Search before posting!Name your thread appropriately... "I Need Help" doesn't cut it! Always post your code!!!! We can't read your mind!!! (well, at least most of us!) Allways Include the Name and Line of the Exception (if one is occuring!) If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)
If you think I was helpful, rate my post
IRC Contact: Rizon /xous ChakraNET /xous Freenode /xous
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules
Click Here to Expand Forum to Full Width