2,863 questions with Windows development | Windows API - Win32 tags
Cloud Filter API folders with StorageProviderHydrationPolicy.Full sometimes take more than one double click to open in Explorer
We have developed cloud filter API software (cfapi.h) to allow users to browse their enterprise documents. Because there are potentially millions of documents in millions on folders, we use CF_HYDRATION_POLICY_FULL…
Windows development | Windows API - Win32
How to disable Unified Audio Endpoints?
Whenever an application tries to use my headset it can not hear the audio from it. This is because Windows is forcing the device into Headphone mode instead of headset. The Headphone mode does not have a microphone input channel. Please just give us the…
Windows development | Windows API - Win32
What is the correct way to Schedule the display to sleep and wake it up afterwards?
Hi let suppose today is 31 November 2025 I I am scheduling a windows to sleep today at 10:00 pm and it will wake up at 10:00 am tomorrow. This behavior i want to repeat everyday except on some custom dates(3 November(holiday)) and days(all…
Windows development | Windows API - Win32
[Prism] Does emulated DXVA2 and DXVA11 video decoding get ANY hardware acceleration on ARM?
I have an existing win32 app that uses DXVA2 and DXVA11 hardware acceleration to decode H264 and H265 video on Windows 11. I understand that DXVA2 and DXVA11 should work on Windows on Arm / Qualcomm under the Prism emulator. However, does this work…
Windows development | Windows API - Win32
What does the .fptable section represent in an executable file?
After upgrading the Windows SDK to 10.0.26100.0, I noticed a new section named .fptable when dumping sections using dumpbin [executable file path]. This section did not appear before and is absent when switching back to 10.0.19041.0. I could not find any…
Windows development | Windows API - Win32
Lỗi CTL3D32.dll
Tôi bị lỗi thiếu CTL3D32.dll khi sử dụng arcview3.3 trên windows 11/64bit
Windows development | Windows API - Win32
[CFAPI] How can I know if a folder is loaded with placeholders under CF_POPULATION_POLICY_FULL mode?
Hi, We're using CFAPI to build a file sync client, we choose CF_POPULATION_POLICY_FULL so that file list under child folders can be loaded on-demand. Is there a way to know if a given folder is initialized and loaded with placeholders or not? We have a…
Windows development | Windows API - Win32
I am using D365 POS application , but i need to use the app as kiosk , and if not possible task bar need to hide permanently as par security aspects.
Hi , Its Me Ramesh Murugan, working MAF retail as IT support , Recently we launched D365 Retail Commerce POS systems, and here we required to this desktop APP as kiosk mode under domain User login, and if is not possible we need to be hidden the task…
Windows development | Windows API - Win32
Self connect (socket client)
Hello everybody, Context I create a client socket (not blocking) in calling the two functions…
Windows development | Windows API - Win32
Microsoft Technical Support Request: Java NIO Selector Compatibility in MSIX Packages
Date: Oct 24, 2025 Technology Stack: Kotlin Compose Desktop, Java 21, jpackage Issue Category: MSIX Packaging, Network Isolation, Java NIO Compatibility Executive Summary We are developing a desktop application using Kotlin Compose Multiplatform and…
Windows development | Windows API - Win32
What are the identifiers and prevalance for the Japanese ImeOn/ImeOff keyboard layout
The Windows DDK documentation mentions an unusual variant of Japanese keyboards under the headline "ImeOn / ImeOff implementation" at https://learn.microsoft.com/en-us/windows-hardware/design/component-guidelines/keyboard-japan-ime (This is a…
Windows development | Windows API - Win32
Expose the means to register an app as an option for Xbox Full Screen Experience
Based on the information in the docs about Xbox Fullscreen Experience (link), it seems like a 3rd party developer cannot register their launcher as a full screen experience home app: Quote: OEMs can configure the handheld so that it launches into a…
Windows development | Windows API - Win32
How to Notify a Custom Service Program After User Login?
Question: I would like to notify my custom service program after a user logs in and successfully inputs their password. How can I implement this functionality? I have found the following registry configuration:…
Windows development | Windows API - Win32
Store publish pending after certification approval
Good day, Application "Gunler Uygulama" was not published and still pending. However certification approved on 17.07 Friday, 3 days ago. Submission 1 certification The certification step usually takes a few hours, but in some…
Windows development | Windows API - Win32
[TSF-Application]How to obtain the localized name of the text service (TIP)
Windows development | Windows API - Win32
Developer technologies | C++
How to install legacy Visual Studio 6 (with VB6) on my computer today?
I need to find a CD image to install Visual Basic 6 on my Win11. I can't find the ISO-image download.
Windows development | Windows API - Win32
Find property for Touch-/ Trackpad by RawInputDeviceInfo to distinguish independent of the model/ manufacturer in registry
Hello, I want to recognize, if the input is coming from the touch-/ trackpad independent of the Laptop model/ manufacturer. Is it possible? I'm getting the devicename by RawInputDeviceInfo and i see that there is the possibility to compare it with…
Windows development | Windows API - Win32
I received the error "Unable to find an OpenAPI description" while running the API tutorial at https://learn.microsoft.com/en-us/training/modules/build-web-api-aspnet-core/3-exercise-create-web-api
https://learn.microsoft.com/en-us/training/modules/build-web-api-aspnet-core/3-exercise-create-web-api When connecting to localhost using httprepl and https, I received the error "Unable to find an OpenAPI description". I am using…
Windows development | Windows API - Win32
Windows 11 Alt+TAB ghost thumbnails
Hi, we are having an issue with our software on Windows 11 24H2 Alt+TAB function. When users do Alt+TAB, it creates additional thumbnails in the Alt+TAB view despite our application running once in a single window. This seems to happen if the window is…
Windows development | Windows API - Win32
Listview with WS_EX_LAYOUTRTL and both scrollbars glitches when clicking on the horz scrollbar
I'm reporting a bug with native scrollbars in common controls (specifically listview, but probably other scrollable controls). The bug is reproduced with the following characteristics: Listview with BOTH horizontal and vertical scrollbars…