actually, i am trying to this:
my client will send some info to my server using SOAP.
there is a DLL in my server which receive and handle the infos sent by the client.
however, i need this DLL be able to send those infos(or values) to a running EXE program, so that this EXE program can base on the infos to execute different tasks.
because the program need to communicate with end user. so can't just let DLL do the operations. have to send to EXE and let EXE and user decide what to do next.
so what is the best way to do that?
I appreciate any input.
thanks in advance
jazz
my client will send some info to my server using SOAP.
there is a DLL in my server which receive and handle the infos sent by the client.
however, i need this DLL be able to send those infos(or values) to a running EXE program, so that this EXE program can base on the infos to execute different tasks.
because the program need to communicate with end user. so can't just let DLL do the operations. have to send to EXE and let EXE and user decide what to do next.
so what is the best way to do that?
I appreciate any input.
thanks in advance
jazz