Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
416 views

WinApi ShellExecuteEx - using verb 'copy' on a file list

is it possible to use ShellExecuteEx to copy or cut a group of files in a given directory ? The Windows function works fine on a single file but I can't find anywhere any tips over the subject (with a ...
0
votes
2answers
72 views

What's the difference between “print” and “printo” verbs when starting a process?

I suspect this may apply to multiple programming languages, but in this context I am referring to .NET. When I use System.Diagnostics.Process.Start, I can include, as an argument, a ...
0
votes
3answers
631 views

How to pass in multiple file/folder paths via a rigth-click event(verb) to an executable?

Related: How to add new items to right-click event on Folders and Files in Windows? I added custom right-click verb to all files by adding registry keys to HKEY_CLASSES_ROOT\*. End result looks like ...
0
votes
1answer
198 views

Register/Unregister COM dll verbs are not working in vista

I am trying to use the registry settings from this page to add two menu-items to the explorer context menu in vista to register and unregister COM DLLs. But for some reason they do not work. I have ...