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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Lebans Calendar in forms 1
Calendar control conflict with search 1
Lebans Calendar 2
Lebans Calendar & Subforms 4
Lebans Calendar Control 6
calendar problem - leban 1
Outlook Shared Calendar declining appointments 0
"Pop-up" Calendar 3

Back
Top