I am trying to implemented F1 help for my winform application. I have read this thread:
http://stackoverflow.com/questions/1029316/how-to-create-f1-help-in-windows-forms-using-c
My question is how do I find the topic id of my topic in the chm file? I am using html help workshop, and I have looked over every html file and option and could not find it. Thanks.
Help.ShowHelp(this, "helpfile.chm", HelpNavigator.TopicId, "1234");