Backgroundworker and my.computer.network.ping
I am developing a small application that checks a list of ip's to see if they are reachable or not. When they aren't available the icon turns red, otherwise it just stays white.
I've decided to use a backgroundworker to check if the pc's are available when there are more then 0 computers in the list.
However when the program reaches the my.computer.network.ip("insert adres") event my program freezes until it gets a timeout or a reply. I thought that using a backgroundworker wasn't supposed to effect the winform itself.
Does anyone know how I can fix this problem?
With friendly regards,
Gwen

