i created a chm file that i need to attach to a HelpProvider on both F1 and help menu item, i set the HelpNameSpace to the correct file

HelpProvider.SetShowHelp(Btnhelp, True)
HelpProvider.SetHelpString(Btnhelp, "")

but it doesn't seem to work
anything else i need to do ?