Hi All,
I want to know, say, sqlserver is running or not. It can be seen in the Process in the task manager (win2k) but I want to detect it using VB6.0. How can this be done. Please advise.
Printable View
Hi All,
I want to know, say, sqlserver is running or not. It can be seen in the Process in the task manager (win2k) but I want to detect it using VB6.0. How can this be done. Please advise.
You can try to connect to it with winsock and see if port open...
Try taking a lok at the FindWindow API call from www.allapi.net ...