• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Any HTML help workshop experts?

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    Any HTML help workshop experts?

    As this is a smallish help and user search for keywords is rather superfluous, I would like not to have the index window visible, just the contents. However, I cannot just delete the index file as indexes are used to open the file at the right place from VB.net:-

    Help.ShowHelp(Me, HelpProvider1.HelpNamespace,
    HelpNavigator.KeywordIndex, pr.PicTopics(CurrentView))

    Is there any other ways of doing this? Ta for any suggestions.
    bloggoth

    If everything isn't black and white, I say, 'Why the hell not?'
    John Wayne (My guru, not to be confused with my beloved prophet Jeremy Clarkson)

    #2
    Where is Bob Shawadiwadi when you need him?

    Comment


      #3
      Originally posted by xoggoth View Post
      As this is a smallish help and user search for keywords is rather superfluous, I would like not to have the index window visible, just the contents. However, I cannot just delete the index file as indexes are used to open the file at the right place from VB.net:-

      Help.ShowHelp(Me, HelpProvider1.HelpNamespace,
      HelpNavigator.KeywordIndex, pr.PicTopics(CurrentView))

      Is there any other ways of doing this? Ta for any suggestions.
      You should probably give more detailed background on how exactly your help is being generated.

      However, chm or whatever is just a zipped bunch of HTMLs, so if you don't mind editing these by hand, just hide the index in HTML.

      Depending on your scenario it might be simply commenting one JS line.

      What I used to do with help that was generated from Robohelp is that with a new skin, search would show up in two places, commenting the unnecessary js line helped in that case.

      Comment

      Working...
      X