|
-
Dec 8th, 2005, 01:04 PM
#5
Frenzied Member
Re: Howto get parent Process PID
if there is more than one, then it may or may not pick the one that you want. If the Console Window you want has a different Window Title from the other consoles, then you could include that in the FindWindow() so it gets the one that you want, for instance:
hwnd = FindWindow("ConsoleWindowClass", "Enter Window Title Here")
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
|