I am used to c++ straight forward winAPI functions, but decided I need to learn c# and this whole .NET stuff since I'm stubborn like that.
What I'm wondering is how do I set an HWND ?
In c++ I would use something like HWND hwnd1 = FindWindow(0,"Title of the window I am after");
Thank you, - Cody Oebel