I need a list with the titles and IDs of all visible windows.
But I didn't found any way to do this with the Kernel object. :(
Would be great if somebody could help me out. :)
Gustav
Printable View
I need a list with the titles and IDs of all visible windows.
But I didn't found any way to do this with the Kernel object. :(
Would be great if somebody could help me out. :)
Gustav
I think the process viewer can do this in MMF2 Pro
processes != windows.
listing all processes would list stuff like scvhost etc., which has no visible window.
There was an extension for MMF1.5 that could do it, don't think it's converted though...
Looki is right. :(
The Kernel object is able to do many things like this.
Maybe Sphax can help with this problem.
I'll see if I can find a way to list all the windows but I don't have a lot of time... :(
There is a Windows functions called EnumWindows that will enumerate all window handles. Don't remember the exact syntax though...
Thanks, that would be the only way it seems. :)
I tryed select first, select next etc. but this don't work...