MonthCalendar Help get value???

mrmojorisin

New member
Joined
Oct 5, 2007
Messages
3
Programming Experience
Beginner
Hello,

This i thought would be very simple but i am in need of some help.

I have made some plans to make use of the vb MonthCalendar.

Firstly i just need to know how to display the date you select in a text box.

Cheers
 
Im having problems with this control also.

Do you know a way of getting the vlaue of the day you select. MonthCalendar.value won't work.

Cheers
 
MonthCalendar class doesn't have a Value property. Maybe you can look through the properties and find one you can use? See the ones starting with "Selection..." for example.
 
Thanks mate.
I found the solution. You need to set the max selections to 1, then use MonthCalendar.SelectionEnd to get the selected value.

Thanks for the tip
 
Back
Top