|
-
Jan 19th, 2000, 12:23 PM
#1
Thread Starter
Junior Member
Ok, I would like to know how i could make a program that could retrieve the following information of the window: handle, its caption, class, any other, etc... anyway...
i'm thinking that i will need to use the Declaration:
Public Declare Function GetHandleInformation Lib "kernel32" Alias "GetHandleInformation" (ByVal hObject As Long, lpdwFlags As Long) As Long
There might be other declerations to retrieve this information, but its not much about the decleratations, but how do i use the decleration? By using the declaration mentioned above, how do i write a function or a sub that could hold the information i want in separate variables? Please helpppp!!!!! I'm an idiot. Dope.
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
|