Results 1 to 14 of 14

Thread: How to determine a child's parent process?

Threaded View

  1. #2
    VB For Fun Edgemeal's Avatar
    Join Date
    Sep 2006
    Location
    WindowFromPoint
    Posts
    4,255

    Re: How to determine a child's parent process?

    Have you tried the GetParent API?

    Parent_hWnd = GetParent(Child_hWnd)

    And/or search forum for examples using, GetWindowThreadProcessId
    Last edited by Edgemeal; Apr 24th, 2010 at 09:21 AM.

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