Results 1 to 11 of 11

Thread: How To edit right click windows context menu

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2009
    Posts
    76

    How To edit right click windows context menu

    hELLO EVERYONE,

    I am looking for a code that can help me Disable Refresh Entry from Right Click Context Menu.

    One more thing is with refresh Menu entry I want to make a search in Context menu and if there is an entry name = abc than I want to disable it too. So any idea how to proceed.

    So far I have gathered this information that this command can help me, but as am a newbee in .NET i don't think I can code it myself therefore need some assistance can anyone help

    Code:
    BOOL EnableMenuItem(      
        HMENU hMenu,
        UINT uIDEnableItem,
        UINT uEnable
    );
    Note: I am not talking about Context menu inside a program, I am referring to windows context menu
    Last edited by riteshtechie; Jan 13th, 2010 at 04:13 AM.
    < advertising link removed by moderator >

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width