23 喜欢·308 浏览
单选题

若要将某命令按钮设置为默认命令按钮,可设置() 属性为True来实现。

A
Value
B
Cancel
C
Default
D
Enabled

题目答案

C

答案解析

暂无解析
举一反三
单选题

在运行时,若要调用某命令按钮的Click事件过程,可设置该命令按钮对象的()属性为True来实现。

A
Enabled
B
Value
C
Default
D
Cancel

题目答案

B

答案解析

暂无解析
单选题

下面程序:

FunctionF(aAsInteger)

b=0

Staticc

b=b+1

c=c+1

F=a+b+c

EndFunction

PrivateSubCommand1_Click()

DimaAsInteger

a=2

ForI=1To3

PrintF( )

NextI

EndSub

运行上面的程序,单击命令按钮,输出结果为( )

A
4,4,4
B
4,5,6
C
4,6,8
D
4,7,9

题目答案

B

答案解析

暂无解析
单选题

假定窗体上有一个标签,名为Labell,为了使该标签透明,则正确的属性设置为( )

A
Label1.BackStyle=0
B
Label1.BackStyle=1
C
Label1.BorderStyle=True
D
Label1.Borderstyle=False

题目答案

A

答案解析

暂无解析