level 1
大佬们,我看了一天书不知道这个label1未定义怎么解决qwq,有没有帅哥美女解答一下,万分感谢
2023年06月21日 00点06分
1
level 1
Private Sub Adodc1_WillMove(ByVal adReason As ADODB.EventReasonEnum, adStatus As ADODB.EventStatusEnum, ByVal pRecordset As ADODB.Recordset)
Private Sub Command1_Click()
Label1.Caption = "VB,你的功能好强大!"
End Sub
Private Sub Form_Load()
Me.Caption = "你好,我想被夸"
Label.Font = "宋体"
Label1.FontSize = 20
Label1.FontBold = True
Command1.Caption = "求夸"
Commadn2.Caption = "退出"
End Sub
2023年06月21日 05点06分
3
level 9
Label.Font = "宋体" 这里漏了个1。
你调试运行的时候如果有错误,会定位到错误位置。
2023年06月21日 08点06分
4