-1
I would like to convert the following script done with AutoHokey:
DllCall("shdocvw\SetShellOfflineState", "int", False)
With that script I can "take" the Internet Explorer in the way offline without user intervention. This procedure is necessary because when the IE is offline causes error in a third party component I am using.
Other suggestions for the execution of the procedure are also welcome.
Excellent, thank you!
– rubStackOverflow