Newsflash

Add your items to Windows Explorer context menu - it never was easier: Windows Explorer Context Menu v6.83 was released

Read more...
 

Full Vista support appended

Read more...
 
Home arrow Archive
Archive

Add items to Windows Explorer Context Menu easily - how? An answer is simple - use Windows Explorer Context Menu , .Net component (C#, VB.NET, etc.) that will help you to add all your items to Windows Explorer Shell context menu.

Articles in this section describe methods for custom items appending to Windows 95 / 98 Explorer Shell context menu, they will not work on the latest operating systems, such as Windows XP, Windows Vista , Windows XP/Vista x64 (64-bit editions). Methods for appending of custom items (entries) to Windows Explorer Shell context menu, described here, are outdated.

To add your items to Windows Explorer Context Menu you should use Windows Explorer Context Menu component, according to Microsoft guidelines.

 



How To Customize Context Menu in VS .NET PDF Print E-mail

How To Customize Context Menu in VS .NET

You already know that you can customize main menu and toolbars and you can place commands or macros on them. Unfortunately you cannot customize context (shortcut, right-click) menu this way in VS .NET 2002 and 2003. You simply cannot invoke context menu in Customize mode. You can do it easily in VS 2005.

For VS 2002/2003 we must use small trick. We create exact copy of context menu in VS main menu, right after the Help menu. This "mirror" menu is fully customizable. After we make changes to this copy, we copy them back to the context menu.

Read more...
 
Context Menus (VB.NET) PDF Print E-mail
 Context Menus

Context menus are menus that appear when an item is right-clicked. In any windows application when you
right-click your mouse you get a menu which might display some shortcuts from the Edit Menu, for example, cut, copy, paste, paste special and so on. All these menu items which are available when you right-click are called Context Menus. In Visual Basic we create context menus with the ContextMenu component. The ContextMenu component is edited exactly the same way the MainMenu component is edited. The ContextMenu appears at the top of the form and you can add menu items by typing them. To associate a ContextMenu with a particular form or control we need to set the ContextMenu property of that form or control to the appropriate menu.
Read more...
 
Context Menu Strip with Windows Vista PDF Print E-mail

C# Question: Context Menu Strip with Windows Vista look and feel, I also want to use icons...

Hi,
I've searched and searched google but can't find anything... I'm currently using 2 context menu strips in my application, one for the notification icon and another for the contextual menu of a textbox. I want them to have the look and feel of menus in Vista with the possibility to use icons. However, if the application is used on XP, I want the menus to have the look and feel of XP, Vista, x64, also using the icons.

Can anyone help me out?

Read more...
 
Windows Explorer Tips - Add item to Context Menu PDF Print E-mail
Your Own Context Menu Item

When you right click a file in Explorer you can have your application appear on the popup context menu by adding these registry settings:

    Add this key    
        HKCR\*\Shell\Open_With_MyApp

    and set its Default value to:
        Open With MyApp

    Add this key    
        HKCR\*\Shell\Open_With_MyApp\Command

    and set its Default value to the full path to you application. Example:
        x:\Path\MyApp.Exe %1

    Where MyApp is the name of your application.

Read more...
 
Add a shortcut to the right click menu (C#) PDF Print E-mail

Question 

I'd like to add a program I've made to the Windows right click menu. However, My Googling for how to do this with the Shell have turned up little thus far.

Hopefully you guys can point me in a helpful direction?

Thanks in advance.

Read more...
 
Adding menu item to the windows explorer context PDF Print E-mail

Question: 

Can anyone please let me know,
How to add my application item "Run My application" to the windows explorer context menu and on right click-> click on this item , i need to run my application. How can i do this using VB6? its exactly like winzip and other programs doing. First thing is i want to add to the context menu of windows explorer and on click my item, i need to know on whick item user selected this option. I need to do this in VB6. Please help me in this regard.

Read more...
 
Right Click Context Menu PDF Print E-mail

Question:

Windows XP : If I press START / Program Files, and then right click on the menu/folders that are displayed, the context menu that should appear, flashes but does not stay visible. What do I need to change in the registry so the context menu shows and allows the right click menu options? Doesn't seem to happen in any other program or area, just in the START / PROGRAM FILES menus.

Read more...
 
Add "Copy to" to Windows context menu PDF Print E-mail
To enable a Copy To Folder option in the right-click menu when right-clicking a file or folder you have to add one key to the Registry.
Read more...
 
Design-Time Context Menu Verbs PDF Print E-mail
Design-Time Integration - Design-Time Context Menu Verbs

This article is about the Design-Time Context Menu Verbs and custom items appending to Windows Explorer context menu. To take the design-time-only property even further, it's possible to add items to a component's design-time context menu. These items are called verbs, and ShowBorder would make a fine addition to our clock control's verb menu.
Read more...
 
More...
<< Start < Prev 1 2 3 4 5 6 7 8 Next > End >>

Results 28 - 36 of 65
© 2010 Add items to Windows Context Menu - easily with Windows Explorer Context Menu (.Net Component)
All product and company names are trademarks or registered trademarks of their respective owners.