borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Syntax for excel within VB.net)Next Topic (Vb.Net & Yahoo !!) New Topic New Poll Post Reply
AndreaVB Forum : VB.Net : Window Service
Poster Message
Chris_871
Level: Master


Registered: 30-11-2002
Posts: 106

icon Window Service

Hi Friends

What is Window Services in .Net ? and what is the purpose of it?

By

Chris

01-11-2004 at 02:21 PM
View Profile Send Email to User Show All Posts | Quote Reply
Goran
Level: Moderator

Registered: 16-05-2002
Posts: 1681
icon Re: Window Service

Windows service is a program that runs in the background (usually with no visual interface). It is also called NT service.
Itis handled by Service Control Manager (SCM does all taks considering services, like installing/uninstalling them, starting, stoping, pausing, enumerating, showing status, etc). Service must be installed in the Windows service database (HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services) before it can be launched.

To see which servises are running, go to Control Panel - Administrator Tools - Computer Management - Services and Application - Services.

____________________________
If you find the answer helpful, please mark this topic as solved.

01-11-2004 at 06:10 PM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : VB.Net : Window Service
Previous Topic (Syntax for excel within VB.net)Next Topic (Vb.Net & Yahoo !!) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2007 Andrea Tincaniborder