T
TampaWebDevelopment
I have just finished a Windows Service that I have been working on for
quite some time that works pretty well and is fairly useful. To this
point, editing configuration items of the service requires manually
editing the config.xml file. This is completely fine for me. But, I
just decided that I want to build a nice little GUI for the service,
give it a tray icon, and release it for all to use.
I have developed plenty of desktop applications, windows services, web
applications, etc. The one thing that I have not done is build a
Windows Service that has a GUI.
My service is a FTP backup utility. What I would like to develop is a
GUI that will allow the user to add/edit/delete new backup jobs, see
the current activity of the service (if it is currently downloading,
uploading, etc), and be able to stop/start the service.
So, can someone point me in the right direction to achieve this? I
would prefer some good, clean code, not some hack junk.
Thanks in advance. If anyone would like a copy of the code when I
finish it up, shoot me an email and I will be more than happy to
supply it.
quite some time that works pretty well and is fairly useful. To this
point, editing configuration items of the service requires manually
editing the config.xml file. This is completely fine for me. But, I
just decided that I want to build a nice little GUI for the service,
give it a tray icon, and release it for all to use.
I have developed plenty of desktop applications, windows services, web
applications, etc. The one thing that I have not done is build a
Windows Service that has a GUI.
My service is a FTP backup utility. What I would like to develop is a
GUI that will allow the user to add/edit/delete new backup jobs, see
the current activity of the service (if it is currently downloading,
uploading, etc), and be able to stop/start the service.
So, can someone point me in the right direction to achieve this? I
would prefer some good, clean code, not some hack junk.
Thanks in advance. If anyone would like a copy of the code when I
finish it up, shoot me an email and I will be more than happy to
supply it.