P
Prem
Hi all
I am trying to pass data to a process that is already open in C# and
was wondering how to do this. In the old WIN32 way, I would just use
the FindWindow API call and then pass the data to the handle that was
returned. How is this implemented in C# and is there a nice clean way
to do this?
Thanks for all your help in advance.
Prem
I am trying to pass data to a process that is already open in C# and
was wondering how to do this. In the old WIN32 way, I would just use
the FindWindow API call and then pass the data to the handle that was
returned. How is this implemented in C# and is there a nice clean way
to do this?
Thanks for all your help in advance.
Prem