My C# project starts some other processes, which create windows of their own. Displaying all those windows is messy - is there a way to clip/mask these windows (which my project does not own) so only a small portion of them is displayed and able to be interacted with?
E.g. something one'd pass a wHnd together with a Rectangle.
Is this a thing that exists?