Jobs
Author: _ram Date Submitted: 2/14/2005 Category: File Manipulation Compatibility: VB 6,VB 5 This code has been accessed 4480 times.
Email Yourself this snippet:
No declarations
Code
Private Sub Form_Load() If App.PrevInstance = True Then MsgBox "This program is already running!", vbCritical, "Error" End End if End Sub