Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Private Sub Main()
Dim Inet1 As Inet
Inet1.AccessType = icUseDefault
With Inet1
.Execute , "PUT", "C:\test.txt"
.Execute , "CLOSE"
End With
MsgBox ("Complete")
End Sub