单项选择题

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

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