Need help writting a Program that will run as a service.
Can any given me some help with creating a program
that will run as a service. I need to be able to install
the program on my server as a service.
Is there anything special that needs to be done in
writing such a program?
You should be able to find everything you need by looking at the SQLitening Server source code (SQLiteningServerAdmin.Bas).
--Bob
Was that made in FF? I may have to look at that if so. I made an app that runs as a Service, but Interact with Desktop did not work well. It installed and uninstalled with switches, added the Description to the Reg Key that API doesn't add, detected when ran as exe and warned user it was a Service, etc. It ran and stopped fine too, just when shutting down Windows it beeped sometimes like the App and the Service were closing at the same time and trying to access resources that were destroyed already. My other apps that had no GUI and ran as a service worked fine though, but they were just made in PB IDE. Some templates for FF3 would be cool for things like this to be able to use FF just like an IDE only or to make Screen Savers, Control Panel Applets, Services, etc would be a nice addition.