06-07-2010 09:12 AM
Hi,
I'm trying to use the ActiveX calendar, and wondering if it's possible to write text in cell of a calendar. For exemple, writing meetings in days, or setting up a color for a specific day.
I attached the calendar in LV2009.
Thanks for your help.
Best regards,
06-07-2010 09:51 AM
Sorry, but I don't see any properties or methods with that object that would allow individual cell manipulation. If I were you, I'd select one of two options. First, you could set up a separate data structure that holds the events for each date. Then use the Value property of the ActiveX plugin to retrieve the date the user selects. As the user selects different dates, you could show the event/s for that date in a separate text box. Not perfect, but doable.
The second option would be to get a different calendar plugin. I just did a search on google for "google calendar" activex and found several possible candidates.
I'd select option two. Good luck either way.