查看完整版本: 如何给windows标准对话框加上时间限制

yys2008 2007-11-25 17:54

如何给windows标准对话框加上时间限制

Option Explicit

** Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long
** Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long

** Const WM_CLOSE =
页: [1]

查看完整版本: 如何给windows标准对话框加上时间限制