单项选择题

用InputBox函数设计的对话框,其功能是( )。

A.只能接收用户输入的数据,但不会返回任何信息
B.能接收用户输入的数据,并能返回用户输入的信息
C.既能用于接收用户输入的信息,又能用于输出信息
D.专门用于输出信息
<上一题 目录 下一题>
热门 试题

单项选择题
在窗体上有一个命令按钮,然后编写如下事件过程Private Sub Command1 _ cickc ( )a=InputBox( enter the first integer )b=InputBox( enter the second integer )Print b + aEnd Sub程序运行后,单击命令按钮,先后在两个输入框中分别输入“2”和“6”,则输出结果为( )。
A.ifstream fin;fin.open("C:\\test.txt");
B.ifstream fin("C:\\test.txt");
C.A)和B)
D.ifstream fin;fin("C:\\test.txt");
单项选择题
与List1.Text属性值相同的是( )。
A. List1.ListCount
B. List1.List(ListCount-1)
C. List1.ListIndex
D. List1.List(List.ListIndex)
相关试题
  • 下列语句的输出结果是【 】。Print Forma...
  • 设某循环队列的容量为50,头指针front=...
  • 在Visual Basic的立即窗口内输入以下语句X...
  • 在窗体上画一个名称为Command1的命令按钮...
  • 以下过程的作用是将26个小写字母逆序打印...