My Testprogramm takes data from a server and needs a GPRS-connection. Sometimes,
the connection breaks down and i have to set a new connection per hand under the windows-menu/connection. Is it possible to set the GPRS-connection automatically, if the connection is break? I think, that i only can call a number with the new phone.dll, but no internet-connection like ´vodafone.web.de´.
I'am not able to create a GPRS-connection with the http-libary. I have an URL like "http://web.vodafone.de" over which i want to go in the internet to connect to the IP from a server. Now I want to create the GPRS.connection, when I push a button and close it, when I push another button. The Server-Connection is realised with the network-Libary (client.connect). Whith Request.Getresponse the PPC try to open a GPRS-Connection, but then, the application will stop and I can't break it.