GUI app for a windows service

H

Harry Hudini

Hi,

I was wondering if anyone could let me know of a good site or other source
of info for learning how to create a GUI that will "talk" to a service. I
have created a service for a task at work, and at the moment it takes all
its config info from an .ini file and writes events to a log file. I would
like to create a GUI that will allow the user to see what the service is
doing currently rather than opening log files.

Can anyone help ?
Olly

--
________________________________________________
ADSSupport.net
http://www.adssupport.net
Dedicated free Active Directory ServicesT support

email: oliver.marshall@[email protected]
 
H

Herfried K. Wagner [MVP]

* "Harry Hudini said:
I was wondering if anyone could let me know of a good site or other source
of info for learning how to create a GUI that will "talk" to a service. I
have created a service for a task at work, and at the moment it takes all
its config info from an .ini file and writes events to a log file. I would
like to create a GUI that will allow the user to see what the service is
doing currently rather than opening log files.

You may want to use Remoting to communicate with the Windows Service.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top