我想
在"复制项目对话框中,选择一个文件夹并单击"确定"按钮
//The example below displays the "Select Folder dialog".
set Session = CreateObject("Redemption.RDOSession")
Session.MAPIOBJECT = Application.Session.MAPIOBJECT
set SelectFoldersDialog = Session.GetSelectFoldersDialog
if SelectFoldersDialog.Display Then
set Folder = SelectFoldersDialog.SelectedFolder
MsgBox "selected folder: " & Folder.Name
End If
但是我找不到Capture Ok按钮事件的方法。无论如何要捕捉这个事件?
先谢谢
希亚姆
答案 0 :(得分:0)
不,没有简单的方法可以在对话框窗口上捕获Ok按钮。 Outlook对象模式(也不是Redemption)不能为此提供任何内容。