Asked By
Angela King
10 points
N/A
Posted on - 10/13/2012
Hello experts,
How to insert calendar to combo box in VB 6? I keep on exploring the VB 6 programming language and I am having a hard time on how to insert calendar to combo box in VB 6 programming language. Can you share with me based on your experience in VB 6 about the insertion process?
I need your help.
How to insert calendar to combobox in vb6?
First, you have to add the component: Microsoft Windows Common Controls-2 5.0 (SP2) Or Microsoft Windows Common Controls-2 6.0 (SP4), depending on the version you have.
Use either the Calendar, DatePicker or MonthView control.
For the calendar control, you can't set the range but for MonthView, you can Set "MinDate" and "MaxDate".
Hope this helps.
Answered By
LyanaHay
0 points
N/A
#175015
How to insert calendar to combobox in vb6?
Hi Angela King,
Drop down calendar can be inserted in to VB program like these ways just follow the steps:
1] Check for tool box at left panel of development kit.
2] Check for DTPicker
3] DTPicker is the one which is available in Windows Common Controls library
4] Drag and drop DTPicker where you want it in application.
5] Done.
This is how you can add calendar to combo box in VB.