Leban's Calendar

L

Lori

I love this calendar but there is one change I would like to make. The
calendar (in form view) gives the user access to change the properties of the
way this form appears. Since I can't change it in design view how would I
delete this option AFTER I select the settings I want on the calendar?
 
D

Douglas J. Steele

One way is to go into modCalendar and comment out the line of code

lngRet = InsertMenu(hMenu, 2&, MF_POPUP Or MF_BYPOSITION Or MF_ENABLED,
hMenuPopMisc, "Properties")

(in function SHowMonthCalendar)
 
L

Lori

thanks
--
Lori A. Pong


Douglas J. Steele said:
One way is to go into modCalendar and comment out the line of code

lngRet = InsertMenu(hMenu, 2&, MF_POPUP Or MF_BYPOSITION Or MF_ENABLED,
hMenuPopMisc, "Properties")

(in function SHowMonthCalendar)
 
Top