Jump to content
Xtreme .Net Talk

Recommended Posts

  • *Gurus*
Posted

Once you have your .chm file, you use the Windows Forms HelpProvider class (which should be on your toolbox) to associate things with your help file.

 

[mshelp]ms-help://MS.VSCC/MS.MSDNVS/vbcon/html/vbtskIntegratingHelpIntoWFCClientApplicationWithHelpProviderControl.htm[/mshelp]

 

Once you drop this component on your form your controls on the form should gain extra properties, which can be used to link them to the help file.

 

You can also use Windows.Forms.Help.ShowHelp() to display your help file manually.

MVP, Visual Developer - .NET

 

Now you see why evil will always triumph - because good is dumb.

 

My free .NET Windows Forms Controls and Articles

Posted

HI Divil,

can you give me a sample please ?

I have try to use the Help.ShowHelp(parent,"myhelp.chm")

but i got a error message. System.ArgumentNullException'

What have i forgotten ?

best regards Datahighway

  • 9 months later...
Posted

What if for each form in my VB.Net project, i want to open a different page in my chm help file?

 

for example, i have Form1, Form2 and Form3, for Form1, when i click F1, i want it to open CHM file's Chapter1 directly, Form2 to Chapter2; Form3 to Chapter3.

 

Is it possible to do it?

 

 

Anson

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...