为何代码显示不了对话框?
Dim i As New PlotStyleDialogIf i.ShowModal = True Then
Application.ShowAlertDialog(i.PlotStyle.ToString)
End If
为何以上代码显示不了对话框?
用Application.ShowModalDialog 也显示不了
Dim i As New PlotStyleDialog
Application.ShowAlertDialog(i.PlotStyle.ToString)
这样呢? 不是信息框,是变量i 无法显示打印样式对话框
页:
[1]