0
kicks
A managed code C# alternative for the Native FindWindow
A cleaner C# alternative to loading Native Win 32 DLL and invoking FindWindow to get to another process's window handle, is to use the Process class in C#. You can also use it to close another window, and even get the window's text...