I am using the Lebans MonthCalendar. Instead of using the textbox
double-click event to open the calendar, I would like to use a bitmap
graphic (image control) of a calendar I created. However, there seems
to be a problem where after opening the MonthCalendar form, the window
will not accept any input. I am using Access 97 on Windows XP. Anyone
else experience the same thing?
For now I have resorted to using a command button control, but I hate
the border it produces...
Stephen Lebans - 09 Mar 2007 01:11 GMT
You cannot setfocus to an Image control and if I remember correctly, the
MonthCalendar positioning logic requries this feature.
TO get around this issue, Create a Trnasparent COmmandButton and overlay on
your Image control.

Signature
HTH
Stephen Lebans
http://www.lebans.com
Access Code, Tips and Tricks
Please respond only to the newsgroups so everyone can benefit.
>I am using the Lebans MonthCalendar. Instead of using the textbox
> double-click event to open the calendar, I would like to use a bitmap
[quoted text clipped - 5 lines]
> For now I have resorted to using a command button control, but I hate
> the border it produces...