level 1
画灬心
楼主
Private Sub command1_Click()
Label1.Caption = "hello visual basic"
End Sub
Private Sub command2_click()
End
End Sub
Private Sub form_load()
Me.Caption = "第一个visual basic应用程序"
Label1.Font = "宋体"
Label1.FontSize = 32
Label1.FontBold = True
Command1.Caption = "确定"
Command2.Caption = "退出"
End Sub。。。。系统说标识符不可识别。。怎么办?
2011年07月22日 08点07分
1
Label1.Caption = "hello visual basic"
End Sub
Private Sub command2_click()
End
End Sub
Private Sub form_load()
Me.Caption = "第一个visual basic应用程序"
Label1.Font = "宋体"
Label1.FontSize = 32
Label1.FontBold = True
Command1.Caption = "确定"
Command2.Caption = "退出"
End Sub。。。。系统说标识符不可识别。。怎么办?