G
Guest
Hi,
I need to enumerate windows and find the sum of the rect of all the windows
of a specific application. In C++, I use the APIs - 'EnumWindows ,
GetWindowRect and UnionRect to accomplish the same.
How to perform the above in c#? Is PInvoke the only way to do it or Is there
some inherent c# way?
I need to enumerate windows and find the sum of the rect of all the windows
of a specific application. In C++, I use the APIs - 'EnumWindows ,
GetWindowRect and UnionRect to accomplish the same.
How to perform the above in c#? Is PInvoke the only way to do it or Is there
some inherent c# way?