单项选择题
窗体上有一个名称为Command1的命令按钮,其事件过程如下: Private Sub Command1.Click() x="Visual BasicProgramming" a=Right(x,11) b=Mid(x,7,5) c=MsgBox(a,,b) End Sub 运行程序后单击命令按钮,下列叙述中错误的是()。
A.信息框的标题是Basic B.信息框中的提示信息是Programming C.c的值是函数的返回值 D.MsgBox的使用格式有错
A.Private Sub Timer1_Timer() Labell.Caption=True End Sub B.Private Sub Timer1_Timer() Labell.Caption=Time$ End Sub C.Private Sub Timer1_Timer() Labell.Interval=1 End Sub D.Private Sub Timer1_Timer() For k=1 To Timerl.Interval Label1.Caption=Timer Next K End Sub
A.Caption B.Text C.List D.Selected