Skip to main content
1 vote
0 answers
110 views

I have a simple script to make file transfers between a local directory and an MTP device. For the MTP device, I created a ComObject and traversed to the desired directory. Then, I use the CopyHere ...
Benjamin Rivera Flores's user avatar
0 votes
0 answers
68 views

I implemented an IThumbnailProvider to create custom thumbnails in the Windows File Explorer for my application. That works as expected. Windows switches from custom thumbnails to the default file ...
RED SOFT ADAIR's user avatar
3 votes
1 answer
87 views

When adding a custom option to the context menu for different types of icons, this code works fine: with reg.CreateKey(reg.HKEY_CURRENT_USER, base_path) as main_key: reg.SetValueEx(main_key, '...
H.P.'s user avatar
  • 33
0 votes
0 answers
30 views

I have a Winforms application published using ClickOnce. I want users to be able to right-click a file in Windows Explorer and select "Send To → Crawler", which should then launch my ...
Ibrahem Alhofe's user avatar
1 vote
1 answer
165 views

When I call SHFileOperation, I get the old style UI. For example the copy dialog doesn't have the speed chart, the replace files confirmation dialog shows one file at a time instead of listing them ...
mbolp's user avatar
  • 103
-2 votes
1 answer
209 views

How to open browse for folder dialog using SHBrowseForFolder function in Visual Basic for Applications with a root folder and second folder below selected with the mouse in the folder tree, even deep, ...
darekk's user avatar
  • 77
2 votes
0 answers
127 views

If you navigate Explorer into a shell namespace extension, and then navigate away from the namespace extension into some other folder branch, then Explorer will release all instances of the namespace ...
user avatar
0 votes
0 answers
31 views

I am using windows cloud file API (https://learn.microsoft.com/en-us/windows/win32/cfapi/cloud-files-api-portal) to create some local placeholder files to represent the data from cloud. For most of ...
Laiji Li's user avatar
0 votes
1 answer
56 views

I have set some custom properties on a file in cloud file workspace using StorageProviderItemProperties.SetASync(IStorageItem, IEnumerable). I am now trying to retrieve the values later using below ...
Nish26's user avatar
  • 997
2 votes
1 answer
198 views

I have a context menu under Windows 11 that implements the IExplorerCommand interface in C++. The menu contains 7 items, each with 3 submenus. In the "new" Windows 11 context menu, all menu ...
Joe J's user avatar
  • 1,349
0 votes
0 answers
59 views

I found out that ShellExecute(..., L"open", ...) will choose to launch a shortcut instead of folder when the path is clearly a folder, when the folder and the shortcut has the same name ...
sz ppeter's user avatar
  • 1,972
1 vote
1 answer
131 views

I am trying to install a context menu handler written in C++ that implements IExplorerCommand. For installation, I use the instructions which are specified in this repository: https://github.com/...
Joe J's user avatar
  • 1,349
0 votes
0 answers
185 views

I'm trying to register a context menu that implements the IExplorerCommand interface in C++. I used the example from Microsoft as a basis: https://github.com/microsoft/AppModelSamples/blob/master/...
Joe J's user avatar
  • 1,349
1 vote
1 answer
123 views

I'm trying to implement IContextMenu, but I'm having some difficulties. In the QueryContextMenu method I add the menu like this: HRESULT QueryContextMenu( HMENU hmenu, UINT indexMenu, ...
Joe J's user avatar
  • 1,349
1 vote
1 answer
117 views

I have a shell extension that implements a context menu for text files. In the shell extension, I need to determine the path of the file for which this context menu was called. For this, I decided to ...
Joe J's user avatar
  • 1,349

15 30 50 per page
1
2 3 4 5
54