|
-
Feb 16th, 2002, 11:23 PM
#1
Thread Starter
New Member
get hwnd from hprocess
I am writing a shell type program, and am wondering how i can get the window handler of a program, from the process id.
i am using
hprocess = OpenProcess(PROCESS_QUERY_INFORMATION, 1, Shell(app), vbNormalFocus))
to run the program, so ic an tell when it is finished. I also need to be able to minimze/maximize/retore the program but you need the window handler to do that. any help????
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
|