二级二级VB07年4月计算机等级考试二级VB考前密卷(1)
题目内容

设在窗体上有个文本框,然后编写如下的事件过程:Private Sub Text1_KeyDown(KeyCode As Integer, Shift As Integer)Const Alt=4Const Key_F2=&H71altdown%=(Shift And Alt) > 0f2down%=(KeyCode=Key_F2)If altdown% And f2down% ThenText1.Text="BBBBB"End IfEnd Sub上述程序运行后,如果按 【Shift+F2】 ,则在文本框中显示得是

2024-07-09

A.Alt+F2

B.BBBBB

C.随机出几个数

D.文本框平均内容无变化

题目答案

试卷相关题目

最新试卷
热门试卷

长理培训客户端 资讯,试题,视频一手掌握

去 App Store 免费下载 iOS 客户端