VB显示系统时间的代码如下:
text1.text="今天是" & Format$(Now,"Long Date")
text2.text=Format$(Now,"dddd")
text3.text=Format$(Now,"Long Time")
Visual Basic是一种由 Microsoft 公司开发的结构化的、模块化的、面向对象的、包含协助开发环境的事件驱动为机制的可视化程序设计语言。
text1.text="今天是" & Format$(Now,"Long Date")
text2.text=Format$(Now,"dddd")
text3.text=Format$(Now,"Long Time")