单项选择题

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

A.software and bardware
B.hardware
C.software
D.1