Y
yipmankai1983
Hi all,
i would like to connect the web site from wm6. The code is as follow:
Dim request As WebRequest = WebRequest.Create("http://218.253.xx.xx:
8080/folders/abc.php")
Try
Dim response As WebResponse = request.GetResponse()
Catch ex as Exception
MsgBox(ex.Message())
End Try
The above IP is my web server. Also the website can be displayed by
IE. But i run the code in wm emulator, it displays this message "Could
not establish connection to network." Could anyone answer this
question?
Yours,
Sky
i would like to connect the web site from wm6. The code is as follow:
Dim request As WebRequest = WebRequest.Create("http://218.253.xx.xx:
8080/folders/abc.php")
Try
Dim response As WebResponse = request.GetResponse()
Catch ex as Exception
MsgBox(ex.Message())
End Try
The above IP is my web server. Also the website can be displayed by
IE. But i run the code in wm emulator, it displays this message "Could
not establish connection to network." Could anyone answer this
question?
Yours,
Sky