Let's say I have a process ( AIM for instance). How can I figure out the name of all the windows that are opened by that process and are visible (for example the name of all the IM screens that are opened by AIM)
thanks in advance
Printable View
Let's say I have a process ( AIM for instance). How can I figure out the name of all the windows that are opened by that process and are visible (for example the name of all the IM screens that are opened by AIM)
thanks in advance
I think you might want to use the findWindow API function for that one.
so .NET doesnt have a class for something like this?Quote:
Originally posted by DevGrp
I think you might want to use the findWindow API function for that one.
I dont think so, I'll check though.