Results 1 to 2 of 2

Thread: Look form Open

  1. #1

    Thread Starter
    Fanatic Member mutley's Avatar
    Join Date
    Apr 2000
    Location
    Sao Paulo - Brazil
    Posts
    709
    Hi

    How I verify if a form is active

  2. #2
    Guest
    Use the GetActiveWindow API

    Code:
    Declare Function GetActiveWindow Lib "user32" Alias "GetActiveWindow" () As Long

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