|
-
July 21st, 1999, 07:15 AM
#1
What determines the value of App.PrevInstance?
I've got this code in my program
If App.PrevInstance then
MsgBox "A previous instance running"
End
End If
If I run the exe, exit the program, then restart the program I get the prev instance message. This is happening even when I am the only one running the program. So, I figure something must be left open when I exit the program. How can I found out what is causing App.Prev.Instance to be true?
Thanks for the help!!
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
|