寒风 发表于 2013-3-5 09:43:24

为何代码显示不了对话框?

Dim i As New PlotStyleDialog
      If i.ShowModal = True Then
            Application.ShowAlertDialog(i.PlotStyle.ToString)
      End If

为何以上代码显示不了对话框?
用Application.ShowModalDialog 也显示不了

sieben 发表于 2013-3-5 11:21:21

Dim i As New PlotStyleDialog
          Application.ShowAlertDialog(i.PlotStyle.ToString)
这样呢?

寒风 发表于 2013-3-5 16:21:40

不是信息框,是变量i   无法显示打印样式对话框
页: [1]
查看完整版本: 为何代码显示不了对话框?