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
475 views
1 answer
    Can non-Metro Windows apps (ex: Explorer) be built with the new WinRT, or must they still be Win32 based? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
658 views
1 answer
    I am writing an application that needs to bring window of an external app to the foreground, and not necessarily ... about this? Any thoughts? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
556 views
1 answer
    Let's say I've got a window for which I want to simulate a mouse click at a specific x, y coordinate. I ... to 'click' on it using coordinates. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
665 views
1 answer
    On my Windows 7 PC, I've got a set of speakers, some wireless headphones and a USB web cam. This means ... app/hotkey app to make this easier? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
525 views
1 answer
    On a windows machine, is there a way to find out if the time has been changed backwards without continually ... if my application is running. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
687 views
1 answer
    I have created a window with createwindow() api using VS2005 in C++ on Windows Vista My requirement is to draw ... any MFC in this application. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
791 views
1 answer
    My installer build "signs" a DLL using a Code Signing certificate during the build process. I've noticed that if I try ... if not, why not...? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
574 views
1 answer
    Is there a way using Win32, to register for notifications when a new window is created. I'm trying to keep a list ... , code, wParam, lParam); } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
838 views
1 answer
    In Win32 programming, what is the difference between a window's parent and a window's owner? I thought I ... is there actually a difference? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
798 views
1 answer
    I would like to take video from a webcam, render some text on the frames and do some motion tracking and ... help me create a virtual webcam? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
410 views
1 answer
    I have very little experience building software for Windows, and zero experience using the Windows API, but I'm ... the Windows API with Python? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
536 views
1 answer
    I am constructing a program using the Win32 Application on Visual Studio 2013. From the tutorials I have read, I know ... char [5]' to 'LPCWSTR' See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
502 views
1 answer
    I noticed that when I press PrntScrn while an IRM-protected email is open in Outlook 2013, the email's window ... then paints the window black. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
617 views
1 answer
    My purpose is to size a window to a width/height greater than the size of my physical screen programmatically under ... for the capped x/y. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
599 views
1 answer
    Could anybody tell me what's wrong is with this code? There is no errors. Everything returns ERROR_SUCCESS but in register ... "error","",0); } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
444 views
1 answer
    I have been working with C++ and Win32 (non MFC/ATL) I am playing around with writing my own class library ... efficient way for this to work? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
474 views
1 answer
    I am looking for a win32 api function that clears the console, much like the cls command Thanks! Devjeet See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
715 views
1 answer
    I tried this: #include <windows.h> #pragma comment(linker,"/manifestdependency:"type='win32' name='Microsoft.Windows. ... 3D light blue border)? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
552 views
1 answer
    I have a Windows desktop application which must work in collaboration with my Chrome extension. Can I send a message ... IPC objects can I use? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
724 views
1 answer
    I am using python 2.7 and win32print. I can successfully change the orientation between portrait and landscape: ... hit say 300 pages? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
562 views
1 answer
    I need to check if an external window (another java program, but not controlled by the program that I'm working ... do this. Thanks and Regards See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
727 views
1 answer
    I try to play a music file in my coding, but failed. I have my music file in the same folder which save .cpp ... g.WAV", NULL, SND_ASYNC); } See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
657 views
1 answer
    I found this page and was unable to get any useful information out of it (it searches the registry for ... or whatever) instead of Linux. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
529 views
1 answer
    I have Windows Server 2008 installed on a Sony laptop and the brightness control doesn't work. I'd like to write ... dont know what API to call See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
504 views
1 answer
    I want to be able to 1. detect (and, if needed 2. abort) OS shutdown from my application, preferably by using ... shut down - how to do this? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
543 views
1 answer
    On UNIX, I can, for example, tell the OS that the mapping will be needed in the future with posix_fadvise( ... the access intend to Windows ? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
519 views
1 answer
    Here's the test case... import Tkinter as tk import thread from time import sleep if __name__ == '__main__': t = ... is win32 and Python 2.6.2. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
586 views
1 answer
    My app contains documents in its database. The users can open the documents in which case, the document gets ... 3rd party component) Thanks! 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

2.1m questions

2.1m answers

60 comments

57.0k users

...