I would like to convert the following script
done with AutoHokey
:
DllCall("shdocvw\SetShellOfflineState", "int", False)
With this script
I can "get" the Internet Explorer
of the offline
mode without user intervention. This is necessary because when IE
is offline
it causes an error in a third-party component that I'm using.
Other suggestions for running the procedure are also welcome.