Hem / Tips & tricks
// PInvoke [DllImport("user32.dll", EntryPoint = "FindWindowExA")] static extern int FindWindowEx( int hWnd1, int hWnd2, string lpsz1, string lpsz2);