Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i have create a help file using help maker.i want to integrate this help file into wpf application.

C#
private void button1_Click(object sender, RoutedEventArgs e)
        {



           //System.Diagnostics.Process.Start(@"C:\Users\rajan\Desktop\MyApartmentManager\buthelp");
            System.Windows.Forms.Help.ShowHelp(null, @"C:\Users\rajan\Desktop\MyApartmentManager\buthelp.chm");
        }
Posted
Updated 29-Nov-12 0:33am
v2
Comments
thursunamy 29-Nov-12 10:11am    
May be helps to you
http://www.codeproject.com/Articles/36117/Easy-help-with-WPF
Programm3r 3-Dec-12 8:58am    
Hi - How about using tooltips ? Wpf tooltips can have any kind of content... can't think of a more integrated help system
Akinmade Bond 9-Dec-12 4:29am    
See also
http://www.codeproject.com/Articles/505773/Integrated-Help-system-in-WPF-Aplication

1 solution

 
Share this answer
 

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