CommonDialog.Action
=
4
(此处显示错误)改为
CommonDialog1.Action
=
4
(如果还是此处显示错误的话,就是你没在窗体上添加CommonDialog控件),这个控件在工具箱里没有,需要先添加部件-microsoft
common
dialog
control
6.0
这是你太粗心了吧?你检查下你的Text1.Text中的“1”是“1”还是“L”的小写试试这个
Private Sub Command1_Click()
Text1.Text = "欢迎您使用VB!"
End Sub
Private Sub Command2_Click()
Text1.Text = "Date"
End Sub
Private Sub Command3_Click()
End
End Sub
你确定你的form上有text1控件?