[单选题]

在窗体上画一个名称为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
则在弹出的信息框标题栏中显示的标题是(  )。

A.softwareandhardware

B.hardware

C.software

D.1

参考答案与解析:

相关试题

在窗体上画一个命令按钮(名称为Command1),然后编写如下代码:<br />Private Sub Command1_Click()<br />Dim a <br /

[单选题]在窗体上画一个命令按钮(名称为Command1),然后编写如下代码:Private Sub Command1_Click()Dim a a=Array

  • 查看答案
  • 在窗体上画一个名称为Command1的命令按钮,然后编写如下事件过程:Private Sub Command1_Click(  )。<br /><img border="0

    [单选题]在窗体上画一个名称为Command1的命令按钮,然后编写如下事件过程:Private Sub Command1_Click(  )。程序运行时,单击C

  • 查看答案
  • 在窗体上画一个命令按钮,名称为Command1。单击命令按钮时,执行如下事件过程

    [单选题]在窗体上画一个命令按钮,名称为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 则在弹出的信息框的标题栏中显示的信息是( )。A.hardwareB.softwareC.hardwareD.1

  • 查看答案
  • 在窗体上画一个命令按钮,名称为Command1。单击命令按钮时,执行如下事件过程

    [单选题]在窗体上画一个命令按钮,名称为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 则在弹出的信息框的标题栏中显示的信息是A.software and hardwareB.softwareC.hardwareD.1

  • 查看答案
  • 在窗体上画一个命令按钮,名称为Command1。单击命令按钮时,执行如下事件过程

    [单选题]在窗体上画一个命令按钮,名称为Command1。单击命令按钮时,执行如下事件过程,则在弹出的信息框的标题栏中显示的信息是 ______。 Private SubCommand1_Click() a$="software and hardware" b$=Right(a$,8) c$ =Mid(a$,1,8) MsgBox a$ ,, b$ ,c$,1 End SubA.software and hardwareB.softwareC.hardwareD.1

  • 查看答案
  • 窗体上有1个名称为Command1的命令按钮,事件过程如下:<br />Private Sub Command1_Click()<br />Dim x%,y%,z%<br

    [单选题]窗体上有1个名称为Command1的命令按钮,事件过程如下:Private Sub Command1_Click()Dim x%,y%,z%x=Inp

  • 查看答案
  • 在窗体上画一个名称为Text1的文本框和一个名称为Command1的命令按钮,然后编写如下事件过程:Private Sub Command1_Click(  )<br /><img

    [单选题]在窗体上画一个名称为Text1的文本框和一个名称为Command1的命令按钮,然后编写如下事件过程:Private Sub Command1_Clic

  • 查看答案
  • 在窗体上画一个名为Command1的命令按钮,其Command1_Click事件

    [单选题]在窗体上画一个名为Command1的命令按钮,其Command1_Click事件过程如下:Sub Command1_Click()D.im student As studtypeD.im record_no As Integerrecord_no=1With student.ino=12.strname="smith".strsex="男".smark=89E.nd With_______Put # 1,record_no,studentC.lose # 1E.nd Sub要求在c: /

  • 查看答案
  • 在窗体上画一个名为Command1的命令按钮,其Command1_Click事件

    [单选题]在窗体上画一个名为Command1的命令按钮,其Command1_Click事件过程如下。 Sub Command1_Click() Dim student As studtype Dim record_no As Integer record n=1 With student .ino=12 .strname="Smith" .strsex=“男” .smark=89 End With ______ Put # 1,record_no,student Close # 1 End Sub 要

  • 查看答案
  • 在窗体上画一个名称为Command1的命令按钮,单击命令按钮时执行如下事件过程:<br /><img border="0" style="width:

    [单选题]在窗体上画一个名称为Command1的命令按钮,单击命令按钮时执行如下事件过程:则在弹出的信息框标题栏中显示的标题是(  )。A.softwarean

  • 查看答案