10 2019 档案

摘要:ERROR: Cannot uninstall 'texttable'. It is a distutils installed project and thus we cannot accurately 阅读全文
posted @ 2019-10-15 18:55 yichen0115 阅读(239) 评论(0) 推荐(0)
摘要:FindWindow 原型: HWND FindWindow( LPCTSTR lpClassName, LPCTSTR lpWindowName ); 该函数获得一个顶层窗口的句柄,该窗口的类名和窗口名与给定的字符串相匹配,这个函数不查找子窗口,在查找时不区分大小写。 示例:FindWindow( 阅读全文
posted @ 2019-10-10 19:37 yichen0115 阅读(325) 评论(0) 推荐(0)