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.
' CancelError is True.
On Error Resume Next
' Set filters.
cmd.Filter = "All Files (*.*)|*.*|MP3 Files (*.mp3)|*.mp3|Wav Files (*.wav)|*.wav"
' Specify default filter.
cmd.FilterIndex = 2
' Display the Open dialog box.
cmd.DialogTitle = "Open"
cmd.ShowOpen
mp1.FileName = cmd.FileName
mp1.Play