Is there a way to add entries to the Help pulldown menu

Is there a way to add application specific entries to the Notes window Help menu.

Subject: not AFAIK, but you can design context-sensitive help (via F1)

Will that get you what you want?

Subject: RE: not AFAIK, but you can design context-sensitive help (via F1)

Yes, I know about the context-sensitive help. I am looking for something that would be at the same level as the About and Using documents. I have tried putting all my help into the Using document, but it quickly became too big. I would like to include a link in the Help pull down menu that will open a Help database with all my detailed information.

Subject: RE: not AFAIK, but you can design context-sensitive help (via F1)

You’d need to write the menu add-in using the C API. (See the NAMXXX entries in the C API documentation.)