How do you open a "help" file? I'm trying to associate it with a menu item.
I've looked at the Help and HelpProvider classes, but neither seems to serve
this purpose.

--

Jon Cosby

Please do not reply to this email address.

Re: Help files by Doug

Doug
Thu Jan 08 19:05:46 CST 2004

Hi Jon,

For some reason MS seem to have omitted context help attached to menu items,
but you can do it yourself by writing yourself a component that implements
IExtenderProvider. This can hook into the Form HelpRequested and
MenuComplete events and the MenuItem Select events so it can track the
currently selected MenuItem and display appropriate Help on the
HelpRequested event.

Cheers

Doug Forster

"Jon Cosby" <qwerty@nospam.net> wrote in message
news:vGfLb.472$Pg.57@newsread1.news.pas.earthlink.net...
> How do you open a "help" file? I'm trying to associate it with a menu
item.
> I've looked at the Help and HelpProvider classes, but neither seems to
serve
> this purpose.
>
> --
>
> Jon Cosby
>
> Please do not reply to this email address.
>
>