VB编写一个简单的日历程序7
发布网友
发布时间:2023-09-20 00:38
我来回答
共2个回答
热心网友
时间:2023-09-20 00:40
追问可以把代码再改一下么,就是加一个记事,在某一天点击弹出“今天是我的生日”,只需要一个就行,不需要弹出今天是几月几日。
追答
自己改一下,代码如下:
Private Sub Label2_Click(Index As Integer)
Dim mybirthday As Date
mybirthday = "1985-6-10"
If Label2(Index).Caption <> "" Then
If Combo1.ListIndex + 1 = Month(mybirthday) And Label2(Index).Caption = Day(mybirthday) Then
MsgBox "今天是我的生日"
End If
End If
End Sub
热心网友
时间:2023-09-20 00:40
frxd4edf45ed4ed4wesd4e