Debug.Print winHwnd
If winHwnd <> 0 Then
RetVal = PostMessage(winHwnd, WM_CLOSE, 0&, 0&)
If RetVal = 0 Then
MsgBox "置入消息错误!"
End If
Else
文章来源于领测软件测试网 https://www.ltesting.net/
发布: 2008-5-29 10:33 | 作者: 不详 | 来源: 智慧谷 | 查看: 139次 | 进入软件测试论坛讨论
Debug.Print winHwnd
If winHwnd <> 0 Then
RetVal = PostMessage(winHwnd, WM_CLOSE, 0&, 0&)
If RetVal = 0 Then
MsgBox "置入消息错误!"
End If
Else
文章来源于领测软件测试网 https://www.ltesting.net/