I want to add help.chm or help.pdf in application.
Where to add these files and how to call them during button click or on F1 key pressed?
i have also used following code for F1 key press but i am not able to call the help file any how
<Window.CommandBindings>
<CommandBinding Command='ApplicationCommands.Help' Executed='Window_Help_Executed'></CommandBinding>
</Window.CommandBindings>
Please Provide me any Solution.
Thanks