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.
System.Diagnostics.Process.Start("completefilepath")
Private Sub cmdAdmin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdAdmin.Click
System.Diagnostics.Process.Start("C:\Program Files\DataBase\db\database.mdb")
End Sub