Tagged Questions
0
votes
2answers
588 views
Wininet's INTERNET_OPTION_IGNORE_OFFLINE doesn't work?
I'm trying to get Wininet to ignore Internet Explorer's "Work Offline" mode, for both HTTP and FTP.
So I'm trying to use InternetSetOption() with INTERNET_OPTION_IGNORE_OFFLINE. The documentation ...