Skip to main content
1 vote
0 answers
81 views

I am trying to achieve the following using VB6. Open an existing excel file at button click event and disable the File->Open->Browse option. To prevent users from opening any other file from the ...
Wannabegeek's user avatar
0 votes
0 answers
77 views

I created a Visual Studio project targeting net8.0-windows. I use SharpShell 2.7.2 I have the following code to create the context menu: protected override bool CanShowMenu() { log("...
tschmit's user avatar
  • 7,830
-1 votes
1 answer
65 views

I want to copy selected pictures from in file explorer. It has to be the file explorer because i need to visualize the pictures before selecting them. I found this sub : Sub DetermineTheSelectedFiles()...
danielBLR's user avatar
0 votes
0 answers
58 views

Windows file explorer shows some entries that are not accessible from the file system (ie java file read/write) For example, the 'EPIX' entry under 'This PC' (a smart watch connected by USB) behaves ...
Ribo's user avatar
  • 3,465
0 votes
1 answer
117 views

I'm developing a C++ application that is launched directly from a File Explorer window on Windows. My goal is to determine which specific File Explorer window or tab (if there are multiple open) was ...
user avatar
0 votes
1 answer
110 views

How can I show files with non-empty tags/keywords in File Explorer in Win 11? Using tags:* in the search box shows files with no tags (empty tag field) as well as those with a non-empty tag.
SimonKravis's user avatar
1 vote
1 answer
841 views

I have .NET 8 application and in .csproj file: <PropertyGroup> <TargetFramework>net8.0-windows7.0</TargetFramework> <OutputType>WinExe</OutputType> </...
demonplus's user avatar
  • 5,859
0 votes
1 answer
465 views

I am trying to replicate the selection behavior of Windows File Explorer within a WPF DataGrid. Specifically, I aim to implement a selection rectangle that mimics the functionality of File Explorer's ...
Amit's user avatar
  • 3
0 votes
1 answer
205 views

Is it possible to set green checkmarks on files in windows file explorer using C#? To mark a file/folder "synced" or not. Basically how Dropbox/OwnCloud/Subversion does it. Been trying to ...
Jonathan's user avatar
  • 726
0 votes
1 answer
349 views

I'm writing a desktop application using React and Electron. In this application I would like to add a button that, when clicked, will open a "File Explorer" for the user in a specific path. ...
Paul's user avatar
  • 287
0 votes
0 answers
451 views

I am trying to change the location of windows specials folders (documents, downloads, pictures, etc.) from windows registry: HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User ...
SoftSol's user avatar
  • 502
1 vote
2 answers
381 views

I'm currently trying to write a script and I'm relatively new to PowerShell: function RunScript { # Prompt the user for their username $username = Read-Host "Enter your username" ...
CoderLuii's user avatar
2 votes
0 answers
167 views

Suppose, we have a shell window with some folder, opened in Windows Explorer. It is possible to obtain IShellBrowser for this window, and from IShellBrowser, get inside the window (using the ...
Eugene Mayevski 'Callback's user avatar
-1 votes
1 answer
795 views

I have an IIS hosted web directory (directory browsing enabled) on my network. It can be opened through the web browser and previews all the file as default. And i want to link that website as a ...
tamzid azam's user avatar
-1 votes
1 answer
248 views

I am using an R package which by default saves run-time outputs as CSV with the @ symbol in the filename. These files are not visible in File Explorer, but they can be seen with dir() at RStudio's ...
Big Old Dave's user avatar

15 30 50 per page
1
2 3 4 5