This question already has answers here: Closed 11 years ago. Possible Duplicates: CreateProcess to run as administrator
I am trying to correct a program that makes to other programs with the createProces call. The problem is when I pass an object of the Brick class as a parameter of the createProcess call.
I am looking for an efficient way to find whether a given application (say app.exe) is single instance or not? I thought of these following sols:
I have a program that attempts to restart Explorer in Windows 7; it first ends the process, then starts it again.
I am writing a little GUI application that is used to start other external executables. It works on all the executables I want, except one. Here is the code I\'m using:
I\'m not a developper. We want ( me and our team)to write a tool 开发者_C百科in C++ that can print a PDF ( Send a PDF to printer). We tried to use external tool, likea command line pdfprint.exe, using
Hello im not win32 programmer and its all new to me. i like to open process from my parent win开发者_Go百科32 application ( ok this is i know how to do)
I developing on the Linux platform. I want to create a new proccess in my library without replacing the current executing image.
In the C language using the Windows API, how can I get the output of a process when I have its process information?
I am currently trying to debug my Crash-Handler, it is an external executable that gets called when my program finds an unhandled structured exception. I recompiled the crash-handler executable, and w