wininet
WinInet wrapper for FTP in Delphi
Give advice, please. I want to develop FTP / SFTP / FTPS client download manager in Delphi on WinInet. On what better to do (Indy, ISC Components, WinInet ...)? May already have solution开发者_JS百科s[详细]
2023-04-11 23:07 分类:问答Document Mode menu functionality in Web Browser Control
I\'m writing my own MFC app that uses WebBrowser control (uses IE9). I wonder how can I use the API similar for \"the document mode menu\" in IE Developer tools : http://msdn.microsoft.com/en-us/libra[详细]
2023-04-06 08:35 分类:问答FTP upload problem
I have made a program to upload to my NAS via FTP protocol. My program runs fine when I try to upload to my web page, but when I开发者_开发问答 enter the IP of my NAS, the following line returns false[详细]
2023-04-05 20:29 分类:问答specifying which adapter wininet will use
I have a Visual Studio 2008 C++ application that uses WinInet to retrieve fi开发者_如何学Goles from HTTP and FTP servers. Is there a way I can specify which network adapter WinInet will use to connect[详细]
2023-03-28 06:29 分类:问答Don't send existing cookies, but still accept set cookies
I am looking at the Wininet APIs for cookies, and I cannot seem to find a flag for that would avoid sending cookies, but still accept them. I am trying to not send in the HTTP request the cookies curr[详细]
2023-03-27 23:31 分类:问答Downloading Binary Files With Wininet
I am currently programming a simple program, I want to distribute to my friends. What I am trying to accomplish, is to write some external binary files to a buffer from the internet, upon starting the[详细]
2023-03-26 19:09 分类:问答Delphi 2010 - Wininet running out of handles
I have an app that makes intensively uses of Wininet functions to get some data from internet. I am getting a very odd handle related error messages sometimes:[详细]
2023-03-26 05:10 分类:问答WinInet and SessionCookies
Hello and good evening to all. I have my app that uses InternetSetCookie to create (session) cookies needed for its job. However I want to remove the cookie named for ex. \'badcookie\' after each req[详细]
2023-03-22 06:24 分类:问答WinInet HttpQuery Info returning Invalid Status Codes
I am working on a program that needs to check the existence of a page before it loads (so nothing too exotic).[详细]
2023-03-22 03:58 分类:问答How to set proxy settings of a specific Internet Explorer 8 instance in C# .NET?
I would like to set proxy settings of a specific Internet Explorer 8 instance. Here is my code: static Process RunNewIE8Instance(string proxySettings)[详细]
2023-03-20 14:10 分类:问答