单项选择题

单击命令按钮时,下列程序的执行结果是
Private Sub Command1_Click()
Dim a As Integer, b As Integer, c As Integer
a=3:b :4:c =5
Print SecProc ( c, b,

A.
<上一题 目录 下一题>
热门 试题

单项选择题
若要求从文本框中输入密码时在文本框中只显示“*”号,则应当在此文本框的属性窗口中设置
A.Text属性值为。
B.Caption属性值为。
C.password属性值为空
D.Passwordchar属性值为*
单项选择题
如果在程序中要将c定义为静态变量,且为整型数,则应使用的语句是
A.Redim a As Integer
B.Static a As Integer
C.Publica As Integer
D.Dim a As Integer
相关试题
  • 在窗体上画一个命令按钮(其Name属性为Comm...
  • 以下用户自定义函数 Function Func(a A...
  • 在窗体上画一个列表框和一个命令按钮,其名...
  • 有如下一个函数过程: Function Fun(a ...
  • 在窗体上画一个通用对话框,其名称为Common...