计算机二级VB第5章选择题及答案.docxVIP

  • 23
  • 0
  • 约1.63万字
  • 约 19页
  • 2021-04-07 发布于天津
  • 举报
1为了把焦点移到某个指定的控件,所使用的方法是() Refresh GetfocusA、 Setfocus C、 Refresh Getfocus B、 Visible D、 2、 对文本框text1编写如下事件过程: Private Sub Text1_KeyPress(KeyAscii As In teger) Dim b As Stri ng b = Chr(KeyAscii) KeyAscii = Asc(UCase(b)) End Sub 运行时,下列叙述中,正确的是()。 A、 Text1中无法输入字符 B、 Text1中内容为“ b” C、 Text1中输入的字符都变为大写 D、 Text1中输入的字符都被转换成 ASCII码 3、 为了暂时关闭计时器,应把该计时器的()属性设置为 Falseo A、 Visible C、Enabled B、 Timer D、Interval 4、 在窗体上画一个列表框和一个文本框,然后编写如下两个事件过程; Private Sub Form_Load() List1.Additem 一” 357 ” List1 .Additem ” 246” List1.Additem ” 123 ” List1.Additem ” 456 ” Text1.Text= ”” End Sub Private Sub List1_Dblclick()

文档评论(0)

1亿VIP精品文档

相关文档