Click here to Skip to main content
15,881,715 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I want to use my .chm file as help for my Windows application software and want to display it within a Form.Can we embed ur CHM File in a container control in visual studio 2008 window project.If yes, which control and how?I was using Process.Start ("file Path"); the chm file is opening in a seperate window. For me i have created help form inside the help form chm file should fetch.

Regards
Balamurugan
Posted
Comments
Naresh1277 4-Oct-13 4:45am    
use HelpProvider control

Use helpProvider Control , follow the below link to know more how to use in you wndows form application

http://www.c-sharpcorner.com/uploadfile/mahesh/helpprovider-in-C-Sharp/[^]
 
Share this answer
 
Comments
Balamurugan1989 4-Oct-13 5:29am    
I'm working in WPf Xaml ur code is supporting for C# windows application.
 
Share this answer
 
Comments
Balamurugan1989 4-Oct-13 5:29am    
I'm working in WPf Xaml ur code is supporting for C# windows application.
Naresh1277 4-Oct-13 5:41am    
I have created helpprovider in c# winform application , let me check if i can help you in WPF app
Balamurugan1989 4-Oct-13 5:46am    
Hmmm k i was using webbrowser control it too not working...:( :( :(
Naresh1277 4-Oct-13 5:46am    
did you chcek MSDN?
Balamurugan1989 4-Oct-13 5:46am    
Yup...
check in this you may get some info, because there is no Equivalent control for helpProvider in WPF.. So try some alternative ways


http://social.msdn.microsoft.com/Forums/vstudio/en-US/1f902bfd-a30f-494a-89d9-8197e8001713/helpprovider-in-wpf?forum=wpf[^]
 
Share this answer
 
Comments
Balamurugan1989 4-Oct-13 5:48am    
It s not Working....
Balamurugan1989 4-Oct-13 5:58am    
I was using Process.Start("FilePath"); the chm file is opening in a seperate file for me it should open in the form which i have designed as help.
Naresh1277 4-Oct-13 7:33am    
Hey Man, Opening your .Chm in the form you have desinged is practically not possible.. since help file contains a tree structure and it is completely different, how can you open it in your form,
Naresh1277 4-Oct-13 7:37am    
Can you give explain more clearly,i.e how abouit opening .chm in your own desinged form? is it win form usinf wpf?
Balamurugan1989 4-Oct-13 7:40am    
I'm Using WPF Windolws application i already created chm files.When i'm clicking help topics chm files should view in help topics wpf form.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900