windows-shell
windows shell - how to detect the current location where script file is placed?
I am trying the windows shell file which will be inserted in the folder where it will analyze folders content.[详细]
2022-12-21 07:48 分类:问答Restrict application to one instance per shell session on Windows
There are 开发者_如何学Goa lot of solutions for restricting an application from running twice. Searching by process name, using a named mutex etc. But I all of these methods don\'t work if I want to r[详细]
2022-12-20 17:29 分类:问答Showing a Windows context menu for multiple items
I have an application that lists files, and I allow the user to right-click on a file and my application shows the Windows context menu for the selected file.[详细]
2022-12-19 13:09 分类:问答Windows shell extension with C#
I was wanting to write a simple windows shell extension to add to the context menu, and C# is the language I most use these days.Is it a decent choice for a shell extension?Are the interfaces easy to[详细]
2022-12-18 20:09 分类:问答Manipulating the Windows 7 Explorer navigation pane
Based on the answers I received at superuser开发者_JS百科, it\'s clear that I\'ll have to add the following to a custom Explorer Window launcher. I want to launch a rooted explorer view, and for just[详细]
2022-12-18 03:46 分类:问答Shell extension installation not recognized by Windows 7 64-bit shell
I have a Copy Hook Handler shell extension that I\'m trying to install on Windows 7 64-bit. The shell extension DLL is compiled in two separate versions for 32-bit and 64-bit Windows.[详细]
2022-12-17 16:21 分类:问答How can I display the 'Send to' and 'Open With' context menus?
Some开发者_运维百科 time ago I asked about how to pop up the Windows context (right-click) menu for a certain file in Delphi. However, even if everything works (almost) OK, the \'Send to...\' and \'Op[详细]
2022-12-16 13:16 分类:问答Send text to standard input of a Windows console app
I am trying to write a .bat file to automate some shell commands.Most of the commands are easy and I can just put them into the batch file directly, but there is one command which instead of taking co[详细]
2022-12-16 08:37 分类:问答Programmatically access the "Open with" Windows Explorer menu list from .NET
When right-clicking a file in Windows Explorer, the \"Open with\"开发者_运维知识库 menu item displays a list of available applications, based on the file type of the clicked file.[详细]
2022-12-15 19:46 分类:问答VBA Zip File error
I am using code similar to the below to add some files to a zip folder: Set oApp = CreateObject(\"Shell.Application\")[详细]
2022-12-15 00:36 分类:问答