Advertisement
C_Volume2 Files/ File Controls/ Input/ Output #70108

Prevent Double Start Program

This Code Prevent double start for your Program see it it's very simple. (And double start will happen when you make a copy for your program and open it again from another directory ,I will try to find another method),I Thank so much every one who criticism me positively not negatively.

AI

Riepilogo AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Codice sorgente
original-source
Private Sub Form_Load()
If App.PrevInstance = True Then MsgBox "This program is already running !", vbCritical, "Fallout[]": End
End Sub
Commenti originali (3)
Recuperato da Wayback Machine