167,982 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
36
views
InvokePattern.Invoke does not activate Access/VBA button when window is on secondary monitor
Background: I have a C# automation client (.NET Framework 4.8) using System.Windows.Automation to invoke a button in a Microsoft Access (VBA) application. The target control is non-standard / ...
0
votes
0
answers
33
views
How to create LTO tape partitions on Windows using Win32 + SCSI passthrough (MODE SELECT page 0x11)?
I'm developing a Windows application that accesses LTO drives (LTO-7 tested) using the Win32 API and SCSI passthrough (IOCTL_SCSI_PASS_THROUGH_DIRECT).
My goal is to create multiple tape partitions (...
-5
votes
0
answers
47
views
How to prevent upper filter driver from disappearing from device manager stack on reboot [closed]
I am working on a project in Visual Studio 2022. How to prevent KMDF upper filter driver from disappearing from device manager stack on reboot. I can send my code I’m working on and how I’m installing ...
-3
votes
0
answers
84
views
Drawing on desktop background in Windows [closed]
As a hobby project, I decided It would be fun to make a live wallpaper for Windows. However I can't figure out how to draw on the desktop background. I found multiple responses and a Code Project ...
0
votes
0
answers
44
views
Can't execute Python commands: "Defaulting to user installation because normal site-packages is not writeable" [closed]
I've can't use Python commands that come from packages. I think it has something to do with this message I get every time I install a package:
Defaulting to user installation because normal site-...
-3
votes
0
answers
47
views
Windows Apache Server access issue [closed]
Ok I hope I can explain this. I have 6 windows webservers all working in a round robin setup for our company's internal users. All six are running the same versions of Apache (2.4.65) and php (5.5....
0
votes
2
answers
69
views
Get the HMENU of a tk Menu on Windows
I'd like to get the HMENU of a tk Menu for setting its background color using the SetMenuInfo function from the Windows API (setting it using configure() only affects the menu items' background, but ...
3
votes
1
answer
78
views
Uninstalling an app doesn't delete all the files if the app is running. How do I solve this problem?
I'm building a Windows app, and it was rejected by Microsoft App Store because it didn't delete all the files after uninstalling.
The app is packaged using Java's jpackage and an MSI file. The ...
0
votes
1
answer
39
views
fabric.js canvas.loadFromJSON hangs indefinitely on one Windows machine but works on another (Node.js + node-canvas)
TL;DR
I’m using fabric.js + node-canvas to export a very large canvas (×ばつ108000) from a FabricJS JSON.
On one Windows machine,
await canvas.loadFromJSON(fabricJSON) hangs forever:
no error
no CPU ...
-3
votes
1
answer
85
views
Windows: how to access final framebuffer and write pixels to it without window? [closed]
I'm developing an app/driver for a custom hardware accessory. The hardware accessory depends on certain things being displayed on the screen on top of the actual application content that's being used. ...
1
vote
0
answers
34
views
How to build a static Highway lib on Windows [duplicate]
I'm attempting to build a static library from https://github.com/google/highway on Windows. The README says to that BUILD_SHARED_LIBS should control this, but when I run the following in windows-...
1
vote
1
answer
84
views
Source path does not exist during folder migration from one Windows PC to another using Python script
I wish to migrate a folder tree structure from one Windows PC to another by running a python script on the destination PC. Here is the code I am using:
import shutil
import os
import sys
import ...
1
vote
0
answers
118
views
Bypass Windows global lock in NtUser* functions?
We are using Windows 11 24H2 in our test system. There we start multiple instances of our GUI application (WinForms, .NET Framework 4.8) on each machine. The application is controlled via COM scripts ...
-3
votes
0
answers
63
views
Podman server containers not accessible over network or host IP on Windows [closed]
I'm trying to run server applications from containers running on Podman on Windows. I have mostly succeeded: I get the containers up and running and can access them over localhost/127.0.0.1, but I'm ...
-3
votes
0
answers
37
views
Windows File Explorer "Sharing" Tab continues to show "Network Path" after sharing is removed [closed]
I have shared a folder to network, and after sharing is removed, the full network path is still visible for all folders on directory.
After removing sharing permissions and restarting, the full ...