Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged winapi

0 votes
758 views
1 answer
    A bit of context: Sciter (pure win32 application) is already capable to render UWP alike UIs: in dark mode: ... app mode" in Win32 application? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
396 views
1 answer
    I'm interested in working on a plugin for Keepass, the open-source password manager. Right now, Keepass ... and textbox values using C#? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
957 views
1 answer
    In Windows, what is the difference between foreground and active window? To be specific, under what circumstances can ... 2 terms.Check MSDN. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
529 views
1 answer
    Does anyone know how to programmatically capture the sound that is being played (that is, everything that is coming ... such as a microphone). See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
481 views
1 answer
    I want to create a virtual printer driver for Windows. How and where can I start properly? The WDK has ... are appreciated in advance. Thanks. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
600 views
1 answer
    I seem to be completely unable to install the Windows 7 SDK onto my machine, and the only solution I've found on ... How do I fix this problem? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
894 views
1 answer
    I've run into an interesting problem. At least in Vista, getSystemMetrics(SM_CXSCREEN) returns an incorrect ... , unscaled screen resolution? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
527 views
1 answer
    I would like my VB 6 application to detect and display the version of Windows that is running on. I have tried ... Windows 8.1, and Windows 10? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
688 views
1 answer
    I have a non-interactive service running as a the privileged SYSTEM user on Windows machines, and I need it to ... of maybe getting an answer. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
619 views
1 answer
    Does anyone know what culture settings Win32 uses when dealing with case-insensitive files names? Is this ... Win32 uses culture invariant? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
656 views
1 answer
    On WinAPI, the HANDLE type is defined as a void*, thus on a 64 bit application the HANDLE value may ... 64 bit application the doubts sticks. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
942 views
1 answer
    Using the Win32 API (in C, but that's inconsequential), how can I tell if a given window (identified ... uses DirectX in this window. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
612 views
1 answer
    My application happens to be written in Python using pygame, which wraps SDL, but I'm imagining that this is ... research is drawing a blank. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
636 views
1 answer
    I've written a console program that "does stuff" - mainly using boost. How do I convert it to a ... I know about Windows Services beforehand? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
417 views
1 answer
    I've been using a 3G wireless card for a while and every time I connect, my anti-virus fires up the ... set of ported headers for Delphi? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
879 views
1 answer
    I'm writing a function for an installer DLL to verify the Authenticode signature of EXE files already installed on ... the EXE in question. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
883 views
1 answer
    I want to pass an object from managed code to a WinApi function as IntPtr. It will pass this object back to ... object to IntPtr and back ? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
543 views
1 answer
    I am currently trying to create a win32 service using pywin32. My main point of reference has been this ... % (module_file, cls.__name__) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
761 views
1 answer
    I am currently writing a very lightweight program so I have to use C++ since it is not bound to . ... process you have to use TerminateProcess. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
528 views
1 answer
    I'm trying to use the FolderBrowserDialog from my WPF application - nothing fancy. I don't much care that it ... the owner window? Thanks, Craig See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am creating a basic GUI with the Windows API and I have run into an issue. It starts with a main window ... me in the right direction, thanks. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
633 views
1 answer
    I am looking for a way to create a ZIP file from a folder in Windows C/C++ APIs. I can find the way ... out and can share it for posterity! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
602 views
1 answer
    I want to terminate a number of processes, but I want to give each process the chance to save its data, ask the ... "? (and not "End Process") See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
539 views
1 answer
    As per the title. I don't want to download the entire Visual C++ installer, only "cl.exe" and the other ... and linking C++ programs on Windows. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
597 views
1 answer
    As a precursor to writing a compiler I'm trying to understand the Windows (32-bit) Portable Executable format ... Windows 32-bit executable? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
810 views
1 answer
    I have a window with a solid border around it. How can I remove the border (all of the non-client ... by using SetWindowLong and GetWindowLong? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
722 views
1 answer
    I have some legacy code that provides a list of the available COM ports on the PC by calling the EnumPorts( ... list of available serial ports? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
671 views
1 answer
    Is there an easy way to test whether your named pipe is working correctly? I want to make sure that the data I ... list of all the named pipes? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...