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 :wave:
Printable View
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 :wave:
You need to use a service controller. Look them up on MSDN.