VB 6 制作日期时间表的源代码.rar

时间:2022-07-30 13:06:55
【文件属性】:

文件名称:VB 6 制作日期时间表的源代码.rar

文件大小:2KB

文件格式:RAR

更新时间:2022-07-30 13:06:55

VB源码-系统相关

VB6.0制作日期时间表,从演示来看,只是获取Windows时间和日期,没有看到时间表啊,难道是我操作的不对么?以下是代码:   Timer1.Enabled = True '开启计时器   End Sub   Private Sub Command2_Click()   Timer1.Enabled = False '关闭计时器   Label1.Caption = Format(Date, "dddddd") '显示系统当前日期   End Sub   Private Sub Timer1_Timer() '计时器事件,每隔一段时间就发生的事件   Label1.Caption = Time '时时显示系统当前时间


【文件预览】:
srcfans.com
----日期时间表()
--------Form1.frm(2KB)
--------E056.vbw(49B)
--------MSSCCPRJ.SCC(331B)
--------E059.vbw(50B)
--------E059.vbp(635B)

网友评论