- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
vb教程-定时闹钟程序(VB tutorial - timer alarm program)
vb教程-定时闹钟程序(VB tutorial - timer alarm program)
Third day timer alarm program
Little mushroom: Jingle sister, do you know the plan and the working principle of Windows? It can start the corresponding work at the appointed time. Its very convenient.
Tinker Bell: dont think its mysterious. Actually, its very easy to design such a program with VB. Why dont you teach you how to make a simple clock program today? So that you can arrive at the appointed time and then run the program automatically. What do you think of it?
Small mushroom: OK, OK. Hurry up.
Tinker Bell: first you need to add the controls that the program needs.
1, build a new project, set the startupposition attribute of Form1 to 2-centerscreen, and set the maxbutton property to False. After this program runs, the window appears in the middle of the screen, and the maximize button is in an invalid state.
2, add three Command Button in the Form1 window, change their Caption attributes to preset file, set time, instant start and exit, respectively.
3, place a Label control behind the default file button to display the default file path and name, and set its Caption property to null.
4, place the three Label controls behind the set time button, where the Caption property of Label2 and Label4 is set to null, and the Caption property of the Label3 control is set to the current time:.
5, add a common dialog control, but dont forget to add it to the toolbox from the component add window.
6, add a Timer control, and its interval property is set to 500.
After all controls are added, the settings should be shown as shown.
Small mushrooms: so simple a few controls can achieve the function of timing alarm clock?
Doraemon: dont underestimate the function of the VB, read the following code. 1, double-click the Form1 window, and select the generic object, enter the following general code:
Option Explicit
Dim AlarmTime / declare variables
2, double-click the preset file button and enter the following code:
Private, Sub, Com
您可能关注的文档
- internet原理第2次作业(互联网原理第2次作业).doc
- ielts守则(ielts守则).doc
- ie工业工程应用实战训练(Ie practical training in industrial engineering applications).doc
- in语09年5月(In, 09 years, May).doc
- iptables做网关的脚本(Iptables scripting for gateways).doc
- ipo利润包装不合格上市公司制造流程(IPO profit packaging nonconforming manufacturing process of listed companies).doc
- italiano(意大利语).doc
- it运维变革引发的问题思考(Thinking about problems caused by it operation and maintenance transformation).doc
- it面试(It interview).doc
- java1(Java1).doc
- vb综合作业(VB comprehensive operation).doc
- vcenter server 5.0 安装实战(5安装实战vCenter服务器).doc
- vc代码收集(VC code collection).doc
- vip才是印钞机锁定团购大客户(三)(VIP is a money printing machine locking big customers (three)).doc
- wangzhan(望展).doc
- tof(TOF).doc
- web2.0时代的领导艺术 如何化解职场战争(How to defuse the workplace war by the art of leadership in the Web2.0 era).doc
- week 1 lesson 2(每周1节课 2).doc
- what they said2(他们said2).doc
- win7使用技巧(Win7 usage skills).doc
最近下载
- 职称技术工作报告范文.docx VIP
- (2021年品管圈活动成果报告书)降低ICU患者身体约束率.docx VIP
- 解读学习2025《党政机关厉行节约反对浪费条例》培训课件.pptx VIP
- 《咏物诗》-公开课件.ppt VIP
- 品管圈QCC降低ICU患者约束缺陷率.pptx VIP
- 《党政机关厉行节约反对浪费条例》(2025)附新旧对照解读课件.pptx VIP
- 安徽单招考试2025、2025分类考试真题语文数学英语试题(含答案).pdf VIP
- 保证农民工工资及时支付的措施.docx VIP
- 2024届高考语文复习:诗歌鉴赏之题材 咏物言志诗 课件(共33张PPT).pptx VIP
- 手外伤急诊手术护理配合.pptx VIP
文档评论(0)