i wana connect my app to internet

I wana connect my app and make it to run like my web application
OK, what part are you having trouble with? HTML is literally just plain text served up on port 80 and delimited with tags. What do you have so far?
Last edited on
What do you mean by "run like my web application"?

As this is the Windows forum, you could embed the WebBrowser ActiveX control in your app, which would do most of the work for you. (There are non-Microsoft equivlents available, e.g. WebKit)

Then there's the WinINet API.

Or you could use the socket (WinSock) API (or cURL, etc) to talk to the web servers and process the HTML, etc yourself.

Andy
Topic archived. No new replies allowed.