Is there any way of calling a DLL that is a shell extension programmatically? We use a software that registers a 开发者_如何学编程shell extension on windows explorer, and I need to call one of the ite
So I searched for a guide of how to shell integrate your application (add it to the right click menu) with C#, but I couldn\'t find how to do that only for a specific file type. I know it is possible
I want to essentially make it so that you never need to unzip/unrar any files. Currently, I have a Dokan filesystem which can do 开发者_运维百科it given a specific zip file but I wanted to know how I
Is it possible somehow modifiy original windows window programatically? For example, adding some butto开发者_运维技巧ns or similar things?
First, sorry for my poor English... I want to add a virtual folder to Windows Explorer using a Namespace Extension (NSE), and I want 开发者_开发知识库users to be able to open this virtual folder to e
There is a windows explorer extension dll. This dll can be update automatica开发者_如何学Clly if there is new one in our server.
I have tested a small shell extension referring to the article on code project. Though the whole process is quite complicated , I have some how idea what are thefollwoing methodsand what do thet do.:
While Trying to create a Menu to SubMenu using InsertMenuItem: MENUITEMINFO mii = { sizeof(MENUITEMINFO) };
After going through MSDN Shell Extensions I a开发者_运维技巧m not quite sure if I can extend the behaviour of Shell Click or Click Event of explorer. Any suggestion or Code Snipet, article or Walk thr
I need to set the menu help text of my shell context menu popup menu item just like winzip shellContext menu. I tried IContextMenu_GetCommandString but it is only setting menu help for sub menus of my