fr3ddie Posted September 13, 2005 Posted September 13, 2005 Is it possible to pick a window HANDLE from the process name or from the PID of a process (better)?If not (as I think) is it possible to introduce a new command as "WinGetHandle ( "title" [, "text"] )" but in the form "WinGetHandle ( "PID" )" in the next AutoIt version?Use of PIDs and HANDLEs is better than window title 'cause window titles can change often. So I think new commands that use PIDs and HANDLEs are necessary.Another feaure request, if I can: Perl Compatible RegEx implementation.I suggest the implementation of various commands contained into Hamster (http://www.tglsoft.de) for RegEx manipulation.Thank you in advance,Fr3ddie.http://www.fr3ddie.it
MrSpacely Posted September 13, 2005 Posted September 13, 2005 bad thing is that one PID can have lots of windows I had a info tool wich could show controls and windows explorer had like 100 windows all hidden mostly
fr3ddie Posted September 13, 2005 Author Posted September 13, 2005 bad thing is that one PID can have lots of windowsI had a info tool wich could show controls and windowsexplorer had like 100 windows all hidden mostly<{POST_SNAPBACK}>Oh, this is bad (And a command to place into an array all the windows title, the handle and the PID?Something like the one for the titles only, so to creat e an array like this:ar[0][0][0][0] = [PID][processname][window1][handle1]ar[0][0][1][1] = [PID][processname][window2][handle2]ar[1][0][0][0] = [PID1][processname1][window1][handle1]etc...Is it possible? I think this could be very useful.Fr3ddiehttp://www.fr3ddie.it
w0uter Posted September 13, 2005 Posted September 13, 2005 should be using some enum function in a dll. i think ive seen it in some random app. My UDF's:;mem stuff_Mem;ftp stuff_FTP ( OLD );inet stuff_INetGetSource ( OLD )_INetGetImage _INetBrowse ( Collection )_EncodeUrl_NetStat_Google;random stuff_iPixelSearch_DiceRoll
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