call .wcp (help file)
C#
2
Posts
2
Posters
0
Views
1
Watching
-
Hi, I'm using winchm tool to create help file and its extension is wcp and i need to call this file in c# Application.How?
-
Hi, I'm using winchm tool to create help file and its extension is wcp and i need to call this file in c# Application.How?
Use System.Windows.Forms.HelpProvider(available in the ToolBox) and assign the .chm (or.wcp) file to its namespace property. On pressing the F1 key, the help file will be shown. [Edit]:Not sure if it works for .wcp extension.
"Don't worry if it doesn't work right. If everything did, you'd be out of a job." (Mosher's Law of Software Engineering)