i want to communicate with some server over internet and get values returned by it ? how can i do it
Printable View
i want to communicate with some server over internet and get values returned by it ? how can i do it
You could use the webbrowser control, or the Inet control, and you could also use the Winsock control. What exactly do you want to do?
well here's wat i want
i have made a modem dialler just like i mention in my previous thread, now the RAS server which i get connected to offcourse has got the phone no of the client, now i want that i should get the phone number back from server to client. the phone number which the user has used to dial to connect to the internet
Is it a web page with the information?
yes whateva is possible
like a web page which has some information
or a database on a web which i want to access through my application
or ne other possibility
Here's something that I helped on.
It should give you some ideas on using the web browser control, and parsing a web page. It also returns data to the page.
Hope you can use it. :wave: