【单选题】在窗体上画一个命令按钮,名称为Command1。单击命令按钮时,执行如下事件过程: Private Sub Command1_Click( ) a$='software and hardware' b$=Right(a$,8) c$=Mid(a$,1,8) MsgBox aS,b$,c$,1 End Sub 则在弹出的信息框的标题栏中显示的信息是
【单选题】在窗体上画一个名称为Command1的命令按钮。单击命令按钮时执行如下事件过程: Private Sub Command1_Click() a$="software and hardware" b$=Right(a$,8) c$=Mid(a$,1,8) MsgBox a$,,b$,c$,1 End Sub 则在弹出的信息框标题栏中显示的标题是
【单选题】在窗体上画一个名称为Commandl的命令按钮。单击命令按钮时执行如下事件过程: Private Sub Commandl_Click() a$=”software and hardware” b$=Right(a$,8) c$=Mid(a$,1,8) MsgBox a$,bs,cS,1 End sub 则在弹出的信息框标题栏中显示的标题是( )。