python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Is there a way to use ItemsView (pywinauto) to select multiple files in Win Explorer?
I am trying to create a way using pywinauto to select multiple files in Win Explorer.
The below code works great to select/get one file, but I am stuck on using the same approach to select multiple fi...
MoMan
Votes: 0
Answers: 0
Windows explorer.exe /select <filepath> doesn't work with new folders
I copy or rename a folder containing some files.
Then, in a command line window I type:
explorer /select,"<full-path-to-a-file-in-new-folder>"
The result is, the folder opens but the f...
gil_mo
Votes: 0
Answers: 1
"No view is registered with id: codespaces.explorerDetails" and "No view is registered with id: codespaces.explorer"
I am new to Visual Studio Code. I have configured my environment for C/C++ development and everything is working.
However, when starting VS Code, I receive these notifications in the bottom right corn...
I Have 2 Brain Cells
Votes: 0
Answers: 2
I have trouble sending text to another program, please help me
I am sending some keys and text to a website in Firefox with this code:
IntPtr calcWindow = FindWindow(null, "website - Mozilla Firefox");
if (SetForegroundWindow(calcWindow))
...
Masoumeh Zihagh
Votes: 0
Answers: 1