如何在VB中根据时间显示问候语
展开全部
If Hour(Now) < 6 Then
MsgBox "午夜"
ElseIf Hour(Now) < 8 Then
MsgBox "早上"
ElseIf Hour(Now) < 11 Then
MsgBox "上午"
ElseIf Hour(Now) < 13 Then
MsgBox "中午"
ElseIf Hour(Now) < 18 Then
MsgBox "下午"
ElseIf Hour(Now) < 20 Then
MsgBox "傍晚"
Else
MsgBox "晚上"
End If
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询