View: - 402
Private Sub Form_Load() If App.PrevInstance = True Then MsgBox "Another copy of this application is already running." End End If End Sub