In this lesson, you will learn how to create an Action that shows a pop-up window. This type of Action is useful when you want a user to input several parameters in a pop-up dialog before an Action is executed. 在本课中,您将学习如何创建显示弹出窗口的操作.当您希望用户在执行操作之前在弹出
新建空白窗体,然后粘帖下面代码: Option ExplicitPublic WithEvents br As VBControlExtender Private Sub br_ObjectEvent(Info As EventInfo)If Info.Name = "NewWindow2" Then 'Dim fm As New Form1 'fm.Show 'Info.EventParameters(0) = br.object '根据需要可实现在自己的新开窗口打