Hi
Is it possible to create a new service in Start->Settings->Admin Tools->Services?
Printable View
Hi
Is it possible to create a new service in Start->Settings->Admin Tools->Services?
Sure is, though this should go in the appropiate VB forum. Try this site , this shows you how to make a basic Windows service.
Hi
I don't want to do it through code. Just by using the mouse and keybord ;)
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.