Is it possible to poke a process created by createprocess?Your first point was the problem, thanks. wp and lp were just a WPARAM and an LPARAM, works fine.
Is it possible to poke a process created by createprocess?It gave me invalid thread identifier, which is right because idthread should be pi.dwThreadID instea...
Is it possible to poke a process created by createprocess?I added [code]idthread = pi.dwProcessId;[/code] below line 12 in the first one and changed &idthread...
Is it possible to poke a process created by createprocess?So I have 2 programs, let's call em main and alt for now. Ok, so I've tried looking into this and i...
Is it possible to poke a process created by createprocess?I have a program that uses createprocess to open another program (in a different thread). Is there a...
This user does not accept Private Messages