How to start a Windows service from VB.NET? For example, I want to start Oracle Listener service TNSLSNR.EXE from a VB.NET executable. I tried with the command of starting a process, but is not working.

Thanx for any help