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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top