|
-
Jun 7th, 2006, 07:05 AM
#1
Thread Starter
Member
How to add new item to existing Microsoft menu?
For example, when you are in Windows Explorer and right click a file, you get a context menu of Delete, Rename, Properties, etc. I have a simple menu item I want to add. Does anyone know how to add it to the existing menu? Thanks.
By the way, I can do this in .Net 2003 or VB 6.0. Either solution is welcome.
Mike
-
Jun 7th, 2006, 09:24 AM
#2
Re: How to add new item to existing Microsoft menu?
You could do this, by using the registry.
Here's a nice thread (solution is in post #7)
http://www.codeguru.com/forum/showth...t=context+menu
Hope it helps a bit!
VB.NET MVP 2008 - Present
-
Jun 7th, 2006, 10:41 AM
#3
Thread Starter
Member
Re: How to add new item to existing Microsoft menu?
Thanks. That does help. It's not totally what I want, but it gives me somewhere to start.
When I do the code, incidentally, I only get me program showing when I right-click a Folder. It is not present what I right-click a file.
Also, all I really want is to display an extra menu item, when you hover over the menu item it expands to show you other menu items, similar to a list of recently used files. The top menu is something like "File Properties." It's sub menu items will display information about the file (like size, date created, type, author, etc). So they are basically read only.
Now I need to find a way to programatically add new menu items since via the registry. Yikes.
-
Jun 7th, 2006, 10:46 AM
#4
Re: How to add new item to existing Microsoft menu?
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Jun 7th, 2006, 11:01 AM
#5
Re: How to add new item to existing Microsoft menu?
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
|