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.
Option Explicit
'Requires Windows XP SP 1 or later, and a reference to:
'
' Microsoft Windows Image Acquisition Library v2.0
'
Private Sub Command1_Click()
With New WIA.ImageFile
.LoadFile "Misc1.png"
Set Image1 = .FileData.Picture
End With
End Sub