Leban's Calendar

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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)
 
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)
 
Back
Top