Click here to Skip to main content
15,887,952 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I would like to know if it's possible to make an entry in the startmenu, near "my computer" where it shows my company name and then a dynamic list of important folders.

start menu > myMenu > myDynamic entry 1
                    > myDynamic entry 2


I'm using Winforms and would like to use ContextMenuStrip for example to generate the dropdown. Is there any way to do this? I have searched for quite some time, but haven't found anything yet.

Any ideas or suggestions are greatly appreciated.

Thanks
-Johan
Posted
Updated 23-Aug-10 8:32am
v2

1 solution

If your code is running as part of windows, you'd need to look into shell extensions, written in C++, I expect, to try to do it. I doubt, however, that you can add items there.
 
Share this answer
 
Comments
Johan Boekhoven 23-Aug-10 7:41am    
Thanks, it looks like shell extensions is the way to go, if it's possible at all. Thanks!
-Johan

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900