Hi, I'm trying to make simple app which should send file to FTP by WiFi or GPRS. I'm using samsung omnia sgh-i900 with WM 6.1. I've written something like this to find adapters and AP: foreach (NetworkInterface nil in NetworkInterface.GetAllNetworkInterfaces()) { cbAdaptersWIFI.Items.Add...