How to remove other submenu items when implement my context menu handle.
COM
1
Posts
1
Posters
4
Views
1
Watching
-
I was developing a context menu handle on windows OS. I followed the website guide "The Complete Idiot's Guide to Writing Shell Extensions - Part I[^]", and can show my own submenu item when right-click a shorcut. But I want remove the other submenu items, such as "copy", "open", "zip" and so on. May any body tell me how to do it? thx a lot.