C
cnzzlp
Unregistered / Unconfirmed
GUEST, unregistred user!
MVUpdateHandle := FindWindow('#32770', 'WebVision AutoUpdate');<br>请问'#32770'是什么意思? 超级菜鸟..<br>Syntax<br><br>HWND FindWindow( LPCTSTR lpClassName,<br> LPCTSTR lpWindowName<br>);<br>Parameters<br><br>lpClassName<br>[in] Pointer to a null-terminated string that specifies the class name or a class atom created by a previous call to the RegisterClass or RegisterClassEx function. The atom must be in the low-order word of lpClassName; the high-order word must be zero. <br>If lpClassName points to a string, it specifies the window class name. The class name can be any name registered with RegisterClass or RegisterClassEx, or any of the predefined control-class names. <br><br>If lpClassName is NULL, it finds any window whose title matches the lpWindowName parameter. <br>只看明白参数值为类名,