How to request data from URL
-
Hey How to request data from an URL and display this data into an editbox or static text? thanks in advance
URLDownloadToFile will download the page to a file. You can then open and display the file URLDownloadToCacheFile will download the page to a cached file where you can access the data By the way, I think VC++ MVP Michael Dunn has a really nice article on this site showing how to use the URLDownloadToFile function. You should be able to search and find it easily enough.
-
URLDownloadToFile will download the page to a file. You can then open and display the file URLDownloadToCacheFile will download the page to a cached file where you can access the data By the way, I think VC++ MVP Michael Dunn has a really nice article on this site showing how to use the URLDownloadToFile function. You should be able to search and find it easily enough.