win32-process
Getting biggest directory size on hard disk in code
I have some troubles in my machine. My harddisk is about 500 GBs, and I am sure my files are no more than 150 GB. But it shows that the free space is only 100 GB. I would know what is the biggest dire[详细]
2023-02-19 00:57 分类:问答Get status of a process started by Invoke-WmiMethod
New to PowerShell, but loving the fact that I can do so much so quickly so far :) Anyways, I am starting a remote process in a PowerShell script thusly:[详细]
2023-02-18 15:47 分类:问答Deny Access to Kiosk program process
I have a kiosk app and have to disable task manager always to prevent closing the program by users . But some users need the TaskManager to close hanging programs.[详细]
2023-02-18 14:47 分类:问答c++ CALLBACK function type
I\'m trying to create something like MsgProc in Win32.When they declare the MsgProc function they have the CALLBACK type before it.So, all I\'m trying to is create my own messsage function that calls[详细]
2023-01-27 17:41 分类:问答Does WaitForSingleObject give up a thread's time slice?
I\'m making a win32 program in C. When you have multiple threads running, and one of the threads is waiting for an event (using WaitForSingleObject() for example), does that thread still get its full[详细]
2023-01-25 09:39 分类:问答static objects in visual studio build
I have a problem with my visual studio - 08 build. some of the static objects a开发者_如何学JAVAre not getting instantiated. its wierd, i have a couple of files which create similar static objects. so[详细]
2023-01-24 06:09 分类:问答Is there a way to have a process created by CreateProcess open within another window?
I want to be able to open a GUI application using CreateProcess in a main process and have the GUI display in a window I create from within the main process.Do开发者_如何学Ces anyone know how to achiv[详细]
2023-01-17 01:23 分类:问答use Win32::Process; My output reports 'The system cannot find the path specified'
I am relearning Perl after about 10 years of non use. I did a copy and paste of the two scripts below from one of the answers for a similar question on this site. I have checked and double checked th[详细]
2023-01-05 08:45 分类:问答Identify which executable is throwing a runtime error
I have a program that is throwing a run-time error dialog. Is there a way to programmatically detect which executable is the p开发者_如何学JAVAarent of this dialog box from another process? Yes.The co[详细]
2023-01-03 19:19 分类:问答How can a program tell if another process is running as a service?
I have a Win32 program which I can direct to monitor another Win32 process. I want to find a way for the monitoring program to determine if the monitored process is running as a Win32 service.[详细]
2022-12-29 00:42 分类:问答
加载中,请稍侯......