Nigel
Wed Nov 26 04:39:35 CST 2003
Thanks Herfried,
I took a look at HelpProvider but as far as I can see
these provide help very much on a control by control
basis. I have a user manual written in Word that I like to
save as an HTML document and make this available..
Nigel...
Here are my notes from the HelpProvider, let me know if I
misunderstood how this works...
1. Drag and drop the Help Provider, Tool Tip and
ErrorProvider onto the form
2. Go to the control
3. HelpString on HelpProvider1 : Enter the name of the
product
4. ShowHelp on HelpProvider1: True
5. ToolTip on ToolTip1: The name of the product
To use the error provider
if txtProduct="" then ErrorProvider1.SetError
(txtProduct, "Enter a valid number in the range 1-100")
The result is a little explaination mark next to the
control with the text.
>-----Original Message-----
>* "Nigel Findlater" <anonymous@discussions.microsoft.com>
scripsit:
>> I would like to make Help files in HTML. The only way I
>> found how to display these files is:
>
>Have a look at the 'HelpProvider' class.
>
>--
>Herfried K. Wagner [MVP]
><
http://www.mvps.org/dotnet>
>.
>