|
-
May 19th, 2002, 04:18 PM
#1
Thread Starter
Fanatic Member
Open only once
How do I stop the user from opening my app more than once?
-
May 19th, 2002, 04:21 PM
#2
PowerPoster
when it exits, shell to another app that deletes it. Why do you want to do this?
-
May 19th, 2002, 04:21 PM
#3
PowerPoster
VB Code:
Private Sub Form_Load()
If App.PrevInstance = True Then Unload Me
End Sub
-
May 19th, 2002, 04:24 PM
#4
PowerPoster
Oh, I thought he meant only run it once and never again. Sorry. Ignore my last post.
-
May 19th, 2002, 04:26 PM
#5
Thread Starter
Fanatic Member
thanks doods!
lol to cafeenman
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
|