A. Commandl.Move-200
B.Commandl.Move200
C.Commandl.Left=Commandl.Left+200
D.Commandl.Left=Commandl.Left-200
[单选题]为了使命令按钮(名称为Commandl)右移200,应使用的语句是( )。A.Commandl.Move-200B.Commandl.Move200C.Commandl.Left=Commandl.Left+200D.Commandl.Left=Commandl.Left-200
[单选题]为了使名称为Commandl的命令按钮右移200,应使用的语句是( )。A. Commandl.Move-200B. Commandl.Move 200C. Commandl.Left=Commandl.Left+200D. Commandl.Left=Commandl.Left.200
[单选题]为了使命令按钮(名称为Command1)右移200,应使用的语句是( )。A.Command1.Move -200B.Command1.Move 200C.Command1.Left = Command1.Left + 200D.Command1.Left = Command1.Left - 200
[单选题]为了使命令按钮(名称为Command1)右移200,应使用的语句是( )。A.Command1.Move-200B.Command1.Move200
[单选题]为了使命令按钮(名称为Command1)右移200,应使用的语句是A.Command1.Move-200B.Command1.Move200C.Command1.Left=Command1.Left+20D.Command1.Left=Command1.Left-200
[单选题]为了使命令按钮(名称为Command1)右移200,应使用的语句是______。A.Command1. Move-200B.Command1. Move 200C.Command1. Left=Command1. Left+200D.Command1. Left=Command1. Left-200
[单选题]假定通用对话框的名称为CD1,命令按钮的名称为Commandl,则单击命令按钮后,能使打开对话框的标题为“通用对话框”的事件过程是( )。
[单选题]窗体中有·命令按钮,名称为Commandl。要求在窗体视图中单击此命令按钮后,命令按钮上面的文字变为加粗,实现该操作的VBA语句是( )。A. Commandl.FontUnderLi he--trueB. Commandl.Fontltalic=tneC. Commandl.FontBold=trueD. Commandl.FontName=true
[单选题]在窗体上画一个名称为Commandl的命令按钮。单击命令按钮时执行如下事件过程:Private Sub Commandl_Click()a$=”software and hardware”b$=Right(a$,8)c$=Mid(a$,1,8)MsgBox a$,bs,cS,1E.nd sub则在弹出的信息框标题栏中显示的标题是( )。A.software and hardwareB.hardwareC.softwareD.1
[单选题]在窗体上画一个名称为Commandl的命令按钮和3个名称为Labell、Label2、Label3的标签,然后编写如下程序段: Private x As Integer Private Sub Commandl Click() Static y As Integer Dim z As Integer n=10 Z=n+z y=y+z x=x+z Labell.Captlon=x Label2.Caption=y Label3.Caption=z End Sub 运行程序,连续3次单击命令按钮后,