Hi there,
I've created a customized options dialog ("Microsoft.VisualStudio.Shell.DialogPage" derivative) and integrated it into "Tools ->Options" via the standard "Microsoft.VisualStudio.Shell.ProvideOptionPageAttribute" for my VSPackage. Does anyone know how to intercept F1 so I can display help on this dialog. I'd prefer to do this using a ".chm" file if possible, which is already built. If not possible, what's the standard way. Any help would be appreciated. Thanks.
Larry (25+ years on MSFT platforms, mostly in C/C++)