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
759 views
1 answer
    Since windows 8, WS_EX_LAYERED is available to use on child controls, (so says MSDN) However I've been unable to ... win32 (no MFC, ATL etc) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
719 views
1 answer
    My understanding is any modal dialog automatically has its own message-pump, running on a thread dedicated to that ... thread is not busy? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Is there a win32 function to change the style of a window after it has been created? I would like to change ... with no border and no resize. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
740 views
1 answer
    What is the maximum process id I can get by calling DWORD GetProcessId(HANDLE) or DWORD GetCurrentProcessId()? It ... API's documentation page. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
512 views
1 answer
    I need to write a screencast, and need to detect when window content has changed, even only text was selected ... window is third party control. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
627 views
1 answer
    How do I receive notification when a network interface is brought up and ready, under Windows XP? Ready means the ... and is ready to use. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
788 views
1 answer
    How do I find out which sound files the user has configured in the control panel? Example: I want to play ... ), NULL, SND_ALIAS|SND_ASYNC ); See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
626 views
1 answer
    In Windows, is it possible to set window A such that it is always on top of window B, yet allow ... SWP_NOSIZE|SWP_NOMOVE); Is it possible? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
685 views
1 answer
    I'm trying to write a test pattern to every sector of a formatted USB drive. There is one logical ... understand ths problem. Any suggestions? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
914 views
1 answer
    I'm trying to get a thumbnail of a file in Windows API. I did find a way, but the code example requires ... haven't been able to find one. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
587 views
1 answer
    Is there some (working) example how to create RPC from windows to linux? Client should be windows NT application, ... Can someone point me out? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
543 views
1 answer
    For example: // This will become either SomeMethodA or SomeMethodW, // depending on whether _UNICODE is defined. ... version of a header file? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
796 views
1 answer
    i've created a layered window by adding the the WS_EX_LAYERED extended style: wndClass.ExStyle = wndClass.ExStyle | ... was added with XP. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
522 views
1 answer
    Is it possible to do some operations with a window from other process having it's handle? What I would like to ... great. Thank you very much! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
697 views
1 answer
    Since windows 8, WS_EX_LAYERED is available to use on child controls, (so says MSDN) However I've been unable to ... win32 (no MFC, ATL etc) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
673 views
1 answer
    I want to write a C# program which will launch an .exe (this is an easy job, I know how to do it.) but ... it is possible. It is very urgent. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
608 views
1 answer
    I'm having a problem with a script not updating an excel file, and I reduced it to the following problem ... ability to calculate the formulas? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
487 views
1 answer
    Where is the .emacs file in windows (I'm using Emacs-23-CvsP091103-EmacsW32-1.58 ) When Emacs starts up ... start with the default settings. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
619 views
1 answer
    What is the best WinAPI function to use when you only want to run a simple shell command like hg > test.txt? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
757 views
1 answer
    In a previous question, I asked how to send text to Notepad. It helped me immensely. For part 2, here's ... names for use with FindWindowEx()? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
666 views
1 answer
    I have following code: INPUT Input = { 0 }; Input.type = INPUT_KEYBOARD; Input.mi.dwFlags = KEYEVENTF_EXTENDEDKEY; ... case as well? Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
597 views
1 answer
    I am failing to see where i am going wrong. This current code skips straight to closefile. NOt processing any ... ; } return strFoundFilePath; } See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
758 views
1 answer
    I'm doing some automation via a combination of windows message sending directly to HWNDs and calls to a COM server ... COM server is? Thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
560 views
1 answer
    Contents Intro Code Assembling and Running Miscellaneous Question 1. Intro This isn't a question per se (though ... code or have any suggestions See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
579 views
1 answer
    How can I run an external program in C? For example application programs like a browser, word, Notepad, etc. Also ... size of 300 X 300 pixels. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
730 views
1 answer
    As stated in the question title. However, I am using a "trick" where i store extra data after the ... microsoft to sign my executable. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
866 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
665 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)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...