R
Roooger
Hi all,
I know it is possible to show popup-help for a Control on a Form
(using the SetHelpString method of a HelpProvider).
For instance:
this.helpProvider1.SetHelpString(this.textBox1, "This is popup help
text.");
But I don't want to use hard coded text. I want to use text that is
located in the help file itself (.chm) so that, when I replace the
help file with an other one in a different language, the popup-text
will also be in another language.
With the HTML Help Workshop it is possible to add popup texts to a
compiled help file ([TEXT POPUPS]). But how can I access these texts
in .NET?
Please help,
Corne Los
I know it is possible to show popup-help for a Control on a Form
(using the SetHelpString method of a HelpProvider).
For instance:
this.helpProvider1.SetHelpString(this.textBox1, "This is popup help
text.");
But I don't want to use hard coded text. I want to use text that is
located in the help file itself (.chm) so that, when I replace the
help file with an other one in a different language, the popup-text
will also be in another language.
With the HTML Help Workshop it is possible to add popup texts to a
compiled help file ([TEXT POPUPS]). But how can I access these texts
in .NET?
Please help,
Corne Los