|
-
Jun 16th, 2004, 04:45 PM
#1
Thread Starter
Frenzied Member
creating a new service
Hi
Is it possible to create a new service in Start->Settings->Admin Tools->Services?
-
Jun 17th, 2004, 05:46 AM
#2
Sure is, though this should go in the appropiate VB forum. Try this site , this shows you how to make a basic Windows service.
I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)
-
Jun 18th, 2004, 04:48 AM
#3
Thread Starter
Frenzied Member
Hi
I don't want to do it through code. Just by using the mouse and keybord
-
Jun 19th, 2004, 01:15 AM
#4
Well you can't. It's a special process to install a service, most commonly performed by the setup program. If you read that page, it shows you how to install a service with a program bundled with Visual Studio .NET.
I use Microsoft Visual Basic 2005. (Therefore, most code samples I provide will be based around the .NET Framework v2.0, unless otherwise specified)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|