wininet
InternetReadFile reads only 10kb
i\'m trying to download file from http server using WinINet library calls. It works perfectly fine on my local web server. but when i\'m trying download something from the internet, InternetReadFile r[详细]
2023-03-18 05:16 分类:问答How i can retrieve the error description for a WinInet error code from delphi
I needto obtain the description of an WinInet function error code, The MSDN documentation about the WinInet functions says which I must use the GetLastError function to retrieve the last error code wh[详细]
2023-03-18 01:56 分类:问答Is it safe to assume InternetCloseHandle() won't fail, thereby allowing cleaner code?
Here\'s a routine to do an HTTP request using WinINet and either return the fetched string or raise an exception:[详细]
2023-03-17 15:47 分类:问答Delete IE9 Cache and Cookies
My app works with Web Browser Control embedding IE9. I have changed the registry of IE to write it\'s cache/cookies into some own temp folder (I wanted that every instance will write it\'s cache and c[详细]
2023-03-15 06:48 分类:问答how to send a zip file using wininet in my vc++ application
I was able to send a txt file by having these 2 variables storing header... static TCHAR hdrs[] = \"Content-Type: multipart/form-data; boundary=---------------------------7d82751e2bc0858\";[详细]
2023-03-14 05:44 分类:问答How to downlaod ajaxed pages with WinInet
I am using WinInet for downloading webpages in my small C++ program. With the increased use of Ajaxed pages (urls withhashbang), the download does not work good. Instead of getting the current state o[详细]
2023-03-14 04:21 分类:问答Problem in downloading twitter search pages
I am trying a small program to download webpages and collect some data. The program works fine for most webpages. However, there is problem in downloading Twitter search results.[详细]
2023-03-13 18:23 分类:问答Determine the name of a file to download
I need to download a file from a url which has format similar to http://server.com/sett开发者_JAVA百科ings/files/1 when I paste this url in a web-browser this can determine the name of the file to dow[详细]
2023-03-09 21:59 分类:问答Retrieve IE proxy username and password
I want to retrieve proxy username and password from IE7 Here is my code CString UserName; LPINTERNET_PROXY_INFO ProxyInfo;[详细]
2023-03-09 19:31 分类:问答Resolving a Proxy Authentication Required Issue
I\'ve written a Delphi application which requires communication with a remote web server. I pass INTERNET_OPEN_TYPE_PRECONFIG flag into the InternetOpen function to initialise my app\'s use of the Win[详细]
2023-03-06 02:29 分类:问答