Disconnecting Smartphone

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

My sample code, below, works just fine for me...
Dim x As New Xml.XmlDocument
x.Load("http://www.example.com/example.xml")
TextBox1.Text = x.OuterXml
x = Nothing

....my problem is that my phone seems to still be connected to the phone
company. Sure, I can press End to disconnect, but I forgot to do that once a
couple of months ago and it cost me at least 90 minutes!

I've read some similar posts here (searching for smartphone and disconnect)
but they all seem to be using something called connection manager which I
can't find in the CF.
 
Back
Top