C
crm0922
Hi. I have an Outlook View Control calendar emebedded in my form
(OL2k3) and it works nicely. I have used ViewXML property to change
the 1day/5day/31day day formats and it is pretty neat.
Anyways, the problem I am having is that the calendar doesn't show what
year your are viewing in any of these formats. How can I generate a
"November, 2005" heading for it, or at the very least get the year
displayed somewhere inside the calendar control?
I know I can use SelectionDate to see what the currently selected date
is, but I need something that will update when the month or year rolls
over as the user is scrolling.
Apparently the event for SelectionChange doesn't work in VBscript, and
even if it did, firing that many events in a long scroll would probably
be slow and useless.
It seems absurd that the calendar control won't show the actual year...
Any help would be greatly appreciated.
Chris
(OL2k3) and it works nicely. I have used ViewXML property to change
the 1day/5day/31day day formats and it is pretty neat.
Anyways, the problem I am having is that the calendar doesn't show what
year your are viewing in any of these formats. How can I generate a
"November, 2005" heading for it, or at the very least get the year
displayed somewhere inside the calendar control?
I know I can use SelectionDate to see what the currently selected date
is, but I need something that will update when the month or year rolls
over as the user is scrolling.
Apparently the event for SelectionChange doesn't work in VBscript, and
even if it did, firing that many events in a long scroll would probably
be slow and useless.
It seems absurd that the calendar control won't show the actual year...
Any help would be greatly appreciated.
Chris