close
Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
21 views

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 ...
ChenYiLins's user avatar
Advice
0 votes
1 replies
54 views

With Windows 10/11, using windows API, is there a way to get the Windows display (with everything: desktop, all open windows, mouse cursor...) as a texture before it goes on screen, modify it with a ...
Sen's user avatar
  • 1
0 votes
0 answers
119 views

I'm trying to create a PDF file using the DOCINFO structure and StartDoc() functions. My understanding is that the lpszDocName attribute is the name of the document, while the lpszOutput is the name ...
RDP248's user avatar
  • 29
0 votes
0 answers
63 views

In Windows, it is a known issue that drag and drop does not work from normal application to UAC elevated privileges windows due to UIPI policy. However, I notice that webview2 controls within a UAC ...
FaniX's user avatar
  • 600
1 vote
0 answers
102 views

I want to create child scrollable window that has specific size and position and it will contain messages as static windows, I tried different class names for this messages_window , if I use "...
madjetmax's user avatar
0 votes
0 answers
138 views

I need a flat colored status bar in Win32 C++, similar to Visual Studio or VS Code, with no dividers and no section borders. The status bar below has 2 parts, Selected and Total. First, I specified ...
gene b.'s user avatar
  • 12.9k
0 votes
1 answer
71 views

There is a famous tutorial: Custom Window Frame Using DWM. Everything works as expected (Windows 11), but now I want to get rid of default drawing of Minimize / Maximize / Close buttons (to draw them ...
Shtole's user avatar
  • 410
-1 votes
0 answers
163 views

In the following example code I open a new Firefox window, wait some time for the window to appear, and then I want to get its HWND. #include <exception> #include <stdio.h> #include "...
Dr. Gut's user avatar
  • 3,679
2 votes
1 answer
142 views

I was trying to get all styles using GetWindowLongPtr(), but I ran into a problem: the function doesn't return WS_BORDER. HWND input = CreateWindow( L"EDIT", L"", WS_CHILD | ...
Daloo's user avatar
  • 23
-1 votes
0 answers
129 views

What is the extended window style WS_EX_STATICEDGE used for? How does it look like? The documentation only says The window has a three-dimensional border style intended to be used for items that do ...
Dr. Gut's user avatar
  • 3,679
Advice
0 votes
4 replies
96 views

I call AlphaBlend for blitting an image with alpha channel from a memory DC to a window DC: HBITMAP CreateBitmapForMemoryDC(HDC hdc, int width, int height, int bitCount) { BITMAPINFO bi; ...
Shtole's user avatar
  • 410
0 votes
0 answers
53 views

I used to use the following registry file to add a custom right-click menu option for my app for a .jpg file - and it works correctly in Windows 10. But this feature of my app does not work any more ...
Wyck's user avatar
  • 12.2k
1 vote
1 answer
109 views

I'm trying to launch a .exe through services.msc from the LocalSystem account. I want to run an application as another user through this executable. I researched for a bit and found out that it's not ...
Karthik Sapaliga's user avatar
0 votes
0 answers
82 views

I am working on a client-server application. The server listens for incoming connections from clients and then receives data after connection. After the server receives the data from the client it ...
Thema Guishard's user avatar
2 votes
0 answers
119 views

I'm trying to retrieve the serial message of my internal drive. The IOCTL_STORAGE_QUERY_PROPERTY request does not return the actual number on NVME drives, but I haven't found any other well-documented ...
yonni's user avatar
  • 372

15 30 50 per page
1
2 3 4 5
2916