求··助~~哪里错了?
visual吧
全部回复
仅看楼主
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
level 1
貌似代码没有错啊!
这里是Visual Basic 新手交流群: 152161535
2011年08月27日 14点08分 2
1