|
-
Dec 23rd, 2009, 01:11 AM
#1
Thread Starter
Frenzied Member
-
Dec 23rd, 2009, 08:36 AM
#2
Hyperactive Member
Re: .HLP File
Hi,
I would add the help file to my project:
1. Right click on your project in the solution explorer.
2. Click on Add -> Existing Item
3. Browse for your file and click add.
You will now see your file in the solution explorer.
1. Right click on it and click on properties.
2. Set build action to 'content'.
3. Set copy to output directory to 'copy if newer'.
The file now always be in the directory your app runs from so now you can just call the item like this:
Process.Start("filename.chm").
Hope that helps!
-
Dec 23rd, 2009, 08:58 AM
#3
Re: .HLP File
Don't use .hlp files - they were quickly going out of date when VB6 was released in 1998 (and VB6's help said not to use them), and are no longer supported.
In order for users of Windows Vista and later to use them, they will need to install a program from Microsoft (which you are not allowed to distribute).
-
Dec 23rd, 2009, 11:32 AM
#4
Thread Starter
Frenzied Member
Re: .HLP File
 Originally Posted by gonzalioz
Hi,
I would add the help file to my project:
1. Right click on your project in the solution explorer.
2. Click on Add -> Existing Item
3. Browse for your file and click add.
You will now see your file in the solution explorer.
1. Right click on it and click on properties.
2. Set build action to 'content'.
3. Set copy to output directory to 'copy if newer'.
The file now always be in the directory your app runs from so now you can just call the item like this:
Process.Start("filename.chm").
Hope that helps!
Yes thank you that helped ALOT. I didnt understand how to reference the file after i added to the project.
-
Dec 23rd, 2009, 11:33 AM
#5
Thread Starter
Frenzied Member
Re: .HLP File
 Originally Posted by si_the_geek
Don't use .hlp files - they were quickly going out of date when VB6 was released in 1998 (and VB6's help said not to use them), and are no longer supported.
In order for users of Windows Vista and later to use them, they will need to install a program from Microsoft (which you are not allowed to distribute).
Thanks thats what all my reading has lead me, Do you know of a good (free) program to write .chm file?
Shalom was nice because it was very easy to use
-
Dec 23rd, 2009, 12:09 PM
#6
Hyperactive Member
Re: .HLP File
HTML Help Workshop - free, Microsoft, and easy 
...reading about HTML Help Workshop
-
Dec 23rd, 2009, 01:44 PM
#7
Thread Starter
Frenzied Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|