Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
695
How to provide help files (.chm) for different tabs
posted

I have 4 tab pages. I would like to set different Help pages for the 4 tabs. How will i set the HELP page with the .chm extension.

  • 48586
    posted

    Hi,

     

    I just wanted to know if you were able to solve your issue based on Mike's suggestions or you still need help? Just let me know.

    Thank you.

  • 469350
    Suggested Answer
    Offline posted

    Hi,

    I assume you are using the HelpProvider component?

    It's been a while since I worked with that component, but my recollection is that it uses extended properties which are control-based. It has no way of distinguishing between parts or the current state of any particular control.

    So the only way to do something like this would be to change the help file in code based on the currently selected tab.