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
592 views
1 answer
    This is out of the error log: PHP Warning: PHP Startup: BOPEE Extension: Unable to initialize module Module ... the source any less threadsafe. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
808 views
1 answer
    I'm writing a very simple program to clip the mouse to a specified window. It runs from the system tray without a ... , and I can't fathom why. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
716 views
1 answer
    I'm creating a simple win32 program using c++, although I think i'm only using c in this app. I need to ... 'm clueless for what to do next. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
597 views
1 answer
    I'm unsure of the syntax for this. I'm trying to translate this C# code into F#. struct ... GetLastInputInfo(plii : LASTINPUTINFO ref) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
730 views
1 answer
    Often time I need to add a control to a dialog after the dialog has been generated via dialog template ... including a newly created control. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
621 views
1 answer
    I have program that sends a file to a printer using 'lpr' command. I have installed Windows SDK 7.1. It is ... .Start(); It throws an execption. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
793 views
1 answer
    I've been used to thinking that WM_CREATE is the first message a window receives. However, when testing this ... is guaranteed to receive? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
597 views
1 answer
    While developing an examination software I have a requirement to prevent desktop sharing through applications like TeamViewer ... out for this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
841 views
1 answer
    How to get the monitor screen resolution from a hWnd? I am using a hWnd because the window could be located on ... What Window APIs can be used? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I used to be able to use Windows API calls in Excel VBA to set text on the clipboard. But ever since ... close Clipboard." End If End Sub See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
513 views
1 answer
    Is there a way to set the global windows path environment variable programmatically (C++)? As far as I can ... prefer API methods if there are? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
539 views
1 answer
    I was wondering if there's some sort of system event that gets fired every time a user changes the time in ... (like using the Windows API). See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
621 views
1 answer
    I am experiencing a strange issue with the Restart Manager API: RmGetlist(). To simulate a file locking scenario, i am ... "End");`` } } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
898 views
1 answer
    I've packaged a C++/Win32 application as an appx and it runs OK. However, since some paths are unavailable ... as a packaged UWP application? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
596 views
1 answer
    How many messages does the queue for a standard window hold? What happens when the queue overflows? The ... desktop Win32 as well? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
846 views
1 answer
    How do I get a list of the running processes (with details of PID, Owner etc) on my machine using Delphi? EDIT: ... such as PID, ExeName etc... See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
433 views
1 answer
    My goal is to open a printer connected via USB using the CreateFile (and then issue some WriteFiles and ... although a less convenient one. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
575 views
1 answer
    I have been working on windows automation and monitoring. What exactly happens when I lock the screen of a ... an overview over the topic? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
926 views
1 answer
    How can I disable those 3 standard cut/copy/paste commands in the context menu of the native Windows OS ... operations with one easy setting? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
660 views
1 answer
    If I read or write to a file and receive a 33 or 32 error, I would like to log a message ... the culprit without interrogating all processes. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
908 views
1 answer
    I'm trying to use IFileDialog to select a folder and the following code does this just fine. The problem is I'd like ... } pfd->Release(); } } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
722 views
1 answer
    Is there a way to track which window currently has keyboard focus. I could handle WM_SETFOCUS for every window ... that seems a little hacky. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
700 views
1 answer
    I know this question has been asked a few times and in a few different ways. However, across all the ... available in the registry, etc. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
557 views
1 answer
    I'm working an application of which only one instance must exist at any given time. There are several possibilities to ... 't really like it... See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
548 views
1 answer
    Is there anyway to monitor API calls on your system in C? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
559 views
1 answer
    I'm in the process of making an application DPI Aware but I have a need to do a GetWindowRect on HWNDs ... doesn't belong to my application. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
631 views
1 answer
    My application running on a Windows server makes use of a Jet/Access database. For some reasons around every ... to prevent it from happening? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
541 views
1 answer
    I'm attempting to build some C++ code that requires the Windows 7.0 SDK header files and libraries. My VC++ ... , and how do I fix it? See Question&Answers more detail:os...
asked Oct 24, 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

...