小弟是用818按update時直接連上gprs,但費用太貴所以將sim卡拔下
在按update時一直出現'請選折下一個動作資料更新完畢!資料跟新中.."
不曉得是哪個環節作錯了,還請指教,謝謝您
springman wrote:
schroeder同學..
照這樣看是網路斷線了,
也就是在按Update跟Connect時一定要是可以連線的狀態,
因為這時我都會發出一個http的request上那個網站查詢,
我剛測了一下,如果斷線的狀況就會出現跟你一樣的狀況了,
你再試試吧...
如果還是有問題我們再來一步一步抓抓看...
謝謝!
Suggestion:
Use "catch(WebException)" to post an error message, then users will be notified if the internet connection is broken.
Something like this:
try
{
http..request....
}
catch(HttpException)
{
MessageBox.Show("Your error message...");
}
內文搜尋

X