Skip to main content
Filter by
Sorted by
Tagged with
Advice
3 votes
2 replies
97 views

I want to create a panel (a top-level window) looking the same as backdrop-filter: blur(Npx); in CSS). The window should at least have rounded corners or be custom-shaped (ultimately). On top of the ...
Shtole's user avatar
  • 376
2 votes
1 answer
110 views

I am currently developing a library using C to create a win32 window for OpenGL but I have come across an issue that should not be occurring (according to my research) which is that there is blank ...
user32693076's user avatar
-1 votes
1 answer
126 views

I'm using the koffi library to call Win32 APIs from TypeScript. However, I'm stuck at the very first step: FindWindowW consistently returns 0 (NULL), indicating that the Progman window cannot be found....
Z_Yiri_C's user avatar
1 vote
0 answers
272 views

I'd like to copy files and directories while preserving all their attributes, so I use CopyFileEx and CreateDirectoryEx, but they don't preserve file times, so I need to get the file handle and call ...
mbolp's user avatar
  • 125
-1 votes
0 answers
60 views

Goal We're building a Windows Cloud Files API (CFAPI) sync provider (non-packaged — no MSIX). We want to display a custom property column in explorer (CompanyName.CloudDescription, registered via a ....
Michael Foster's user avatar
Advice
2 votes
7 replies
155 views

I am reading Charles Petzold's "Programming Windows, 5th Edition". I am studying a program that displays a window's text metrics and also uses scrollbars. The program consists of 2 files : ...
Sotiris's user avatar
  • 21
0 votes
2 answers
141 views

I'm implementing a custom Win32 C++ framework which encapsulates all the Win32 plumbing in a class called Framework. To satisfy the Win32 C endpoints, some core methods are static. The following 3 ...
gene b.'s user avatar
  • 12.8k
3 votes
0 answers
123 views

I am trying to write a simple C program using the Windows API that reads the disk identifier field of a Hyper-V virtual hard disk and outputs it on the console. I am specifically trying to use ...
Joshua Schroijen's user avatar
0 votes
1 answer
109 views

I'm trying to write a Windows service in C++. The service installs, uninstalls and runs correctly, but crashes without stopping its executable when I try to stop it. ControlService() reports error ...
Æther's user avatar
  • 3
1 vote
0 answers
90 views

I am working on an application that operates like OneDrive and uses the Cloud File API to show cloud hosted files in a folder on the user’s machine. I am trying to enhance my application by fetching ...
Travis R's user avatar
3 votes
0 answers
120 views

I have an application with a custom editing canvas, so I need to provide at least certain customization of IME behaviour (specifically positioning). For basic handling, I am hiding and showing my ...
KT_'s user avatar
  • 1,093
-3 votes
2 answers
417 views

I'm supposed to be taking over a server application which is sending documents to a printer. It does the following: if (OpenPrinter((LPTSTR)printer, &hPrinter, nullptr)) { wchar_t ...
Dominique's user avatar
  • 17.6k
0 votes
1 answer
97 views

I have an int array where every 4 elements describes blue, green, red and alpha values of each pixel of the image, for example: int data[] = {255,0,0,255, 0,255,0,255, 0,0,255,255} represents a 3x1 ...
Stdugnd4ikbd's user avatar
0 votes
0 answers
59 views

I am writing a one drive-like application using the CFAPI. I am trying to figure out how to set the Status icon to the Error state and to the Excluded state. Both have proven to be very difficult. The ...
Michael Foster's user avatar
Advice
0 votes
4 replies
65 views

https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/d3dkmthk/ns-d3dkmthk-_d3dkmt_brightness_info I want to query the brightness level of a monitor without using WMI. This structure ...
Carter Li's user avatar
  • 189

15 30 50 per page
1
2 3 4 5
2916