167,790 questions
Tooling
0
votes
1
replies
35
views
Show Windows 11 netification in "Your battery is very low" style
There are few notifications in Windows that are shown ass full screen overlays or something like that.
I'm writing a tool that monitors some pirepheral statuses and i want to show same style messages ...
1
vote
0
answers
53
views
QSpinBox Accessibility causes Windows Magnifier to focus on wrong screen when cursor position changes
When the Windows Magnifier is active and zoomed in, it should follow the cursor inside a QSpinBox. This worked for me on a single screen setup. However, if there are two screens and the QSpinBox is on ...
0
votes
0
answers
86
views
How can I implement an effect similar to the Windows clipboard window? (doesn't steal focus but can still accept keyboard input)
I am trying to implement a program similar to the Windows 10/11 clipboard window. My goal is to display a window that does not steal focus from the current window (i.e., it does not interrupt ...
Advice
0
votes
1
replies
79
views
Use preview pane to preview R scripts (Or any other type of script) in Windows 10
I was wondering if there is any way to make the Preview Pane in Windows 10 show R scripts or python scripts without having to open, the same way it might show you the contents of a word file, or a PDF ...
Advice
0
votes
4
replies
99
views
How can I increase C drive space using free space from E and F drives when there is no unallocated space?
My Windows PC has three main partitions:
C: drive → 99 GB (almost full)
E: drive → 188 GB (more than 100 GB free)
F: drive → 188 GB (about 80 GB free)
There is no unallocated space on the disk.
...
Advice
0
votes
2
replies
60
views
Is it possible to read from a serial port with multiple different settings, provided that the baud rate remains the same?
I have a device which I want to talk to via RS232, at 9600 baud rate.
When starting up, the bootloader outputs some data using 8 data bits, no parity and 1 stop bit.
If an interrupt is not received by ...
Advice
1
vote
0
replies
28
views
Windows Error Reporting / Windows Desktop Applications / Artifact Signing
In the "Microsoft Partner Center" i have added my Windows Desktop Application by submitting the certificate. (Actually, i signed the file provided by microsoft an uploded it and they ...
2
votes
1
answer
64
views
Building Robocopy Arguments Including /XF Using Arrays or Variables in PowerShell [duplicate]
I'm working on a PowerShell script that culminates in RoboCopy with various arguments. I want to be able to break out the arguments that will be passed to RoboCopy to make it easier to manage and ...
0
votes
1
answer
70
views
Spring Boot fails to start: Port 8080 already in use, taskkill access denied on Windows [closed]
I am trying to run my Spring Boot application on Windows but it fails with this error:
Web server failed to start. Port 8080 was already in use.
I tried to find the process using the port:
netstat -...
0
votes
0
answers
45
views
How to send args to exe in Cadence Allegro skill ipcBeginProcess when args contain space
In CMD, I can call my exe like this
C:\Users\Administrator>"Desktop\for test\test.exe" "1 1" "2 2"
['Desktop\\for test\\test.exe', '1 1', '2 2']
Hello World
It can ...
0
votes
0
answers
90
views
How to upload files that contain special characters/non english using curl in Powershell? [closed]
I'm trying to upload a file that contain special characters & non-english letters using curl in Powershell but it's unable to read/open the file. Error gives this:
curl: (26) Failed to open/read ...
Advice
0
votes
4
replies
79
views
How to create an application for creating virtual COM ports in a tree-like structure?
I need to create an application that will allow the user to create a tree like structure of virtual COM ports capable of both upstream and downstream propagation. I have been reaserching the topic and ...
-3
votes
0
answers
68
views
Android Studio Emulator shows "The emulator process has finished unexpectedly" on Windows 11 [closed]
I am using Android Studio on Windows 11 and trying to run an emulator, but it keeps crashing with the error:
The emulator process has finished unexpectedly
I have tried restarting Android Studio and ...
1
vote
0
answers
54
views
How to change the default .gemini path for antigravitycli on Windows without using symlinks?
I am trying to move the .gemini folder generated by the antigravitycli from my default C: drive to my D: drive to keep my development environment organized.
For context, I already successfully did ...
Advice
1
vote
10
replies
146
views
Is it worth starting a new desktop project with Windows Forms or choosing Qt/modern alternatives?
I am planning a new desktop application and considering which GUI framework to choose. I have some experience with C++ and Python, but I'm concerned about the longevity of the technologies.
Is there ...
