Project(工程)-->Components-->Microsoft Windows Common Controls-2 6.0
选择后有一个MonthView控件.
Private Sub f51_Click()
     month_view.Visible = True
     month_view.SetFocus
     month_view.Value = Date
     f51.Enabled = False
End Sub