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.
Global strURL As String
Global strURLName As String
Global strBrowser As String
Global strHWND As String
Dim eWBShellWindow As New SHDocVw.ShellWindows
Dim eWB As SHDocVw.WebBrowser
For Each eWB In eWBShellWindow
strURL = eWB.LocationURL
strURLName = eWB.LocationName
strBrowser = eWB.Name
strHWND = eWB.hwnd
Next