M
Malcolm Cook
I have a macro (bound to ctrl-shift-f2, by the way) which, if it figures out
that the screen.activecontrol is bound to a date field, opens a calendar to
edit it.
It works grand.
However, now I want to replace the calendar with lebans' monthcalendar.
My problem is that the examples of its use require that each form from which
it gets called declare its own instance of the calendar and set the new
instance's hWnd to that of the current form.
I've tried creating a global instance of clsMonthCal and dynamically set its
hwnd prior to each use but I crash on first use.
Any suggestions / direction for me?
Thanks!
Malcolm
that the screen.activecontrol is bound to a date field, opens a calendar to
edit it.
It works grand.
However, now I want to replace the calendar with lebans' monthcalendar.
My problem is that the examples of its use require that each form from which
it gets called declare its own instance of the calendar and set the new
instance's hWnd to that of the current form.
I've tried creating a global instance of clsMonthCal and dynamically set its
hwnd prior to each use but I crash on first use.
Any suggestions / direction for me?
Thanks!
Malcolm