|
-
Aug 16th, 2006, 12:28 PM
#6
Thread Starter
Fanatic Member
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:
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|