HWND FindWindow(<br><br> LPCTSTR lpClassName, // pointer to class name<br> LPCTSTR lpWindowName // pointer to window name<br> <br><br>lpWindowName的说明<br>Points to a null-terminated string that specifies the window name (the window's title). If this parameter is NULL, all window names match. <br>其实就是findWindow('你知道的类名',nil)