Advertisement
3_2004-2005 Files/ File Controls/ Input/ Output #134343

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

एआई सारांश: 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.

सोर्स कोड
original-source
Private Sub Form_Load()
If App.PrevInstance = True Then MsgBox "This program is already running !", vbCritical, "Fallout[]": End
End Sub
मूल टिप्पणियाँ (3)
Wayback Machine से पुनर्प्राप्त