Integrate tooltips with CHM help in Windows app

纵然是瞬间 提交于 2019-12-13 16:02:54

问题


We're trying to redesign our documentation process for a Windows desktop application, and two of the requirements we have are

  • Provide 'reference' help in a CHM format
  • Provide tooltip help on individual controls

Currently our tooltips are hard-coded into the Delphi/C++Builder forms, but I'd ideally like to avoid the duplication, and have the CHM file as the 'master'

How can we display the Help information in the CHM file as tooltips when the user positions the mouse over certain controls?

来源:https://stackoverflow.com/questions/12931050/integrate-tooltips-with-chm-help-in-windows-app

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!