Click here to Skip to main content
15,892,746 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
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
Posted
Comments
ely_bob 19-Jul-10 14:57pm    
Reason for my vote of 5
This is a good question.

you can create comments that pop up in intellisense, you could put a URL in there, but not a hyperlink.
 
Share this answer
 
Hi Christian,

Thanks for your reply, I'm using the xml styled comments which does provide the intellisense hover help, but I'm trying to find out how to create and specify MSDN help files.

I think I have found something since I originally posted this question. The MSDN library does point to a company who produces a tool for generating MSDN content, Innovasys Document X. However my budget is almost zero so I'm now trying to find a manual process of generating .hxs files that are used by MSDN viewer.

Thanks again

Chris
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900