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.
Dim strDesktop As String
Dim objShortcut As Object
Dim objShell As Object
Dim wshShell As Object
'Create Shell Application
Set objShell = CreateObject("Shell.Application")
Set wshShell = CreateObject("WScript.Shell")
strDesktop = wshShell.SpecialFolders("Desktop")
Set objShortcut = wshShell.CreateShortcut(strDesktop & "\user2.lnk")
objShortcut.TargetPath = "C:\Server\Ava2000v1.0.mdb"
objShortcut.IconLocation "C:\Server\Pictures\icon.ico "
objShortcut.Save
Set objShell = Nothing
Set wshShell = Nothing
Set objShortcut = Nothing
Dim strDesktop As String
Dim objShortcut As Object
Dim objShell As Object
Dim wshShell As Object
'Create Shell Application
Set objShell = CreateObject("Shell.Application")
Set wshShell = CreateObject("WScript.Shell")
strDesktop = wshShell.SpecialFolders("Desktop")
Set objShortcut = wshShell.CreateShortcut(strDesktop & "\user2.lnk")
objShortcut.TargetPath = "C:\Server\Ava2000v1.0.mdb"
objShortcut.IconLocation = "C:\Server\Pictures\iSAS.ico"
objShortcut.Save
Set objShell = Nothing
Set wshShell = Nothing
Set objShortcut = Nothing
Dim strDesktop As String
Dim objShortcut As Object
[!][s]Dim objShell As Object[/s][/!]
Dim wshShell As Object
'Create Shell Application
[!][s]Set objShell = CreateObject("Shell.Application")[/s][/!]
Set wshShell = CreateObject("WScript.Shell")
strDesktop = wshShell.SpecialFolders("Desktop")
Set objShortcut = wshShell.CreateShortcut(strDesktop & "\user2.lnk")
objShortcut.TargetPath = "C:\Server\Ava2000v1.0.mdb"
objShortcut.IconLocation = "C:\Server\Pictures\iSAS.ico"
objShortcut.Save
[!][s]Set objShell = Nothing[/s][/!]
Set wshShell = Nothing
Set objShortcut = Nothing