|
-
Sep 28th, 2006, 10:14 AM
#1
Thread Starter
Addicted Member
[RESOLVED] run...
how can do this that user cant run two of same program
-
Sep 28th, 2006, 10:19 AM
#2
PowerPoster
Re: run...
If App.PrevInstance = True Then
MsgBox " The program is already running. You cannot start another copy.", vbCritical
End
End If
-
Sep 28th, 2006, 10:22 AM
#3
Thread Starter
Addicted Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|