Diego,
You don't. You should not have a service try and use user interface
elements. Rather, you should have the service expose an endpoint (through
remoting or WCF) and have a separate program access that endpoint in order
to display things to the user about the service.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
-
(E-Mail Removed)
"Diego F." <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I need to make a windows service that shows the process in a window. How
>can I add an interface to a windows service?
>
> --
>
> Regards,
>
> Diego F.
>
>
>