167,790 questions
-1
votes
0
answers
44
views
Change font size of text in Extension page in VS Code
I have tried for while, but I can't figure out how to increase font size on Extensions page. It's so small and it's really hard to read it extensively.
That is the text that is explaining what ...
-2
votes
0
answers
57
views
TMC Extension Not Working on Windows - ENOTEMPTY Error [closed]
I am doing the Python Programming MOOC course from University of Helsinki. The TestMyCode extension in Visual Studio Code is not working on my Windows laptop. It shows this message when I click on ti ...
-1
votes
1
answer
65
views
Cannot access WSL2 python http.server (port 7070) from Windows 11 host via localhost
I am running a Python HTTP server inside my WSL2 (Ubuntu) instance on Windows 11, but I am unable to access it from my Windows host browser.
Here is what I did inside the WSL2 terminal:
drown@DESKTOP-...
-1
votes
2
answers
71
views
Placing own variable inside existing Windows executable
I'm modifying a behavior of an existing Windows app and need to keep my own variable somewhere. This variable is calculated in one subroutine and then should be accessed from another one. It means, it ...
Advice
0
votes
2
replies
84
views
DELPHI : [dcc64 Fehler] E1026 File not found : 'DUnitX.Loggers.GUI.VCL.dfm'
I need some help getting my DUNIT testcases up and compiling again after the upgrade to DELPHI 11.
This is the top of my command-line testcase program; it is compiling and functional.
{$IFNDEF ...
0
votes
0
answers
47
views
Multifile using mergetool [closed]
I'm trying to configure Git on Windows, but I hit a snag.
My project contains files that need another to be usable, something like:
book.tbl // Contains information about table 'book'
book.tbl.flds // ...
Advice
0
votes
4
replies
115
views
DELPHI : Working with many different monitor config's
I'm using Delphi 11 and have upgraded from Delphi 10.4. Since the upgrade, I've noticed some very weird behavior in the Delphi IDE. Whenever I load a new project, the IDE shrinks to a minimized/tiny ...
Advice
0
votes
2
replies
64
views
NtQuerySystemInformation returns zero ImageBase on Windows 11 25H2 — how to get kernel base without admin?
I'm writing a tool that needs the base address of ntoskrnl.exe at runtime. On Windows 10 and Windows 11 up to 23H2, this works:
NtQuerySystemInformation(SystemModuleInformation, buf, size, &size);...
0
votes
1
answer
54
views
VS Code Node.js "launch" breakpoints not binding on Windows (attach works) — depends on Node version
On Windows, my VS Code launch debug config stopped hitting breakpoints. The breakpoint shows "Unbound breakpoint", a debugger; statement is ignored, the program runs to completion and exits ...
0
votes
1
answer
79
views
Python pathlib open w No such file or directory
Python doesn't seem to be allowed to write to any files. Microsoft Windows [Version 10.0.19045.6456] with no OneDrive running. Python 3.14.0
Code
from pathlib import Path
print("trying to ...
-3
votes
0
answers
166
views
Is a pointer still safe while the complete memory mapping is replaced at the same virtual address?
I want to implement a process-shared dynamic byte array.
Each process reserves a fixed virtual address range for the array. The array is backed by shared memory / a memory-mapped file. The base ...
Tooling
0
votes
2
replies
119
views
Show Windows 11 notification in "Your battery is very low" style
There are a few notifications in Windows that are shown as full screen overlays or something like that.
I'm writing a tool that monitors some peripheral statuses and I want to show same style messages ...
1
vote
0
answers
90
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
96
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
84
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 ...
