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
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:
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.
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
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
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
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
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
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
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.