Data driven context sensitive help?

TimJacob

New member
Joined
Jul 29, 2010
Messages
1
Location
Canadian Maritimes
Programming Experience
10+
I'd like to be able to have context sensitive help that is stored in a SQL table. I can save it there in HTML format, write an app that displays it, but how can I tie that in to the HelpProvider component?

It appears that the HelpProvider can only access CHM or HTM files. Is there any way to modify HelpProvider so that it calls another app, passing parameters?

I'm using Visual Studio 2008.

Many thanks
 
Back
Top