单项选择题

使"Microsoft"在当前窗体上输出的语句是( )。

A. k=7 b=14
B. k=6 b=6
C. k=4 b=8
D. k=6 b=12
<上一题 目录 下一题>
热门 试题

单项选择题
假定通用对话框的名称为CommonDialog1,命令按钮的名称为Command1,则单击命 令按钮后,能使打开的对话框的标题为“New Title”的事件过程是______。
A.Private Sub Command1_Click() CommonDialog1.DialogTitle = "New Title" CommonDialog1.ShowPrinter End Sub
B.Private Sub Command1_Click() CommonDialog1.DialogTitle = "New Title" CommonDialog1.ShowFont End Sub
C.Private Sub Command1_Click() CommonDialog1.DialogTitle = "New Title" CommonDialog1.ShowOpen End Sub
D.Private Sub Command1_Click() CommonDialog1.DialogTitle = "New Title" CommonDialog1.ShowColor End Sub
单项选择题
与List1.Text属性值相同的是( )。
A. List1.ListCount
B. List1.List(ListCount-1)
C. List1.ListIndex
D. List1.List(List.ListIndex)
相关试题
  • 单击命令按钮时,下列程序代码的运行结果为...
  • 在窗体上有1个名称为CommonDialog1的通用...
  • 在窗体上画一个命令按钮和两个标签,其名称...
  • 从工程管理角度,软件设计一般分为两步完成...
  • 在VisualBasic中按文件的编码方式不同,可...