L
Lex
Is there are win32 function to get a list off all top level windows
with a given class name?
Right now I am using EnumWindows (getting all windows) and then using
GetClassName on each window to see if it is a window that I care
about.
I was hoping there was something a little cleaner
Regards
with a given class name?
Right now I am using EnumWindows (getting all windows) and then using
GetClassName on each window to see if it is a window that I care
about.
I was hoping there was something a little cleaner
Regards