Windows Service app

Can I use XoJo to build a Windows Service? I am hoping that the console app capabilities include this. If so is there any examples other than the console example that comes with the install that can relate to a service? Thx.

When you start a new project, select “Templates”. That will give you 3 additional choices:

CGIApplication
Empty Service
Event Driven Console

Select the Empty Service template to start a service application.

Yes, I’ve built many window service apps that use mysql, sql server an sqlite. I also use Always Up to maintain and control the windows service app. Never had any problems yet

Thanks for your replies! Both are a great help. The Alway Up suggestion will be useful for the project I am working on.