1.

Solve : Visual Basic 6 help - multi select calender?

Answer»

I am TRYING to add my project a calender. What I cant do is that:

I want to multi select for example from 1 to 5 and/or 10 to 24 days of the month and get data.

Is there a way to do this? Is Calender components enough for is it done by another object?

thanks for any help You can USE the monthView control; (Start->Components Choose "MICROSOFT WINDOWS Common Controls 2 (6.0)")


set Multiselect to True, and maxselcount to 31.

then, you can use the SelStart and SelEnd Properties to acquire the starting and ending dates selected.thank you so so much



Discussion

No Comment Found