Results 1 to 6 of 6

Thread: [Resolved]Getting the active window Co-ords

Threaded View

  1. #6

    Thread Starter
    Fanatic Member
    Join Date
    Sep 2005
    Posts
    540

    Re: Getting the active window Co-ords

    Just figured it out.

    I did some research on that API you gave me and it says it's only for VB.net. Is there another for 6.0?

    http://www.allapi.net/apilist/GetActiveWindow.shtml

    EDIT*** Oh wait my bad, it does work for 6... well this site says so any ways.


    Edit***EDIT***
    VB Code:
    1. Declare Function GetForegroundWindow Lib "user32" Alias "GetForegroundWindow" () As Long
    This API works, however the GetActiveWindow doesn't. Thanks any ways, you gave me a hint, lol.
    Last edited by Slyke; Aug 16th, 2006 at 12:34 PM.

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