If you already have it listenting to one port, why not just have it listen
to another on a different thread and have your interface communicate with it
through sockets.
Regards
John Timney (MVP)
http://www.johntimney.com
http://www.johntimney.com/blog
"Diego F." <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hello. I have a windows service running that listens to a port and makes
> insert queries in a database.
>
> I need to make an interface, so my idea is creating a simple windows
> application that just shows messages from the service.
>
> Can I do that with remoting? What are the main steps to do that?
>
> --
>
> Regards,
>
> Diego F.
>
>
>