Results 1 to 3 of 3

Thread: [RESOLVED] run...

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    May 2006
    Posts
    216

    Resolved [RESOLVED] run...

    how can do this that user cant run two of same program

  2. #2
    PowerPoster Pasvorto's Avatar
    Join Date
    Oct 2002
    Location
    Minnesota, USA
    Posts
    2,951

    Re: run...

    If App.PrevInstance = True Then
    MsgBox " The program is already running. You cannot start another copy.", vbCritical
    End
    End If

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    May 2006
    Posts
    216

    Re: run...

    thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width