W
wesley
Hello,
How do I pass object to the current running process? For example my assembly
is called program.exe. Once program.exe is running sometime I want to call
it again ie:
program.exe /m do_stuff
Now how do I pass that "do_stuff" to the currently running instance?
At the moment I use the EnumWindows Win32 API call to find the current
running instance and set it to foreground.
Thanks,
/wes
How do I pass object to the current running process? For example my assembly
is called program.exe. Once program.exe is running sometime I want to call
it again ie:
program.exe /m do_stuff
Now how do I pass that "do_stuff" to the currently running instance?
At the moment I use the EnumWindows Win32 API call to find the current
running instance and set it to foreground.
Thanks,
/wes