问题描述
我正在vb.net中构建自定义类库,并希望能够指定帮助文件或网页,因此,如果有人在代码编辑器中突出显示函数的类名并按F1,它将打开显示我编写的文档的MSDN帮助应用程序或Web浏览器.
我确实尝试搜索此内容,但我唯一能找到的内容是在运行时通过HelpProvider类与表单组件有关.
这可能吗?如果可以,怎么实现?
感谢您的帮助,感谢您的宝贵时间.
Chris
Hi,
I''m building a custom class library in vb.net and would like to be able to specify a help file or web page, so if someone highlights the class name for function in the code editor and presses F1, it will open up the MSDN help app or a web browser showing the documentation I write.
I did try and search for this but the only thing I could find related to form components at runtime with the HelpProvider class.
Is this possible and if so how can it be achieved?
Any help is appreciated, and thanks for your time.
Chris
推荐答案
这篇关于设计时间帮助提供者的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!