Hi,
I'm a programmer for 3D animators. That's why we have lot's of network drives, and people have to jump to their favorite folders all the time. They have to do this a lot, everytime the same 3 or 4 directories (e.g. source jpg's on one place, work files on another place and rendered files on a third place...).
Browsing is time-consuming, certainly when there's a directory structure of sometimes 15 subfolders. I want to develop my own "folder express", or "chameleon folder", if you know these programs.
Saying it differently, I would like to have shortcuts to directories in my right click menu. When people are in windwos explorer they just have to right click, and click there favorite folder, to browse directly.
I surfed already for 5 days the internet to find a solution for my problem. Many solutions, but not the ones I'm looking for...

What I want to do is adding a menu item in the context menu of windows explorer. This Item should be a sort of "browse to" item. When I am in explorer and I right click the directory background, the menu should pop up, and then I should be able to browse to (for example) c:\temp or c:\windows...
What I ***don't*** want to do (as the internet offers these solutions) is:
- rightclicking on a file or a directory, no I want to click on the background, the white area of a directory in windows explore
- I don't want to add an item like "copy to" or "move to", it should be something like "browse to"
- I don't want to add an option to empty the recycler bin or so...
I think I'm close to the solution:
The registry entries are found in HKEY_CLASSES_ROOT\Directory\Background\shellex\Con textMenuHandlers
in order to customize the menu-items of the directory-background-right-click-menu (what's it called anyway)
I think it will be already a huge step forward if I could just boot explorer.exe or another application.
I'm not very experienced with editing the registry, but I've tried already to add a key with the several names (for now it is "explore"), and in this key there's a default value and another key, with the name "command" in this key, I've putted the value "explorer.exe".
But nope, not working...
I think I should find the correct guid (if it exists for browsing files) like many tutorials teach me on the internet for adding "the empty recycle bin" option: Just add a key on the location above, with any name, and put {645FF040-5081-101B-9F08-00AA002F954E} as a value there. And all of a sudden the "empty recycle bin"-option appears...I've already found a sort of "IShellBrowser", can I use this guid, or what should I do?
HKEY_CLASSES_ROOT\Interface\{000214E2-0000-0000-C000-000000000046}
Or can somebody imagine another way of programming this? I was thinking about programming a service which adds functionality to the scroll button-click, and which creates a new menu?
I just don't love windows...
Anyway, I can program in Java and in VB.NET. C++ is a long time ago, but I still should manage to do it. I don't think my Cobol85 will help me out here... ;-)
Somebody out there any ideas? Curious for your reactions.
Thanks in advance,
Lieven