Jump to content

Find Window Title from Process ID with a method


Recommended Posts

I'm looking to find a Window Title from Process ID with a method. I've seen many solutions to this problem using the ListProcess function but how can this be done only using X methods?

With this info I plan on writing a ProcessWait like method where instead waiting for "exist" it'll wait for "active"

PS: Nice VBB. My compliments to Invision I suppose

Edited by InfiniteNothing
Link to comment
Share on other sites

EnumWindows:

http://msdn.microsoft.com/library/default....enumwindows.asp

Use EnumWindows to get a list of open windows, then use AutoItX's WinGetProcess to get the process ID of each window and compare!

#)

Link to comment
Share on other sites

  • 3 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...