Question Windows Service

niceguyin

New member
Joined
Mar 9, 2009
Messages
1
Programming Experience
1-3
Hi,

I have to schedule an exe file as windows service. The exe file should be triggered when user connects to the pariticular net work for ex: company network. User can connect/disconnect to the company n/w "n" number of times to the network in a day. so every time when user connects to the network theservice should run the exe file.

So how to check this condition in vb.net. Please reply.

Thank You...
 
You could check to see if any IP address's are not 127.0.0.1 ?

If it has a static IP assigned then I guess you will need to find a way to check the status of the network connection through windows?
 
Back
Top