Hi, I would like to write a program that would kill only popup windows that have certain names. To do that, I would need to get a list of windows currently open in the windows environment (XP). I've looked into Win32::PerfLib but that only gives me processes (not application names where the window names would appear). Does anyone know how to do this?
Thanks