在窗体上画一个名称为Command1的命令按钮和一个名称为Text1的文本框。程序运行后,Command1为禁用(灰色)。当向文本框中输入任何字符时,命令按钮Command1变为可用。请在 【6】 处填入适当的内容,将程序补充完整。 Private Sub Form_Load( ) Command1.Enabled=False End Sub Private Sub Text1 【6】 ( ) Command1.Enabled=True End Sub
查看答案
By the first sentence of the passage the author means that()
A. he is fairly familiar with the cost of advertising
B. everybody knows well that advertising is money consuming
C. advertising costs money like everything else
D. it is worthwhile to spend money on advertising
以下程序的功能是:从键盘上输入若干个学生的考试分数,当输入负数时结束输入,然后输出其中的最高分数和最低分数。请在 【8】 和 【9】 处填入适当的内容,将程序补充完整。 Private Sub Form_Click( ) Dim x As Single,amax As Single,amin As Single x=Input Box("Enter a score") amax=X amin=x Do While 【8】 If x>ama x Then Ama x=x End lf If 【9】 Then amin=X End lf x=Input Box("Enter a score") Loop Print”Max=";amax,"Min=";amin End Sub
在窗体上画一个名称为Text1的文本框和一个名称为Command1的命令按钮,然后编写如下事件过程: Private Sub Command1_Click( ) Dimarray1(10,10)As Integer Dim i,j As Integer For i=1 To 3 For j=2 T0 4 Array1(i,j)=i+j Next j Next i Text1.Text=array1(2,3)+array1(3,4) End Sub 程序运行后,单击命令按钮,在文本框中显示的值是
A. 12
B. 13
C. 14
D. 15
The author deems that the well-known TV personality is()
A. very precise in passing his judgment on advertising
B. interested in nothing but the buyer’s attention
C. correct in telling the difference between persuasion and information
D. obviously partial in his views on advertising