Feature Request |
Post Reply |
Author | |
Kent
Guest Group |
Post Options
Thanks(0)
Posted: 15 April 2003 at 5:08pm |
I would like to throw out a feature request. I admin my servers through Term Srv and it is rather annoying to have to shut down the service and then launch the GUI app. Would it be possible to add a tray icon to all sessions for SpamFilter. I have written several services that do this, so I know it can be done. I am not sure which Dev language you use, but here are a few links on doing this. http://www.microsoft.com/msj/defaulttop.asp?page=/msj/archive/s6bb.htm http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3B176085 So far in testing I think I am pretty much sold. Kent
|
|
LogSat
Admin Group Joined: 25 January 2005 Location: United States Status: Offline Points: 4104 |
Post Options
Thanks(0)
|
Hi Kent, I'm including part of a previous posting below. ================ The service application was designed in a rather unorthodox way. We wanted to provide SpamFilter in three different flavors. A Windows standalone application, a Windows NT service, and a Unix GUI application (a Unix console application is on the way). We succeeded, and furthermore we simplified development a lot by using a single set of source code that can be compiled in three different ways. The service is unusual in that there is no control program. The GUI you see *is* the service. Closing the GUI would shutdown the service. When there is nobody logged in NT, the GUI window is simply hidden, and keeps running in the background. You are correct, this is not how usually services are designed, but it is what allows us to maintain two applications (standalone & service) always in sync development-wise ================ We are very familiar with the articles you mention, unfortunately Borland Delphi (our compiler) has caused a few problems with the service-mode when we proceeded with our way of programming. But since the problem of not being able to use the tray icon is proving to be a pain with Term Services, we are trying to come up with an alternative way of forcing the tray icon to diplay using a helper app. We hope to have that ready soon, unless other issues come up. Roberto Franceschetti |
|
Post Reply | |
Tweet
|
Forum Jump | Forum Permissions You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
This page was generated in 0.098 seconds.