InfiniteNothing Posted June 20, 2006 Posted June 20, 2006 (edited) 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 June 20, 2006 by InfiniteNothing
nfwu Posted June 21, 2006 Posted June 21, 2006 EnumWindows:http://msdn.microsoft.com/library/default....enumwindows.aspUse EnumWindows to get a list of open windows, then use AutoItX's WinGetProcess to get the process ID of each window and compare!#) TwitterOut of date stuff:Scripts: Sudoku Solver | Webserver | 3D library (Pure AutoIt) | Wood's GadgetsUDFs: _WoodUniqueID() | _DialogEditIni() | _Console*() | _GetIPConfigData() | _URLEncode/Decode()
HexMaster Posted June 23, 2006 Posted June 23, 2006 I think we're going to need a PID to ProcessName UDF...I might write one, because I'm needing such for a similar task...
Minion Posted July 14, 2006 Posted July 14, 2006 I've recently done that with a few big if functions >.>http://www.autoitscript.com/forum/index.php?showtopic=29069
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now