Download URL Contents Directly into String (VB6) WITHOUT Saving to Disk
问题 Basically, I want to download the contents of a particular URL (basically, just HTML codes in the form of a String) into my VB6 String variable. However, there are some conditions. I know about the URLDownloadToFile Function - however, this requires that you save the downloaded file/HTML onto a file location on disk before you can read it into a String variable, this is not an option for me and I do not want to do this. The other thing is, if I need to use an external library, it must already