求助求助qwq
vb吧
全部回复
仅看楼主
level 1
雾640 楼主
大佬们,我看了一天书不知道这个label1未定义怎么解决qwq,有没有帅哥美女解答一下,万分感谢
2023年06月21日 00点06分 1
level 12
拉个label控件到界面上?
2023年06月21日 04点06分 2
我好像添加了捏
2023年06月21日 05点06分
level 1
雾640 楼主
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
漏了个 1
2023年06月30日 15点06分
level 9
Label.Font = "宋体" 这里漏了个1。
你调试运行的时候如果有错误,会定位到错误位置。
2023年06月21日 08点06分 4
1