题目内容

执行以下语句过程,在窗体上显示的内容是 Option Base 0 Prirate Sub Command3_Click() Dim d d=Array("a","b","c","d") Print d(1);d(3) End Sub

A. ab
B. bd
C. ac
D. 出错

查看答案
更多问题

Speech ______refers to any distinguishable form of speech used by a speaker.

A. [A] change
B. [B] act
C. [C] variety
D. [D] usage

用于获得字符串S最左边4个字符的函数是

A. Left(S,4)
B. Left(1,4)
C. Leftsv(S)
D. Leftstr(3,4)

In the United Kingdom, is the real source of power.

A. [A] the Privy Council
B. [B] the Monarch
C. [C] the House of Lords
D. [D] the House of Commons

设已经在菜单编辑器中设计了窗体的快捷菜单,某顶级菜单为a1,且取消其“可见”属性。运行时,哪个事件过程可以使快捷菜单的菜单项响应鼠标左键单击和右健单击的事件过程是

A. Private Sub Form_MouseDown(Button As Integer,Shift As Integer,_X As Single,Y As Single)
B. If Button=2 Then PopupMenu al,2
C. End Sub
D. Private Sub Form_MouseDown(Button As Integer,Shift As Integer,_X As Single,Y As Single
E. PopupMenu al,0
F. End Sub
G. Private Sub Form_MouseDown(Button As Integer,Shift As Integer,_X As Single,Y As Single
H. PopupMenu al
I. End Sub
J. Private Sub Form MouseDown(Button As Integer,Shift As Integer,_X As Single,Y As Single
K. If(Button=vbLetfButton)Or(Button=vbRightButton)Then PopupMenu al
L. End Sub

答案查题题库