Arvind,
As far as I know the whole point of a service is that it will always run,
even when there is no desktop (like when no-one is logged on). I've build a
few services myself and those services create a logfile in wich the status
of progress can be retrieved.
I suppose you could create a monitoring winforms app, this app will then be
communicating with the service. I'm not sure how to approach this but maybe
someone else on this group can help you with that, I would be interested in
this also.
HTH
Jurjen
Netherlands.
> Hi,
>
[quoted text clipped - 9 lines]
> Thanks in advace,
> Arvind.
GhostInAK - 14 Jun 2006 20:25 GMT
Hello Jurjen,
The common (read: correct) method is to create the service with no UI. Then
create a windows (UI) app that communicates with the service somehow (IPC,
TCP, etc).
-Boo
> Arvind,
>
[quoted text clipped - 30 lines]
>> Thanks in advace,
>> Arvind.