在窗体上画一个名称为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 则在弹出的信息框标题栏中显示的标题是( )。 A.software and hardware B.hardware C.software D.1
A.software B.hardware C.software
【参考答案】
B 解析:MsgBox函数的格式为:MsgBox(msg[,type][,title][,helpfile,co......