October 22, 2021 at 8:44 am
#100559
Member
maybe something like this with some changes i’m not sure your the expert im not even a amature hahahah
‘ Launch WMP
If Nz(Me.txtPath, “”) = “” Then
MsgBox “Please specify a file to play.”
Me.txtPath = mcstrSamp
Me.txtPath.SetFocus
Else
LaunchWMP (Me.txtPath)
End If
End Sub