Comunication with windows service

  • Thread starter Thread starter zurg
  • Start date Start date
Z

zurg

Hi!
I need my program to communicate with windows service wich I have also
wroten (sending/reciving information).
I was using CustomCommand function but it aloves me to send only numbers - I
have also to send/recive strings...
Anybody had an idea how to do that?
Any halp would be appriciated....
zurg
 
* "zurg said:
I need my program to communicate with windows service wich I have also
wroten (sending/reciving information).
I was using CustomCommand function but it aloves me to send only numbers - I

What's the 'CustomCommand' function?
have also to send/recive strings...
Anybody had an idea how to do that?

Untested: Remoting or sockets...
 
Back
Top