How do I add QuickDoc documentation for external libs Permanently deleted user Created February 14, 2007 09:50 Hi,I want to use the QuickDoc (CTRL-Q) feature on objects from an internal library. Where can I specify the web address pointing to the HTML doc?Arne
I found it myself:
- find the appropriate XML Doc file for your lib (on the vendor website, in the source distribution...)
- rename it: if your lib is somename.dll then the xml file has to be somename.xml
- put it in the same dir as the lib
- restart VS
Works.