Board index » cppbuilder » TService application

TService application


2007-04-25 01:11:31 AM
cppbuilder80
I'm interested in learning how to write a service application in BDS
using BCB 2006. Could anyone point me to a good sample application or
tutorial on this subject. I've googled and haven't found much useful
material so far.
TIA, Bob Byers
 
 

Re:TService application

Bob Byers wrote:
Quote
I'm interested in learning how to write a service application in BDS
using BCB 2006. Could anyone point me to a good sample application or
tutorial on this subject. I've googled and haven't found much useful
material so far.

TIA, Bob Byers
To expound further - I have a simple VCL application that I want to load
as a service ... so that it loads automatically with windows and the
user cannot unload it.
 

Re:TService application

Quote
I'm interested in learning how to write a service application in BDS using
BCB 2006. Could anyone point me to a good sample application ...
Launch the help and head to this help page:
ms-help://borland.bds4/bds4win32devguide/html/idh_serviceapplications.htm
Unless your service is created to interact with the user (very rare) then
remember to remove all user interaction dialogs. This includes the default
exception handler of the application.
Quote
I've googled and haven't found much useful material so far.
If you googled with "bds2006" in the description I would suspect you won't
find much. Leave out "bds2006" and replace it with "cppbuilder" or
"borland" and you will get plenty of information. Also, be sure to use
Google Groups (groups.google.com) when searching for previous
newsgroup posts and not the standard Google search.
- Clayton
 

{smallsort}