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
Note: I am not talking about Context menu inside a program, I am referring to windows context menuCode:BOOL EnableMenuItem( HMENU hMenu, UINT uIDEnableItem, UINT uEnable );




Reply With Quote