Results 1 to 2 of 2

Thread: App.previnstance

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2000
    Posts
    208

    Question

    How can I use the
    App.previnstance
    function ????
    ( I know it's easy but I've forget.. )

  2. #2
    _______ HeSaidJoe's Avatar
    Join Date
    Jun 1999
    Location
    Canada
    Posts
    3,946

    <?>

    Code:
    ' See if there is already and instance.
        If App.PrevInstance Then
     ' Activate the previous instance
            AppActivate App.Title
            
    ' Terminate the new instance
            Unload Me
        End If
    "A myth is not the succession of individual images,
    but an integerated meaningful entity,
    reflecting a distinct aspect of the real world."

    ___ Adolf Jensen

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