wininet
How to use the WinInet API from Java?
According to this answer to an earlier question of mine, the WinInet Windows API is the correct way to read and write 开发者_运维问答internet connection settings in Windows. How can I use this API fro[详细]
2023-01-27 03:23 分类:问答How can I detect when user browses certain url?
I\'m writing an application, which becomes \"useful\" once user is browsing certain url. I want to add feature to my application, that it will be automatically launched once user browses this url, I[详细]
2023-01-21 04:01 分类:问答C# wininet InternetSetOption
I\'m using How to clear System.Windows.Forms.WebBrowser session data? and it works as long as there is only one browser. Is it possible to give 2 web browser controls within the same application their[详细]
2023-01-15 14:12 分类:问答Downloading a file from the Internet while being able to abort the download any time
I\'d like to download a file from my Delphi program in a separate thread dedicated to the download. The problem is that the main program can be closed any time (thus the download thread can be termin[详细]
2023-01-12 13:37 分类:问答Cause of seemingly random crashes in wininet.dll?
I am getting crashes deep in wininet.dll. It crashed trying to read the zero memory location in HTTP_REQUEST_HANDLE_OBJECT::ReleaseConnection[详细]
2023-01-11 03:04 分类:问答dynamic arrays and wininet in delphi?
I\'m using WinInet to connect and retrieve information from one of our server. I\'m using the following:[详细]
2023-01-07 01:16 分类:问答WinInet InternetSetOption with INTERNET_OPTION_SUPPRESS_BEHAVIOR option not working as expected
Hi all and thanks for taking the time to read this.I have a c# application where I wish to override the default WinInet cookie settings.The goal is that even when the system WinInet cookie privacy set[详细]
2023-01-04 23:24 分类:问答Using a specific network interface for a WININET HTTP request
Is there a way to specify which local network interface to use when using the WININET interface for an outgoing HTTP request?[详细]
2023-01-03 23:23 分类:问答Copy binary image data into a string
I need to send image data over network using HttpSendRequest POST request. For this purpose I am creating a string , adding some parameters to string, then I need to add raw image data.[详细]
2023-01-03 12:20 分类:问答sending sms from windows application
I am creating a windows application which needs to send some sms to mobile phone.This is just for testing purpose.[详细]
2023-01-03 11:20 分类:问答