Message 1 of 5
F1 Help Button open CHM Html

Not applicable
04-07-2014
04:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
I have got a button that i have changed the F1 to open my open CHM File
The only problem is it opens the file but looks for htm and the files within mine chm are html
Is there any way of telling in to look for the html file and not just htm?
Button.HelpSource = New Uri(Install_Loc) Button.HelpTopic = "store"
Basicaly is looks for the location of the help file
and then the name of the page which in the example above is "store"
And then opens the chm file with the store page but at the moment it is doing "store.htm" and not html
Thanks In Advance
James