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.

 



DestroyMenu Function PDF Print E-mail

DestroyMenu Function

The DestroyMenu function destroys the specified menu and frees any memory that the menu occupies.


Syntax

    BOOL DestroyMenu(      
        HMENU hMenu
    );

Read more...
 
DeleteMenu Function PDF Print E-mail

DeleteMenu Function

The DeleteMenu function deletes an item from the specified menu. If the menu item opens a menu or submenu, this function destroys the handle to the menu or submenu and frees the memory used by the menu or submenu.


Syntax

    BOOL DeleteMenu(      
        HMENU hMenu,
        UINT uPosition,
        UINT uFlags
    );

Read more...
 
CreatePopupMenu Function PDF Print E-mail

CreatePopupMenu Function

The CreatePopupMenu function creates a drop-down menu, submenu, or shortcut menu. The menu is initially empty. You can insert or append menu items by using the InsertMenuItem function. You can also use the InsertMenu function to insert menu items and the AppendMenu function to append menu items.


Syntax


    HMENU CreatePopupMenu(VOID);

Read more...
 
CreateMenu Context Menu Function PDF Print E-mail

CreateMenu Context Menu Function

The CreateMenu function creates a Windows Explorer Shell context menu. The menu is initially empty, but it can be filled with menu items by using the InsertMenuItem, AppendMenu, and InsertMenu functions.


Syntax

    HMENU CreateMenu(VOID);

Read more...
 
CheckMenuRadioItem Function PDF Print E-mail

CheckMenuRadioItem Function

The CheckMenuRadioItem function checks a specified menu item and makes it a radio item. At the same time, the function clears all other menu items in the associated group and clears the radio-item type flag for those items.


Syntax

    BOOL CheckMenuRadioItem(      
        HMENU hmenu,
        UINT idFirst,
        UINT idLast,
        UINT idCheck,
        UINT uFlags
    );

Read more...
 
CheckMenuItem Function PDF Print E-mail

CheckMenuItem Function

The CheckMenuItem function sets the state of the specified menu item's check-mark attribute to either selected or clear.


Syntax

    DWORD CheckMenuItem(      
        HMENU hmenu,
        UINT uIDCheckItem,
        UINT uCheck
    );

Read more...
 
AppendMenu Function PDF Print E-mail

AppendMenu Function

The AppendMenu function appends a new item to the end of the specified menu bar, drop-down menu, submenu, or shortcut menu. You can use this function to specify the content, appearance, and behavior of the menu item.


Syntax

    BOOL AppendMenu(      
        HMENU hMenu,
        UINT uFlags,
        UINT_PTR uIDNewItem,
        LPCTSTR lpNewItem
    );

Read more...
 
Add items to Explorer context menu - How? PDF Print E-mail
Windows Explorer Context Menu Programming Considerations

This section discusses programming considerations related to windows explorer context menus.

    * Keyboard Access to Windows Explorer Context Menus
    * Windows Explorer Context Menu Creation
    * Windows Explorer Context Menu Destruction
    * Messages Used with Windows Explorer Context Menus
    * Windows Explorer Context Menu Modifications
Read more...
 
IShellExtInit Interface PDF Print E-mail
IShellExtInit Interface

Exposes a method that initializes Shell extensions for property sheets, shortcut menus, and drag-and-drop handlers (extensions that add items to shortcut menus during nondefault drag-and-drop operations).
Read more...
 
More...
<< Start < Prev 1 2 3 4 5 6 7 8 Next > End >>

Results 10 - 18 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.