python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Create new process, then send it a command later, on Windows 10
I can create a process just fine and send a command to it on start up .
My question:
is let's say a new process is created
e.g. a new cmd window
and it has a pid of 007.
How do i send another comman...
student_dev64
Votes: 0
Answers: 1
Calling the winAPI function in Delphi
I'm taking my first steps in Delphi, I've created a small program that uses the GetSystemPowerStatus function to get battery status information.
To load the function, I used the Winapi.Windows unit.
E...
yonni
Votes: 0
Answers: 1
how to implement duplex printing via GDI Print API
I need to implement duplex printing on a printer. I set the DEVMODE structure in the printer driver with the dmDuplex parameter
int dvmSize=DocumentProperties(GetForegroundWindow(),hPrinter,(LPWSTR)(p...
I101I
Votes: 0
Answers: 2
GetAce() failing with - ERROR_INVALID_PARAMETER
I'm attempting to do some ACL modification with some C++ code in Visual Studio. I'm stumbling into several issues, one of which is that, when I try to read the ACEs off the existing ACL using GetAce()...
Virtually Nick
Votes: 0
Answers: 1