hi,.,.,gud day,.,.,im a programming student but not really much good in programming.I have a problem about my project in visual basic.I just want to know how would my so called "birhtdate" combo boxes,.,.,. for example a combobox for month,a combobox for date and a combobox for year will be displayed as i searched for them.I used a textbox (txtbirthdate)which will add the value of comboboxmonth,the comboboxdate and the comboboxyear...the value of comboboxmonth,comboboxdate and comboboxyear will be displayed on that said textbox (txtbirthdate)(e.g. January 03,2007).My problem is how would those comboboxes display the month,the date and the year on their respective combobox as i search for them??

help me ..,.,about visual basic
I think what you need is a date/time picker. You can then get data from it easily.
Or you can try the calendar control (it's an example for a date/time-picker).
HTH
Makli
HTH
Makli
Have you tried the
function. It should display the date on run time.
| Code: |
| Now() |
function. It should display the date on run time.
