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.
Normal
[code=vb]Dim m As Mutex = New Mutex(False, "ApplicationName")If Not m.WaitOne(0, False) Then Application is already runningEnd If[/code]
[code=vb]Dim m As Mutex = New Mutex(False, "ApplicationName")
If Not m.WaitOne(0, False) Then
Application is already running
End If[/code]