09-24-2008, 12:18 AM
|
TheSly
Joined on 09-24-2008
Posts 2
|
How to use HelpID 's , .Chm in a windows .NEt application ?
|
 
 
|
|
|
I am very sorry for this noob question but this is really my first step in building a help for an application.
I have built an application with a nice documentation in a .doc format , that users can read outside the application
I got feedback from users : they need this help inside the application.
After trying some software, it appears that Word-2-CHM converter you propose suits my first need, which is to transform my .doc into a .chm file.
Before buying 1-3 licenses, I need to check if I can integrate the produced .chm into my application.
Here starts the trouble:
I have a set of Windows forms. in Each forms , I Inserted a HelpProvider Component from visual studio Toolbox.
I would like to do a simple thing : I have a car data input form, I have a car data entry in my documentation .
When user press F1 when entering data in the car form, i would like that .CHM opens and positions itself at the correct entry, the "car data entry"
For the moment , i can just only open the .CHM file but i am unable to display ilmmediately the correct entry
Word-2-CHM created a .cs file in which my word paragraph for car input data has been assigned an enum value ( 1012 for example)
What should i do with this value ? How to use it in csharp, in my application ?
Thanks really if you can help me.
Ps : I don't see any .ini file generated . Is it a limitation of trial verison ?
|
|
|
|
|
Report
|
|
|
|