VB中,If(Label1.caption=6)or(Label2.caption=6)or(Label3.caption=6) 这句话有什么错误么?坐等……

来源:学生作业帮助网 编辑:作业帮 时间:2024/04/29 15:52:24
VB中,If(Label1.caption=6)or(Label2.caption=6)or(Label3.caption=6) 这句话有什么错误么?坐等……

VB中,If(Label1.caption=6)or(Label2.caption=6)or(Label3.caption=6) 这句话有什么错误么?坐等……
VB中,If(Label1.caption=6)or(Label2.caption=6)or(Label3.caption=6) 这句话有什么错误么?坐等……

VB中,If(Label1.caption=6)or(Label2.caption=6)or(Label3.caption=6) 这句话有什么错误么?坐等……
If(Label1.caption="6")or(Label2.caption="6")or(Label3.caption="6")then
后面必须有个then
caption必须是字符串,6是数字,不是字符串,"6"是字符串
坐等选最佳

VB中,If(Label1.caption=6)or(Label2.caption=6)or(Label3.caption=6) 这句话有什么错误么?坐等…… vb 中 IF C >=A 英语翻译控制标签移动private sub timer1_timer()if label1.left 我要在VB 中定义一个全局的循环变量假设为q,假设在Form3.Label1.Caption = objExcel.ActiveSheet.Cells(q,4).Value中q的值为13,那么在Form5.Label1(1).Caption = objExcel.ActiveSheet.Cells(q,6).Value中q的值也要为13,该如何 If Label1.Left < 0 Then Label1.Left = Form.Width 我想问下这句是什么意思啊,怎么让Timer1左右移动? 第1题:VB数据类型Integer表示整型数,存储为( )位.64 32 8 16 第2题:VB中,以下关于符号常量的声第1题:下列VB程序各赋值语句,语法不正确的是( ).x+y=5 BiNumber =15 Label1.caption =time sLength =x+y 第2 在vf中 thisform.label1.caption=time()如何用 在VB中 什么意思?例如:if intext then VB 加一个timer1,标签显示当前系统时间,并且label1以每秒100个单位向右移动,当Left=1119停止运动和时间VB程序设计,控件:timer1,label1,label1的left初始值为600 .要求label1显示当前系统时间,并且以每秒1 THISFORM.Label1. 英语翻译Dim d As BooleanPrivate Sub Form_Load()Label1.Left = Me.Width - Label1.WidthTimer1.Interval = 100d = TrueEnd SubPrivate Sub Timer1_Timer()If d ThenLabel1.Left = Label1.Left - 90ElseLabel1.Left = Label1.Left + 90End IfIf Label1.Left = Me.W VB中, vb中 1、 TextBox tb=(TextBox)this.FindControl(TextBox1); 2、 this.Label1.Text = tb.Text;1、中this是什么意思2、中this和Label1是什么意思?为什么这么写? vb+if语句+与vb+if函数一样吗 VB试题 语句if 0 VB If i Mod 2 VB的if语法运用