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
702 views
1 answer
    Unix has a variety of sleep APIs (sleep, usleep, nanosleep). The only Win32 function I know of for sleep is Sleep( ... if so, what are the APIs? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
596 views
1 answer
    I have been using waveInGetDevCaps to get the name of waveIn devices, but the WAVEINCAPS structure only supports 31 ... know what that is? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
627 views
1 answer
    How would I go about changing the sound volume in c++ win32? Also how would I mute/unmute it? Thanks for the help! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
586 views
1 answer
    I am stuck with an application I am writing where I need to monitor for mouse clicks. The clicks may happen ... how to implement what I need? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
421 views
1 answer
    I'd like to have a function that allows me to read the memory of another process. I was thinking about ... could help me figuring this out. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
801 views
1 answer
    I open several different workbooks (excel xlsx format) in COM, and mess with them. As the program progresses I ... output but keep output2 open See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
549 views
1 answer
    I need to be able to start processes (both console and windowed) without it stealing focus. The only way ... all the useful window styles? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
655 views
1 answer
    I am currently using the EnumProcesses function to obtain a list of running processes. Since my application runs in ... are the process names. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
488 views
1 answer
    Does anyone know how to capture a screen shot in Java (not it's own screen, but any other window on the desktop ... use JNI, or any other tool? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
569 views
1 answer
    I'm wondering which approach is faster and why ? While writing a Win32 server I have read a lot about ... WaitForMultipleObjects API and why ? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
495 views
1 answer
    I'd like to know what is the Windows API function (if any exists) that provides information about the last Windows ... but it's a good start. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
531 views
1 answer
    Using the undocumented SetWindowCompositionAttribute API on Windows 10, it's possible to enable glass for a window. The ... those windows do it? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
367 views
1 answer
    I thought I could just throw this out there and just ask: I have seen Delphi controls that are flawless in terms ... ; Thanks for the help guys! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
323 views
1 answer
    I need to modify the installation behavior of a MSI setup for "IBM i Access for Windows". The setup was ... v7.1 by the business department. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
426 views
1 answer
    I tried googling the answer, but all I found was tips on how to detect Java from a browser or the very ... some configuration file I can parse? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
631 views
1 answer
    Can anyone tell me how to create a process in VC++? I need to execute regasm.exe testdll /tlb:test.tlb /codebase command in that process. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I'm trying to break a loop in Python with a specific key press using win32api. How would one go about this? ... said program. See revised code. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
557 views
1 answer
    I have a Win32?application that determines whether there are any visible, non-iconic, minimizable?windows being ... these phantom windows? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
573 views
1 answer
    Is it possible to wait for all processes launched by a child process in Windows? I can't modify the child ... when the uninstall is finished. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
634 views
1 answer
    I am trying to do something like this in C#. I found out how to call Win32 methods from C# using P/Invoke ... and how do you call it correctly? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
728 views
1 answer
    I have a simple Win32 GUI app which has an edit control in the main window. If I write: printf("Hello world! " ... , I expected it not to..? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
465 views
1 answer
    In the Windows 8.1 preview Environment.OSVersion.Version returns the same version numbers as Windows 8. Is there ... of detecting Windows 8.1. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
899 views
1 answer
    Can I convert a bitmap to PNG in memory (i.e. without writing to a file) using only the Platform SDK? ... non-GDI+ solution that works. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
658 views
1 answer
    I am working on my keystroke logger for personal interest and asked a question related to this about yesterday; ... XP with a GCC compiler. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
559 views
1 answer
    I followed this tutorial (there's a bit more than what's listed here because in my code I get a window via ... when it is minimized or hidden? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
623 views
1 answer
    I'm trying to understand how substituting a different entry point for WinMain works in the Microsoft toolchain. I ... , what is the difference? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
448 views
1 answer
    Is there a recommended way to prevent the Windows screensaver from starting? The closest thing I've found ... currently set screensaver values. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
759 views
1 answer
    I have a Windows shell extension that uses IShellIconOverlayIdentifier interface to display overlay icons on files and ... bit less violent? 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

...