PC Review


Reply
Thread Tools Rate Thread

Disconnecting Smartphone

 
 
=?Utf-8?B?c2RiYXJyb24=?=
Guest
Posts: n/a
 
      25th Dec 2004
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.
 
Reply With Quote
 
 
 
 
Sergey Bogdanov
Guest
Posts: n/a
 
      25th Dec 2004
The ConnectionManager is a part of OpenNETCF library [1].
ConnectionManager contains the method Disconnect which you are looking for.

[1]
http://www.opennetcf.org/SourceBrows...tionManager.cs
sdbarron wrote:
> 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.

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: RDP on SmartPhone David B. Windows XP Work Remotely 0 22nd Sep 2009 08:02 PM
BCM Smartphone John Microsoft Outlook BCM 4 23rd Jun 2007 07:37 AM
GPS API for WM5 Smartphone =?Utf-8?B?ZGFteWxlbg==?= Microsoft Dot NET Compact Framework 4 22nd Feb 2006 03:41 AM
.Net 2.0 on Smartphone??? Mike Scott Microsoft Dot NET Compact Framework 4 24th Nov 2005 02:51 PM
Smartphone app retrieving a document from another smartphone Daryl Wilding-McBride Microsoft Dot NET Compact Framework 2 10th Jun 2004 08:51 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:19 PM.