VB实用入门程序.docx_第1页
VB实用入门程序.docx_第2页
VB实用入门程序.docx_第3页
VB实用入门程序.docx_第4页
全文预览已结束

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

Dim i As IntegerPrivate Sub Form_Load()i = 10Label4.Caption = 倒计时 & iTimer1.Enabled = FalseEnd SubPrivate Sub Command1_Click()i = 10Timer1.Enabled = TrueCommand1.Caption = 题目Dim a As IntegerDim b As Integera = 1b = 10Randomizec = Int(Rnd * (b - a + 1) + aSelect Case cCase 1Label1.Visible = TrueLabel1.Caption = 世界天气的推动力是?Label2.Visible = FalseLabel2.Caption = 太阳Case 2Label1.Visible = TrueLabel1.Caption = 什么树能防火?Label2.Visible = FalseLabel2.Caption = 榇柯树Case 3Label1.Visible = TrueLabel1.Caption = 唐代诗人贾岛“二句三年得,一吟双泪流”的诗句是Label2.Visible = FalseLabel2.Caption = 独行潭底影,数息树边身Case 4Label1.Visible = TrueLabel1.Caption = 我军在何时举行了第一次海陆空联合渡海登陆作战,它就是著名的解放江山岛战斗Label2.Visible = FalseLabel2.Caption = 1955年1月18日Case 5Label1.Visible = TrueLabel1.Caption = 我国何时在何地建造了第一艘炮艇 何时在何地建造了第一艘潜艇Label2.Visible = FalseLabel2.Caption = 1951年9月,在上海 1956年,在江南造船厂Case 6Label1.Visible = TrueLabel1.Caption = 人类实现对太阳的逼近观测是?Label2.Visible = FalseLabel2.Caption = 1973年美国发射的大型载人航天站天空实验室Case 7Label1.Visible = TrueLabel1.Caption = 1光年大约为?Label2.Visible = FalseLabel2.Caption = 94600亿公里Case 8Label1.Visible = TrueLabel1.Caption = 蛇毒作为药用具不具有麻醉功效?Label2.Visible = FalseLabel2.Caption = 具有Case 9Label1.Visible = TrueLabel1.Caption = 边缘比中央厚的透镜叫:Label2.Visible = FalseLabel2.Caption = 凹透镜Case 10Label1.Visible = TrueLabel1.Caption = 最早发现的类星体是1960年发现的:Label2.Visible = FalseLabel2.Caption = 3C48End SelectEnd SubPrivate Sub Command2_Click()Timer1.Enabled = FalseLabel2.Visible = Not Label2.VisibleEnd SubPrivate Sub Timer1_Timer()i = i - 1Label4.Caption = 倒计时 & iIf i = 0 ThenLabel4.Caption = 时间到Timer1.Enabled = FalseEnd IfEnd SubPrivate Sub Command1_Click()m = Val(Text1.Text)n = Val(Text2.Text)p = m * nText3.Text = pEnd SubPrivate

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论