Could someone please explain when the functions NetworkInterface.Bind(), Rebind, Unbind should be used? I have the following code that I use to find nearby access points: Dim NoAPs As Boolean = True Dim ReturnValues As AccessPointCollection While (NoAPs) AddStatus("Searching for the network..."...