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
534 views
1 answer
    You launch a java program from a console (maybe using a .bat script). I don't want the console to remain visible ... to do this ? Without JNI ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
623 views
1 answer
    I was wondering if there is a way to use unique_ptr<T> with Windows HANDLEs? I was thinking to replace the ... of the standard smart pointers? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
686 views
1 answer
    I am creating a process with that code: CreateProcess(NULL, "process.exe", NULL, NULL, TRUE, 0, NULL, NULL, ... is the method with C++ ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
712 views
1 answer
    You launch a java program from a console (maybe using a .bat script). I don't want the console to remain visible ... to do this ? Without JNI ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
651 views
1 answer
    If I use the Win32 API LoadLibrary to load the same DLL 3 times in a row it should return 3 distinct handles ... just point to the same module?) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
626 views
1 answer
    I have the Version Info in resources declared: 100 VERSIONINFO FILEVERSION 1,0,0,2 PRODUCTVERSION 1,0,0,2 ... repair this code? Regards, David See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
570 views
1 answer
    I want to format a drive in c++, but when I tried to use Format function of windows.h I could not find a ... anyone know how can I do that? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
803 views
1 answer
    What's the difference between InterlockedCompareExchangeRelease() and InterlockedCompareExchangeAcquire()? When I try to ... examples? Thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
446 views
1 answer
    BACKGROUND I need to write a tool using .NET version 2.0 at highest (using something off the shelf is ... to remove this annoying validation? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
613 views
1 answer
    I'm attempting to set up a low-level keyboard hook using P/Invoke in an F# application. The Win32 ... GetModuleHandle(curMod.ModuleName), 0u) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
627 views
1 answer
    I'm developing audio plugins that run within a host such as Cubase, and I'm looking to add High DPI support. ... to a future version of Windows? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
827 views
1 answer
    How to scan for Bluetooth Low Energy devices in Windows-8 Desktop? I've tried to use WinSock APIs but all I' ... devices, Classic & Low Energy. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
803 views
1 answer
    I got a basic window made from C++. What I need to do is whenever I click the Minimize button the window will ... on the Icon it will restore... See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
615 views
1 answer
    i am trying to call a method of COM object, where one of the documented parameters is an "array of bytes ... to COM object through IDispatch? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
610 views
1 answer
    A few years back, I wrote some util library around DShow/DSound to let me play MP3s in a Windows C++ application. ... for a library won't fly. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
830 views
1 answer
    i have created a Bitmap using GDI+.I am drawing text on to that bitmap using GDI Drawtext.Using Drawtext i ... or code will be appreciated. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
624 views
1 answer
    Do you know what is the API, or sequence of API calls that windows uses to accomplish the "Eject" ... method the device reacts correctly. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
622 views
1 answer
    AFAIK, Currency type in Delphi Win32 depends on the processor floating point precision. Because of this I'm having ... to avoid this problem? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
587 views
1 answer
    I have written a DLL-Injector in C++ recently, for which the requirements were the following The INJECTING ... sorry for that confusion :( See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
567 views
1 answer
    How do I create an embedded resource and then access it from C++? Any example on how to read the resource ... schema of the recieved xml file. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
610 views
1 answer
    I want to write the following procedure / function: procedure ShowSysPopup(aFile: string; x, y: integer); Which will ... can build such a menu. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
622 views
1 answer
    AFAIK, Currency type in Delphi Win32 depends on the processor floating point precision. Because of this I'm having ... to avoid this problem? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
586 views
1 answer
    I have written a DLL-Injector in C++ recently, for which the requirements were the following The INJECTING ... sorry for that confusion :( See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
527 views
1 answer
    How do I create an embedded resource and then access it from C++? Any example on how to read the resource ... schema of the recieved xml file. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
664 views
1 answer
    I want to write the following procedure / function: procedure ShowSysPopup(aFile: string; x, y: integer); Which will ... can build such a menu. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
756 views
1 answer
    I'm encountering an odd issue on a sampling profiler in Windows 7 (no such issues AFAICT on previous Windows OSes, ... to be doing the trick! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
486 views
1 answer
    I'm using UpdateLayeredWindow to display an application window. I have created my own custom buttons and i would like ... the use of GDI+. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
505 views
1 answer
    i need write the code that runs when DllRegisterServer is called. i.e. when someone calls: regsvr32 myActiveX.ocx i ... 'm looking for the docs. 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

...